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:
parent
2bbc8d2ce7
commit
3e24eae480
17
security/p5-Crypt-SaltedHash/Makefile
Normal file
17
security/p5-Crypt-SaltedHash/Makefile
Normal 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>
|
5
security/p5-Crypt-SaltedHash/distinfo
Normal file
5
security/p5-Crypt-SaltedHash/distinfo
Normal 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
|
3
security/p5-Crypt-SaltedHash/pkg/DESCR
Normal file
3
security/p5-Crypt-SaltedHash/pkg/DESCR
Normal 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.
|
4
security/p5-Crypt-SaltedHash/pkg/PLIST
Normal file
4
security/p5-Crypt-SaltedHash/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user