summaryrefslogtreecommitdiff
path: root/PKG-INFO
blob: 5f1767183ccf77ce35e91b852a7f7c390b631964 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Metadata-Version: 1.0
Name: py-bcrypt
Version: 0.1
Summary: Blowfish password hashing library
Home-page: http://www.mindrot.org/py-bcrypt.html
Author: Damien Miller
Author-email: djm@mindrot.org
License: BSD
Download-URL: http://www2.mindrot.org/files/py-bcrypt/
Description: py-bcrypt is an implementation of the OpenBSD blowfish
             password hashing algorithm, as described in the paper
             "A Future-Adaptable Password Scheme", Niels Provos and
             David Mazieres
Keywords: password,hash,crypt,python,blowfish,crypto
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules