Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save trycf/d006c9cda3073eb3c6367a80fb79c268 to your computer and use it in GitHub Desktop.

Select an option

Save trycf/d006c9cda3073eb3c6367a80fb79c268 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
passencrypt = createobject("java", "lucee.runtime.crypt.BlowfishEasy").init("sdfsdfs")
x=passencrypt.decryptstring('34204f91ccc44008522bfb0fb0a0f00e603db5ed95fcc3c962b82160a8ddce70946741ed56335ce2')
dump(x)
x=passencrypt.encryptstring('password_test')
dump(x)
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment