Releases: muesli/crunchy
Releases · muesli/crunchy
0.4.0
0.3.0
0.2.0
0.1.0
Finds common flaws in passwords. Like cracklib, but written in Go.
Detects:
- Empty passwords:
ErrEmpty
- Too short passwords:
ErrTooShort
- Too few different characters, like "aabbccdd":
ErrTooFewChars
- Systematic passwords, like "abcdefgh" or "87654321":
ErrTooSystematic
- Passwords from a dictionary / wordlist:
ErrDictionary
- Mangled / reversed passwords, like "p@ssw0rd" or "drowssap":
ErrMangledDictionary
- Hashed dictionary words, like "5f4dcc3b5aa765d61d8327deb882cf99" (the md5sum of "password"):
ErrHashedDictionary