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