diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-01-10 22:32:08 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-01-11 12:24:38 +0100 |
commit | 9bf4df6951d0e5c9d2f7a691fcc18d053cca1c1b (patch) | |
tree | f31100bf2b883887ea03b206141a69ff3e5c1a17 /source/l/argon2/slack-desc | |
parent | 01b2250a14e3a3bd513ce6f57bc995d19efe26e1 (diff) | |
download | current-9bf4df6951d0e5c9d2f7a691fcc18d053cca1c1b.tar.gz current-9bf4df6951d0e5c9d2f7a691fcc18d053cca1c1b.tar.xz |
Thu Jan 10 22:32:08 UTC 201920190110223208
ap/qpdf-8.3.0-x86_64-1.txz: Upgraded.
l/argon2-20171227-x86_64-1.txz: Added.
This is a new dependency for the PHP package.
n/libmbim-1.18.0-x86_64-1.txz: Upgraded.
n/libqmi-1.22.0-x86_64-1.txz: Upgraded.
n/php-7.2.14-x86_64-1.txz: Upgraded.
Use --with-password-argon2. PHP now requires the new argon2 package.
Diffstat (limited to 'source/l/argon2/slack-desc')
-rw-r--r-- | source/l/argon2/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/source/l/argon2/slack-desc b/source/l/argon2/slack-desc new file mode 100644 index 000000000..ea7bf2ae2 --- /dev/null +++ b/source/l/argon2/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 ':'. + + |-----handy-ruler------------------------------------------------------| +argon2: argon2 (Argon2 password-hashing function) +argon2: +argon2: This is the reference C implementation of Argon2, the password-hashing +argon2: function that won the Password Hashing Competition +argon2: (see https://password-hashing.net). +argon2: +argon2: Argon2 is a password-hashing function that summarizes the state of the +argon2: art in the design of memory-hard functions and can be used for +argon2: credential storage, key derivation, or other applications. +argon2: +argon2: Homepage: https://github.com/P-H-C/phc-winner-argon2 |