Skip to content

Web app that generates cryptographically secure passwords inside your browser. Modified for internal company use.

License

Notifications You must be signed in to change notification settings

ITMAfricaZA/password-generator

 
 

Repository files navigation

Password Generator

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

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.

Thanks to uxwing.com for supplying the favicon image asset used.

And, of course, thanks to Caleb Joeseph for creating the original password-generator project!

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. Modified for internal company use.

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 84.4%
  • SCSS 13.6%
  • HTML 2.0%