A modern, secure password generator with a clean interface and real-time strength indication. Available both as a browser extension and a web application.
| Light Theme | Dark Theme |
|---|---|
![]() |
![]() |
- 🔐 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)
Visit the live demo at: https://saganaki22.github.io/PWD_Gen/
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")
- Client-side password generation
- No password storage
- Cryptographically secure random number generation
- Minimum password length of 8 characters
- Real-time strength assessment
To run the web version locally:
- Clone the repository:
git clone https://github.com/Saganaki22/PWD_Gen.git
cd PWD_Gen- Open
index.htmlin your browser
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Icons by Heroicons
- Built with Bootstrap 5


