summaryrefslogtreecommitdiffstats
path: root/system/scrypt/README
diff options
context:
space:
mode:
author LEVAI Daniel <leva@ecentrum.hu>2013-12-06 08:06:24 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2013-12-06 08:06:24 +0700
commitf0afabad7fb3e2b89201e561d759cbecf894fd09 (patch)
tree2f1e15ec26d1d3e558c7339bb4955af56078f7d6 /system/scrypt/README
parent006efbbaf9b8546d586d4f72de344a8c73883825 (diff)
downloadslackbuilds-f0afabad7fb3e2b89201e561d759cbecf894fd09.tar.gz
slackbuilds-f0afabad7fb3e2b89201e561d759cbecf894fd09.tar.xz
system/scrypt: Added (scrypt encryption utility)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/scrypt/README')
-rw-r--r--system/scrypt/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/scrypt/README b/system/scrypt/README
new file mode 100644
index 0000000000..90be1eb4e0
--- /dev/null
+++ b/system/scrypt/README
@@ -0,0 +1,11 @@
+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.
+
+This simple password-based encryption utility is available as a demonstration
+of the scrypt key derivation function. On modern hardware and with default
+parameters, the cost of cracking the password on a file encrypted by scrypt
+enc is approximately 100 billion times more than the cost of cracking the same
+password on a file encrypted by openssl enc; this means that a five-character
+password using scrypt is stronger than a ten-character password using openssl.