summaryrefslogtreecommitdiffstats
path: root/system/libscrypt/README
diff options
context:
space:
mode:
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
commit2d3d8bc2e660508850d5a6cf0e65605e59cd55be (patch)
tree9dbeaa09cf3f5386f0b7eb8e864ebe9d01539820 /system/libscrypt/README
parent01631765a80316e8dcc39df5901355bf24dcf538 (diff)
downloadslackbuilds-2d3d8bc2e660508850d5a6cf0e65605e59cd55be.tar.gz
slackbuilds-2d3d8bc2e660508850d5a6cf0e65605e59cd55be.tar.xz
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/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/libscrypt/README b/system/libscrypt/README
new file mode 100644
index 0000000000..caefcab0b9
--- /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.