head	1.4;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.08.26.18.16.55;	author swills;	state Exp;
branches;
next	1.3;

1.3
date	2012.05.16.04.14.03;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2011.07.03.14.03.10;	author ohauer;	state Exp;
branches;
next	1.1;

1.1
date	2010.06.07.06.59.09;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.4
log
@SVN rev 303196 on 2012-08-26 18:16:55Z by swills

- Update to 0.121930

PR:		ports/171064
Approved by:	Victor Popov <v.a.popov@@gmail.com> (maintainer)
@
text
@SHA256 (Crypt-PBKDF2-0.121930.tar.gz) = 6cd83ef3ad09cc635751de2a54a8b0d8693b00cd793de2d7dbd5a0993c90b119
SIZE (Crypt-PBKDF2-0.121930.tar.gz) = 15336
@


1.3
log
@- Update to 0.112020

PR:		167504
Submitted by:	Muhammad Moinur Rahman <5u623l20@@gmail.com>
Approved by:	maintainer
@
text
@d1 2
a2 2
SHA256 (Crypt-PBKDF2-0.112020.tar.gz) = 37dd9ce66f6565025e56a08eaa1296e8bbad5a37976ca3e6091b9b724608cbd1
SIZE (Crypt-PBKDF2-0.112020.tar.gz) = 15204
@


1.2
log
@-remove MD5
@
text
@d1 2
a2 2
SHA256 (Crypt-PBKDF2-0.101170.tar.gz) = ff416e3b5f19673af2ca93879639f350e06865065100f1452bb049232d3c0004
SIZE (Crypt-PBKDF2-0.101170.tar.gz) = 13679
@


1.1
log
@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.

See also: RFC2898, PKCS#5 version 2.0: http://tools.ietf.org/html/rfc2898

WWW:	http://search.cpan.org/dist/Crypt-PBKDF2/

PR:		ports/146847
Submitted by:	Victor Popov <v.a.popov at gmail.com>
@
text
@a0 1
MD5 (Crypt-PBKDF2-0.101170.tar.gz) = 1fbf8d79172e03383ad19b994affa441
@

