Go Password Validator Versions Save

Validate the Strength of a Password in Go

v0.2.0

3 years ago

The major updates were:

  • Penalize sequences in passwords. E.g. 123456 only counts as length 2.
  • Don't penalize the use of the same character if it's not repeating. E.g. 00100001011111000 becomes 00100101100
  • Break special characters up into three groups, where the most common ones don't add as much entropy.