dholth / cryptacular
A pbkdf2 and public-domain bcrypt password hashing framework
Clone this repository (size: 48.0 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/dholth/cryptacular/
| commit 8: | 6e5119d3c5d1 |
| parent 7: | 015b9162708a |
| branch: | default |
bump version
Changed (Δ0 bytes):
raw changeset »
setup.py (1 lines added, 1 lines removed)
| … | … | @@ -14,7 +14,7 @@ CHANGES = open(os.path.join(here, 'CHANG |
14 |
14 |
requires = [ ] |
15 |
15 |
|
16 |
16 |
setup(name='cryptacular', |
17 |
version='0. |
|
17 |
version='0.3', |
|
18 |
18 |
description='A password hashing framework with bcrypt and pbkdf2.', |
19 |
19 |
long_description=README + '\n\n' + CHANGES, |
20 |
20 |
classifiers=[ |
