Skip to content

Instantly share code, notes, and snippets.

@shaedrich
Created October 11, 2017 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shaedrich/974b580d21056a8efb04680314798d31 to your computer and use it in GitHub Desktop.
Save shaedrich/974b580d21056a8efb04680314798d31 to your computer and use it in GitHub Desktop.
<cfscript>
key = GeneratePBKDFKey('PBKDF2WithSHA512','top_secret','sodium_chloride',2000,8);
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment