summaryrefslogtreecommitdiff
path: root/PKG-INFO
blob: c212ae4f481312254f07700478c06a7962c4c4cf (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.4
Summary: Blowfish password hashing library
Home-page: https://code.google.com/p/py-bcrypt/
Author: Damien Miller
Author-email: djm@mindrot.org
License: BSD
Download-URL: https://code.google.com/p/py-bcrypt/downloads/list
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