brendanashworth / generate-password

NodeJS library for generating cryptographically-secure passwords.
MIT License
354 stars 67 forks source link

Passwords #3

Closed cloyd1815 closed 9 years ago

cloyd1815 commented 9 years ago

Omit 'O' and 0 (zero) from password possibilities.

brendanashworth commented 9 years ago

Feature request: add option to exclude similar characters (excludeSimilarChars) in the generation algorithm.