import p5-Crypt-Serpent 1.01
Crypt::Serpent is a Perl implementation of the Serpent block cipher. Serpent is a 128-bit block cipher, meaning that data is encrypted and decrypted in 128-bit chunks. The key length can vary, but for the purposes of the AES it is defined to be either 128, 192, or 256 bits. This block size and variable key length is standard among all AES candidates and was one of the major design requirements specified by NIST. The Serpent algorithm uses 32 rounds, or iterations of the main algorithm. from Stephan A. Rickauer (MAINTAINER)
This commit is contained in:
parent
7b227001a8
commit
6b57b924a2
19
security/p5-Crypt-Serpent/Makefile
Normal file
19
security/p5-Crypt-Serpent/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/09/06 13:09:06 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= interface to the Serpent encryption algorithm
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Crypt-Serpent-1.01
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= Stephan A. Rickauer <stephan.rickauer@startek.ch>
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
security/p5-Crypt-Serpent/distinfo
Normal file
5
security/p5-Crypt-Serpent/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Crypt-Serpent-1.01.tar.gz) = ZTNtQM0y2Wuw/Hb0F0sgag==
|
||||
RMD160 (Crypt-Serpent-1.01.tar.gz) = r7o2gIi83StBgJJloWiQLjwXLN8=
|
||||
SHA1 (Crypt-Serpent-1.01.tar.gz) = lbHhSICNjJGqMry+1ozNDxL5q/U=
|
||||
SHA256 (Crypt-Serpent-1.01.tar.gz) = Aw5yk6GSH+A/gz7Pe+4+fyrE9TPcf0gXEbuJZO1ITyo=
|
||||
SIZE (Crypt-Serpent-1.01.tar.gz) = 19010
|
8
security/p5-Crypt-Serpent/pkg/DESCR
Normal file
8
security/p5-Crypt-Serpent/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
Crypt::Serpent is a Perl implementation of the Serpent block cipher.
|
||||
Serpent is a 128-bit block cipher, meaning that data is encrypted and
|
||||
decrypted in 128-bit chunks. The key length can vary, but for the
|
||||
purposes of the AES it is defined to be either 128, 192, or 256 bits.
|
||||
This block size and variable key length is standard among all AES
|
||||
candidates and was one of the major design requirements specified by
|
||||
NIST. The Serpent algorithm uses 32 rounds, or iterations of the main
|
||||
algorithm.
|
10
security/p5-Crypt-Serpent/pkg/PLIST
Normal file
10
security/p5-Crypt-Serpent/pkg/PLIST
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/09/06 13:09:06 jasper Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Crypt/
|
||||
${P5ARCH}/Crypt/Serpent.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Crypt/
|
||||
${P5ARCH}/auto/Crypt/Serpent/
|
||||
${P5ARCH}/auto/Crypt/Serpent/Serpent.bs
|
||||
${P5ARCH}/auto/Crypt/Serpent/Serpent.so
|
||||
@man man/man3p/Crypt::Serpent.3p
|
Loading…
Reference in New Issue
Block a user