summaryrefslogtreecommitdiffstats
path: root/libraries/libscrypt/README
blob: 9a72e97e9731d5a64b899180e240c65fbc7131d7 (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.