Random Password Generator
A random password generator utilizing crypto.getRandomValues()
Leverage crypto.getRandomValues() to create random passwords comprising your choice of lowercase letters, uppercase letters, numbers, and special characters. Options to set password length, number of passwords to generate, excluded characters, and algorithm allow for further customization. Passwords are generated 100% client-side.
Author: Nicholas D. Horne
GNU GPLv3 licensed source code available at https://github.com/ndhorne/random-password-generator-js