<< Back to Password generator

Password generator

This is a demo for a JavaScript password generator as described here: https://www.dockstreetmedia.com/news/password-generator/.

The GitHub repository can be viewed here: [https://github.com/mlmedia/password-generator](https://github.com/mlmedia/password-generator).


How to use: Click the button below to generate a secure random password. The password is generated from a random selection of alpha-numeric characters as well as underscores and special characters if selected in the form. Although not the type of password you generally memorize, similar characters were removed, such as 0 and O.




NOTE: your password is generated by JavaScript on the client-side (i.e. in your browser / device). It is not printed or posted to anywhere except your browser / device screen, so the result is completely private and secure.