Skip to content

Saganaki22/PWD_Gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PWD Gen - Password Generator [Chrome / Firefox plugin]

A modern, secure password generator with a clean interface and real-time strength indication. Available both as a browser extension and a web application.

og-img

Light Theme Dark Theme
image image

Features

  • 🔐 Generate strong passwords from 8 to 64 characters
  • 🎨 Light/Dark theme support with system preference detection
  • 💪 Real-time password strength indication
  • ✨ Customizable character sets:
    • Uppercase letters (A-Z)
    • Lowercase letters (a-z)
    • Numbers (0-9)
    • Special characters (!@#$%^&*)
  • 📋 One-click copy to clipboard
  • 🌐 Available as:
    • Chrome Extension
    • Firefox Extension
    • Web Application (this demo)

Web Demo

Visit the live demo at: https://saganaki22.github.io/PWD_Gen/

Browser Extensions

This repository includes the unpacked extensions for both browsers:

  • /chrome - Unpacked extension for Chrome/Edge (Load as "Load unpacked extension")
  • /firefox - Unpacked extension for Firefox (Load as "Load Temporary Add-on")

Security Features

  • Client-side password generation
  • No password storage
  • Cryptographically secure random number generation
  • Minimum password length of 8 characters
  • Real-time strength assessment

Development

To run the web version locally:

  1. Clone the repository:
git clone https://github.com/Saganaki22/PWD_Gen.git
cd PWD_Gen
  1. Open index.html in your browser

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

About

A modern, secure password generator with a clean interface and real-time strength indication.

Resources

License

Stars

Watchers

Forks

Contributors