#004 Secure Random Password Generator
It uses the crypto.getRandomValues() (high security) instead of Math.random()
Inspired by the pwd gen from Nayuki, but a little different implementation
Passwords:
PW Length:
Ambiguous: Il1O0
Lowercase: [a-z]
Uppercase: [A-Z]
Numbers: [0-9]
Space:
Easy Symbols: !@#$%*+-=?
Other Symbols: ^&_:|~/.,;
Individual:
You can download the standalone version or try it from github