sthen e2954dfa4a import ports/security/py-bcrypt, ok benoit@
py-bcrypt is a Python wrapper of OpenBSD's Blowfish password hashing code,
as described in "A Future-Adaptable Password Scheme" by Niels Provos and
David Mazières.

This system hashes passwords using a version of Bruce Schneier's
Blowfish block cipher with modifications designed to raise the cost of
off-line password cracking and frustrate fast hardware implementation.
The computation cost of the algorithm is parametised, so it can be
increased as computers get faster. The intent is to make a compromise
of a password database less likely to result in an attacker gaining
knowledge of the plaintext passwords (e.g. using John the Ripper).
2013-03-26 21:37:26 +00:00

11 lines
853 B
Plaintext

@comment $OpenBSD: PLIST,v 1.1.1.1 2013/03/26 21:37:26 sthen Exp $
lib/python${MODPY_VERSION}/site-packages/bcrypt/
lib/python${MODPY_VERSION}/site-packages/bcrypt/__init__.py
lib/python${MODPY_VERSION}/site-packages/bcrypt/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/bcrypt/_bcrypt.so
lib/python${MODPY_VERSION}/site-packages/py_bcrypt-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/py_bcrypt-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/py_bcrypt-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/py_bcrypt-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/py_bcrypt-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt