Skip to content

Web app that generates cryptographically secure passwords inside your browser.

License

Notifications You must be signed in to change notification settings

trustcrypto/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.

About

Web app that generates cryptographically secure passwords inside your browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.6%
  • SCSS 13.5%
  • HTML 1.9%