passhash

Go library providing simple and secure password management

APACHE-2.0 License

Stars
8
passhash - v0.3.0 Latest Release

Published by dhui about 6 years ago

Changes

  • Support Go 1.11
    • Support modules
    • Drop official support for Go 1.7, 1.8, and 1.9
  • Code cleanup
passhash - v0.2.1

Published by dhui over 6 years ago

Changes

  • Make sure password is actually changed when using Credential.ChangePassword*() methods
passhash - v0.2.0

Published by dhui over 6 years ago

Changes

Backwards Incompatible

  • Addresses: https://github.com/dhui/passhash/issues/7
    • Existing code calling a Credential.Reset*() method should use the corresponding Credential.ChangePassword*() method
    • Credential.Reset*() methods should be used to reset a password, not change it.

Improvements

  • Officially support Go 1.10
passhash - v0.1.0

Published by dhui over 6 years ago

First tagged release!