From 2d3d8bc2e660508850d5a6cf0e65605e59cd55be Mon Sep 17 00:00:00 2001 From: LEVAI Daniel Date: Sat, 14 Dec 2013 23:39:14 +0700 Subject: system/libscrypt: Added (library that implements scrypt()). Signed-off-by: Willy Sudiarto Raharjo --- system/libscrypt/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 system/libscrypt/README (limited to 'system/libscrypt/README') 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. -- cgit v1.2.3