SlackBuildsOrg/libraries/libscrypt/README
B. Watson 3c6e308c5c libraries/libscrypt: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-13 15:43:41 -04:00

6 lines
290 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.