Import p5-Crypt-CipherSaber-1.00, one more candidate for the
security/p5-Crypt-* circus.. The Crypt::CipherSaber module implements CipherSaber encryption, described at http://ciphersaber.gurus.com/. It is simple, fairly speedy, and relatively secure algorithm based on RC4.
This commit is contained in:
parent
3720448087
commit
a980672bd8
17
security/p5-Crypt-CipherSaber/Makefile
Normal file
17
security/p5-Crypt-CipherSaber/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/12 21:22:22 landry Exp $
|
||||
|
||||
COMMENT = cryptographic CipherSaber encryption
|
||||
|
||||
DISTNAME = Crypt-CipherSaber-1.00
|
||||
CATEGORIES = security
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = cpan
|
||||
REGRESS_DEPENDS = ::devel/p5-Test-Warn
|
||||
|
||||
.include <bsd.port.mk>
|
5
security/p5-Crypt-CipherSaber/distinfo
Normal file
5
security/p5-Crypt-CipherSaber/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Crypt-CipherSaber-1.00.tar.gz) = oAs+JZHMX4gKEQzFOgssew==
|
||||
RMD160 (Crypt-CipherSaber-1.00.tar.gz) = FvQRe78rpwnTEYgC34khiU7cZ5M=
|
||||
SHA1 (Crypt-CipherSaber-1.00.tar.gz) = JSLj3nf+AF8TvjdJ5im1I01ElCk=
|
||||
SHA256 (Crypt-CipherSaber-1.00.tar.gz) = OYvBh6QomsehTiL3DPqvqrHKnTI/kKJ2kg6VjpTImec=
|
||||
SIZE (Crypt-CipherSaber-1.00.tar.gz) = 11315
|
5
security/p5-Crypt-CipherSaber/pkg/DESCR
Normal file
5
security/p5-Crypt-CipherSaber/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
The Crypt::CipherSaber module implements CipherSaber encryption,
|
||||
described at http://ciphersaber.gurus.com/. It is simple, fairly
|
||||
speedy, and relatively secure algorithm based on RC4.
|
||||
Encryption and decryption are done based on a secret key, which must
|
||||
be shared with all intended recipients of a message.
|
4
security/p5-Crypt-CipherSaber/pkg/PLIST
Normal file
4
security/p5-Crypt-CipherSaber/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/11/12 21:22:22 landry Exp $
|
||||
${P5SITE}/Crypt/
|
||||
${P5SITE}/Crypt/CipherSaber.pm
|
||||
@man man/man3p/Crypt::CipherSaber.3p
|
Loading…
Reference in New Issue
Block a user