Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/f8c3270640a7c0e57d635baa3f1815b9 to your computer and use it in GitHub Desktop.
Save trycf/f8c3270640a7c0e57d635baa3f1815b9 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
valy = 365;
writeOutput("sign_#valy#_#encrypt(string="user#valy#", key="semSignaturea", encoding="hex" )#.png");
writeOutput(decrypt(string="4A4450ABFA0A8E",key="semSignature", encoding="hex"));
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment