diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2014-03-16 16:32:25 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-03-21 13:01:17 -0500 |
commit | a31cc2d125b8aa9a00a14767f179d88c8b7c18dc (patch) | |
tree | b3c546bbe5fd92bb0e3906f480c78cce2e448db7 /libraries/libscrypt/slack-desc | |
parent | 602e89befa4a334e294ece2568635c92ef3048f3 (diff) |
libraries/libscrypt: Updated for version 1.18.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libscrypt/slack-desc')
-rw-r--r-- | libraries/libscrypt/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libscrypt/slack-desc b/libraries/libscrypt/slack-desc new file mode 100644 index 0000000000000..568255a9e19c4 --- /dev/null +++ b/libraries/libscrypt/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +libscrypt: libscrypt (shared library that implements scrypt() functionality) +libscrypt: +libscrypt: The scrypt key derivation function was originally developed for use +libscrypt: in the Tarsnap online backup system and is designed to be far more +libscrypt: secure against hardware brute-force attacks than alternative +libscrypt: functions such as PBKDF2 or bcrypt. +libscrypt: +libscrypt: Homepage: https://github.com/technion/libscrypt +libscrypt: +libscrypt: +libscrypt: |