Skip to content

calebj0seph/password-generator

Repository files navigation

A configurable and cryptographically secure random password generator that runs inside your browser.

Looking to use Password Generator? Head here!

About

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.

License

Password Generator is provided under the terms of the MIT License. See the LICENSE file for details.