Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

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

Select an option

Save trycf/db0dffb46e1ee8e2bea704b8a8642d59 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfoutput>
#encrypt(
"password123",
"12345678901234567890123456789012",
"AES/CBC/PKCS5Padding",
"Base64",
"1234567890123456"
)#
</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment