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/

Changed (Δ0 bytes):

raw changeset »

setup.py (1 lines added, 1 lines removed)

Up to file-list setup.py:

@@ -14,7 +14,7 @@ CHANGES = open(os.path.join(here, 'CHANG
14
14
requires = [ ]
15
15
16
16
setup(name='cryptacular',
17
      version='0.2',
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=[