OpenBSD CVS

CVS log for ports/security/p5-Crypt-PBKDF2/distinfo


[BACK] Up to [local] / ports / security / p5-Crypt-PBKDF2

Request diff between arbitrary revisions


Default branch: afresh1, MAIN


Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat May 22 16:21:14 2021 UTC (3 years ago) by afresh1
Branch: afresh1, MAIN
CVS Tags: afresh1_20210522, OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, HEAD
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

Import security/p5-Crypt-PBKDF2

PBKDF2 is a secure password hashing algorithm that uses the techniques of
"key strengthening" to make the complexity of a brute-force attack arbitrarily
high. PBKDF2 uses any other cryptographic hash or cipher (by convention,
usually HMAC-SHA1, but Crypt::PBKDF2 is fully pluggable), and allows for an
arbitrary number of iterations of the hashing function, and a nearly unlimited
output hash size (up to 2**32 - 1 times the size of the output of the backend
hash). The hash is salted, as any password hash should be, and the salt may
also be of arbitrary size.

From MAINTAINER wen heping <wenheping2000 () hotmail ! com>

OK (with tweaks from) bluhm@

Revision 1.1 / (download) - annotate - [select for diffs], Sat May 22 16:21:14 2021 UTC (3 years ago) by afresh1
Branch point for: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.