6 lines
289 B
Plaintext
6 lines
289 B
Plaintext
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.
|