Created
November 26, 2025 08:33
-
-
Save trycf/d006c9cda3073eb3c6367a80fb79c268 to your computer and use it in GitHub Desktop.
TryCF Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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