PackageTrack

Go modules · #2761 by repository stars

github.com/hlandau/passlib

v1.0.11hlandau/passlib

Release timeline

13 releases since 2015
20172019202120232025

Releases

  1. v1.0.1123 Mar 2021
    Release notes

    v1.0.11: Fix usage on 32-bit platforms; switch to GitHub Actions

    Open source →
  2. v1.0.101 Jun 2018
    Release notes

    The following major changes are in this release:

    • Add support for Argon2i, contributed by Francis Chuang.

    • Add support for PBKDF2-SHA1, PBKDF-SHA256 and PBKDF-SHA512,
      contributed by Tom Price.

    • Add support for an upgrade versioning mechanism to enable safe hash
      upgrades in multi-server environments without breaking when passlib
      is updated. See the new func UseDefaults for more information.

      IMPORTANT: You must change your code to take advantage of upgrades
      to new, more preferred hashes (Argon2i). This opt-in is necessary to
      avoid breaking gradual rollouts in multi-server deployments. See
      func UseDefaults for information on what to do.

      If you do not update your code to use func UseDefaults, passlib will
      still work fine and still use (by default) the perfectly secure
      scrypt-sha256, but you will not benefit from automatic upgrades to
      now more preferred algorithms (namely Argon2i, the new default).

    There are no breaking changes.

    Open source →
  3. v1.0.922 Sept 2016
    Release notes

    v1.0.9: Bugfix for NeedsUpdate, cleanup

    Open source →
  4. v1.0.82 Oct 2015
    Release notes

    v1.0.8: Increase bcrypt cost to 12

    Open source →
  5. v1.0.730 Sept 2015
    Release notes

    v1.0.7: Add VerifyNoUpgrade method.

    Open source →
  6. v1.0.623 Sept 2015

    Nothing published for this version

  7. v1.0.513 Sept 2015

    Nothing published for this version

  8. v1.0.46 Sept 2015

    Nothing published for this version

  9. v1.0.36 Sept 2015

    Nothing published for this version

  10. v1.0.26 Sept 2015
    Release notes

    v1.0.2: Add bcrypt and bcrypt-sha256 support

    Open source →
  11. v1.0.11 Sept 2015

    Nothing published for this version

  12. v1.0.017 Aug 2015

    Nothing published for this version

  13. v0.0.0-20180601225124-e15f3479e40e1 Jun 2018pre-release

    Nothing published for this version