Releases: wagslane/go-password-validator
Releases · wagslane/go-password-validator
HN Feedback Release
The major updates were:
- Penalize sequences in passwords. E.g.
123456
only counts as length2
. - Don't penalize the use of the same character if it's not repeating. E.g.
00100001011111000
becomes00100101100
- Break special characters up into three groups, where the most common ones don't add as much entropy.