Update security/libpreludedb to version 1.0.1p1_7
[dports.git] / security / p5-Crypt-PBKDF2 / pkg-descr
1 PBKDF2 is a secure password hashing algorithm that uses the techniques of
2 "key strengthening" to make the complexity of a brute-force attack arbitrarily
3 high. PBKDF2 uses any other cryptographic hash or cipher (by convention,
4 usually HMAC-SHA1, but Crypt::PBKDF2 is fully pluggable), and allows for an
5 arbitrary number of iterations of the hashing function, and a nearly unlimited
6 output hash size (up to 2**32 - 1 times the size of the output of the backend
7 hash). The hash is salted, as any password hash should be, and the salt may
8 also be of arbitrary size.
9
10 See also: RFC2898, PKCS#5 version 2.0: http://tools.ietf.org/html/rfc2898
11
12 WWW: http://search.cpan.org/dist/Crypt-PBKDF2/