You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you add scrypt to the options? scrypt is a key derivation function, which
is designed to be far more secure against hardware brute-force attacks than
PBKDF2 or bcrypt.
This will be a very good addition for password hashing, because of GPU
brute-force techniques, the default hashes aren't that secure anymore.
For details, you can look at: http://www.tarsnap.com/scrypt.html
and: http://en.wikipedia.org/wiki/Scrypt
Maybe you'll find this interesting:
http://www.codinghorror.com/blog/2012/04/speed-hashing.html
Original issue reported on code.google.com by michiele...@gmail.com on 20 Nov 2012 at 1:18
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
michiele...@gmail.com
on 20 Nov 2012 at 1:18The text was updated successfully, but these errors were encountered: