Skip to content

Releases: wagslane/go-password-validator

HN Feedback Release

31 Dec 16:58
Compare
Choose a tag to compare
HN Feedback Release Pre-release
Pre-release

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.