diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2014-03-16 16:32:25 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-03-21 13:01:17 -0500 |
commit | a31cc2d125b8aa9a00a14767f179d88c8b7c18dc (patch) | |
tree | b3c546bbe5fd92bb0e3906f480c78cce2e448db7 /libraries/libscrypt/README | |
parent | 602e89befa4a334e294ece2568635c92ef3048f3 (diff) | |
download | slackbuilds-a31cc2d125b8aa9a00a14767f179d88c8b7c18dc.tar.gz |
libraries/libscrypt: Updated for version 1.18.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libscrypt/README')
-rw-r--r-- | libraries/libscrypt/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/libscrypt/README b/libraries/libscrypt/README new file mode 100644 index 0000000000..caefcab0b9 --- /dev/null +++ b/libraries/libscrypt/README @@ -0,0 +1,5 @@ +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. |