Import p5-Crypt-Argon2-0.012
This module implements the Argon2 key derivation function, which is suitable to convert any password into a cryptographic key. This is most often used to for secure storage of passwords but can also be used to derive an encryption key from a password. It offers variable time and memory costs as well as output size. tweaks/ok bluhm@
This commit is contained in:
parent
e0a6d2c2f7
commit
9e203452bf
14
security/p5-Crypt-Argon2/Makefile
Normal file
14
security/p5-Crypt-Argon2/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
COMMENT = interface to the Argon2 key derivation functions
|
||||
|
||||
DISTNAME = Crypt-Argon2-0.012
|
||||
|
||||
CATEGORIES = security
|
||||
|
||||
# CC0 1.0
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
CONFIGURE_STYLE = modbuild
|
||||
WANTLIB += c perl pthread
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/p5-Crypt-Argon2/distinfo
Normal file
2
security/p5-Crypt-Argon2/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Crypt-Argon2-0.012.tar.gz) = i70gxNx99NpevWZ20x8jxkVFgF1FCWWx9r9s3jc4G+M=
|
||||
SIZE (Crypt-Argon2-0.012.tar.gz) = 35233
|
5
security/p5-Crypt-Argon2/pkg/DESCR
Normal file
5
security/p5-Crypt-Argon2/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
This module implements the Argon2 key derivation function, which is
|
||||
suitable to convert any password into a cryptographic key. This is most
|
||||
often used to for secure storage of passwords but can also be used to
|
||||
derive an encryption key from a password. It offers variable time and
|
||||
memory costs as well as output size.
|
9
security/p5-Crypt-Argon2/pkg/PLIST
Normal file
9
security/p5-Crypt-Argon2/pkg/PLIST
Normal file
@ -0,0 +1,9 @@
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Crypt/
|
||||
${P5ARCH}/Crypt/Argon2.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Crypt/
|
||||
${P5ARCH}/auto/Crypt/Argon2/
|
||||
${P5ARCH}/auto/Crypt/Argon2/Argon2.bs
|
||||
@so ${P5ARCH}/auto/Crypt/Argon2/Argon2.so
|
||||
@man man/man3p/Crypt::Argon2.3p
|
Loading…
x
Reference in New Issue
Block a user