This module implements the password-based key derivation function,
PBKDF2, specified in RSA PKCS#5 v2.0. PR: 196048 Submitted by: Neil Booth <kyuupichan@gmail.com>
This commit is contained in:
@@ -792,6 +792,7 @@
|
||||
SUBDIR += py-openssl
|
||||
SUBDIR += py-paramiko
|
||||
SUBDIR += py-passlib
|
||||
SUBDIR += py-pbkdf2
|
||||
SUBDIR += py-plaso
|
||||
SUBDIR += py-plone.app.openid
|
||||
SUBDIR += py-plone.keyring
|
||||
|
||||
18
security/py-pbkdf2/Makefile
Normal file
18
security/py-pbkdf2/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
# Created by: Neil Booth <kyuupichan@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pbkdf2
|
||||
PORTVERSION= 1.3
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= kyuupichan@gmail.com
|
||||
COMMENT= PKCS5 v2.0 PBKDF2 Module
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
security/py-pbkdf2/distinfo
Normal file
2
security/py-pbkdf2/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (pbkdf2-1.3.tar.gz) = ac6397369f128212c43064a2b4878038dab78dab41875364554aaf2a684e6979
|
||||
SIZE (pbkdf2-1.3.tar.gz) = 6360
|
||||
2
security/py-pbkdf2/pkg-descr
Normal file
2
security/py-pbkdf2/pkg-descr
Normal file
@@ -0,0 +1,2 @@
|
||||
This module implements the password-based key derivation function,
|
||||
PBKDF2, specified in RSA PKCS#5 v2.0.
|
||||
Reference in New Issue
Block a user