Wen Heping 7ff2284762 security/p5-Crypt-Argon2: Update to 0.013
Update pkg-descr

PR:		269500
Reported by:	svysh.fbsd@gmail.com(maintainer)
2023-02-12 17:31:58 +08:00

6 lines
335 B
Plaintext

Perl interface to Argon2 key derivation functions.
Suitable to convert any password into a cryptographic key. Can be used for
secure storage of passwords, or to derive encryption key from a password. It
offers variable time and memory costs as well as output size.
To find appropriate parameters, utility argon2-calibrate is provided.