All Versions
25
Latest Version
Avg Release Cycle
71 days
Latest Release
1320 days ago

Changelog History
Page 3

  • v0.2.3

    September 18, 2016
  • v0.2.2 Changes

    March 29, 2016

    βž• Added

    • πŸ‘Œ Support to CryptPasswordHasher, UNIX crypt(3) hash function.
  • v0.2.1 Changes

    March 24, 2016

    βž• Added

    • Option of choosing a Django version to generate the password.
  • v0.2.0 Changes

    March 22, 2016

    βž• Added

    • πŸ— Option of using fastpbkdf2 (requires OpenSSL to build).
  • v0.1.0 Changes

    December 31, 2015

    βž• Added

    • Functional parity with actual password hashers from Django Project.
    • 🌐 Line-by-line translation from Django’s tests.
    • βœ… Extra tests to guarantee compatibility.