A configurable and cryptographically secure random password generator that runs inside your browser.
Looking to use Password Generator? Head here!
Password Generator is a web app that generates random passwords inside your browser. Features include:
- Passwords never leave your device — all data stays in your browser and no network requests are made.
- Password generation using cryptographically secure randomness. By using
Crypto.getRandomValues()
as the source of randomness, generated passwords are impossible to predict or manipulate. - Different options to control how passwords are generated, including number of digits, number of symbols, and which symbols to use.
Password Generator is built with React and Material-UI.
Password Generator is provided under the terms of the MIT License. See the LICENSE file for details.