slackbuilds_ponce/system/libscrypt/README
LEVAI Daniel 2d3d8bc2e6 system/libscrypt: Added (library that implements scrypt()).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2013-12-14 10:53:07 -06:00

5 lines
289 B
Text

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.