summaryrefslogtreecommitdiffstats
path: root/libraries/libscrypt/README
blob: caefcab0b94b5df09ade5506e4dd06823768b965 (plain)
A shared library that implements scrypt() functionality.
The scrypt key derivation function was originally developed for use in the
Tarsnap online backup system and is designed to be far more secure against
hardware brute-force attacks than alternative functions such as PBKDF2 or
bcrypt.