ddspringle / framework-one-secure-auth

An example fw/1 application with secure single and two-factor (2FA) authentication and session management functions
Apache License 2.0
31 stars 5 forks source link

Add scrypt option to uberHash() #20

Closed ddspringle closed 3 weeks ago

ddspringle commented 3 weeks ago

Adds scrypt JAR, javasettings to App.cfc and add a flag useScrypt to the uberHash() method that will use scrypt to hash a value. Also cleaned up and improved readability and other housekeeping things

This is a prerequisite branch to other changes to how passwords are stored.