import p5-Crypt-SaltedHash

Object oriented interface to create salted (or seeded) hashes of clear
text data. The original formalization of this concept comes from
RFC-3112 and is extended by the use of different digital agorithms.

from Jim Razmus
This commit is contained in:
sthen 2008-07-06 11:25:42 +00:00
parent 2bbc8d2ce7
commit 3e24eae480
4 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/07/06 11:25:42 sthen Exp $
COMMENT = object oriented interface to create salted hashes
MODULES = cpan
DISTNAME = Crypt-SaltedHash-0.05
CATEGORIES = security
MAINTAINER = Jim Razmus II <jim@bonetruck.org>
# Artistic and GPL
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Crypt-SaltedHash-0.05.tar.gz) = y/Ma1DSLtarPEGZhiLwroA==
RMD160 (Crypt-SaltedHash-0.05.tar.gz) = CYDbeU13OmDYZS+SyJ7cjxZswp0=
SHA1 (Crypt-SaltedHash-0.05.tar.gz) = UKx9Ed8/Xtif6ol0qlU9f2xXqDI=
SHA256 (Crypt-SaltedHash-0.05.tar.gz) = JdDzEQIjyXpKbD8zl/692r1sFtuabxR79vboXv8CDmQ=
SIZE (Crypt-SaltedHash-0.05.tar.gz) = 9233

View File

@ -0,0 +1,3 @@
Object oriented interface to create salted (or seeded) hashes of clear
text data. The original formalization of this concept comes from
RFC-3112 and is extended by the use of different digital agorithms.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/07/06 11:25:42 sthen Exp $
${P5SITE}/Crypt/
${P5SITE}/Crypt/SaltedHash.pm
@man man/man3p/Crypt::SaltedHash.3p