Up to [cvs.NetBSD.org] / pkgsrc / security / p5-Crypt-PBKDF2
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Thu Jul 6 09:41:23 2023 UTC (4 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
*: recursive bump for perl 5.38
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jun 28 11:35:43 2022 UTC (17 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
*: recursive bump for perl 5.36
Revision 1.3 / (download) - annotate - [select for diffs], Mon May 24 19:53:59 2021 UTC (2 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
*: recursive bump for perl 5.34
Revision 1.2 / (download) - annotate - [select for diffs], Tue Apr 27 10:43:06 2021 UTC (2 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.1: +1 -6
lines
Diff to previous 1.1 (colored)
p5-Crypt-PBKDF2: clean up Makefile
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 27 10:42:40 2021 UTC (2 years, 7 months ago) by wiz
Branch: MAIN
security/p5-Crypt-PBKDF2: import p5-Crypt-PBKDF2-0.161520 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.