trustelem / zxcvbn

Go implementation of Dropbox's zxcvbn realistic password strength estimator
MIT License
68 stars 13 forks source link

Add fuzzing #2

Closed stevenjohnstone closed 6 years ago

stevenjohnstone commented 6 years ago

Didn't get very far as an empty string will crash the password strength checker. Added a unit tests with a couple of the crashes to demonstrate the issues. Will require fixes and continued fuzzing.

See issue #1

vanackere commented 6 years ago

Merged (without the fuzz/workdir data). Thanks !