diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2013-12-14 23:39:14 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-12-14 10:53:07 -0600 |
commit | 2d3d8bc2e660508850d5a6cf0e65605e59cd55be (patch) | |
tree | 9dbeaa09cf3f5386f0b7eb8e864ebe9d01539820 /system/libscrypt/README | |
parent | 01631765a80316e8dcc39df5901355bf24dcf538 (diff) |
system/libscrypt: Added (library that implements scrypt()).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/libscrypt/README')
-rw-r--r-- | system/libscrypt/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/libscrypt/README b/system/libscrypt/README new file mode 100644 index 0000000000000..caefcab0b94b5 --- /dev/null +++ b/system/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. |