diff options
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 |
commit | 2d3d8bc2e660508850d5a6cf0e65605e59cd55be (patch) | |
tree | 9dbeaa09cf3f5386f0b7eb8e864ebe9d01539820 /system/libscrypt/slack-desc | |
parent | 01631765a80316e8dcc39df5901355bf24dcf538 (diff) |
system/libscrypt: Added (library that implements scrypt()).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/libscrypt/slack-desc')
-rw-r--r-- | system/libscrypt/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/libscrypt/slack-desc b/system/libscrypt/slack-desc new file mode 100644 index 0000000000000..568255a9e19c4 --- /dev/null +++ b/system/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: |