diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2020-02-08 01:50:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 01:50:41 +0700 |
commit | c275a3518f004026b9a04a37fd5b85f93d133819 (patch) | |
tree | 7b9a0afd17dac555c4a03bb4bd9e58803b1cc672 /system/scrypt/slack-desc | |
parent | 56f89c29d518e7a5d64387a75bcb208141fe724d (diff) |
system/scrypt: Updated for version 1.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/scrypt/slack-desc')
-rw-r--r-- | system/scrypt/slack-desc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/system/scrypt/slack-desc b/system/scrypt/slack-desc index 379ee0fc64f4a..2141b59125a47 100644 --- a/system/scrypt/slack-desc +++ b/system/scrypt/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| scrypt: scrypt (scrypt encryption utility) scrypt: -scrypt: A simple password-based encryption utility that is a demonstration of -scrypt: the scrypt key derivation function. -scrypt: -scrypt: -scrypt: Homepage: http://www.tarsnap.com/scrypt.html -scrypt: -scrypt: -scrypt: +scrypt: The scrypt key derivation function was originally developed for use in +scrypt: the Tarsnap online backup system and is designed to be far more secure +scrypt: against hardware brute-force attacks than alternative functions such +scrypt: as PBKDF2 or bcrypt. A simple password-based encryption utility and an +scrypt: optional library are available as a demonstration of the scrypt key +scrypt: derivation function. scrypt: +scrypt: Homepage: https://www.tarsnap.com/scrypt.html +scrypt: Development: https://github.com/Tarsnap/scrypt |