~seirdy/MOAC#30: 
Test that generated passwords don't have too much repetition

Some bugs can cause generated passwords to have too many repeated characters. For instance, mutation testing with go-mutesting revealed that if addRuneAtRandomLoc skipped inserting a new rune and just expanded the password, the password would have duplicate runes and would still pass all tests.

-- /Seirdy

Status
REPORTED
Submitter
~seirdy
Assigned to
No-one
Submitted
3 years ago
Updated
3 years ago
Labels
entropy pwgen tests