A fast, secure, and user-friendly password generator available as both a Chrome extension and web application. Generate strong, customizable passwords instantly with complete privacy - no data is stored or transmitted.
- 🚀 Fast Generation: Instantly create secure passwords with a single click
- 🎛️ Customizable Options:
- Adjustable length (4-32 characters for extension, 6-32 for web)
- Include/exclude letters (a-z, A-Z)
- Include/exclude numbers (0-9)
- Include/exclude special characters
- 🔒 Privacy First: All generation happens locally - no data sent to servers
- 📋 One-Click Copy: Copy passwords directly to clipboard
- 🎨 Clean Interface: Simple, intuitive design for quick use
- 🔄 Real-time Updates: Password updates as you adjust settings
Status: ✅ Published on Chrome Web Store
Install directly from the Chrome Web Store: Get Chrome Extension
Status: ✅ Live
Access the web version at: password-generator.paoloronco.it
Status: 🚧 Work in Progress
Coming soon to Microsoft Edge Add-ons store!
- Install from the Chrome Web Store
- Click the extension icon in your browser toolbar
- Adjust password length using the slider
- Select character types (letters, numbers, special characters)
- Click "Refresh" to generate a new password
- Click "Copy" to copy the password to your clipboard
- Visit password-generator.paoloronco.it
- Use the same intuitive interface as the extension
- Generate and copy passwords instantly
├── Chrome-Extension-Secure&Private password Generator/ # Chrome Extension
│ ├── manifest.json # Extension configuration
│ ├── popup.html # Extension popup interface
│ ├── script.js # Extension logic
│ ├── styles.css # Extension styling
│ └── icon-*.png # Extension icons
│
└── WebSite/ # Web Application
├── index.html # Web interface
├── script.js # Web logic
├── styles.css # Web styling
- Manifest V3: Latest Chrome extension standard
- Vanilla JavaScript: Pure JS for optimal performance
- CSS3: Custom styling for clean interface
- Chrome APIs: Clipboard access for copy functionality
- HTML5: Modern semantic markup
- Tailwind CSS: Utility-first CSS framework
- Vanilla JavaScript: Lightweight and fast
- Responsive Design: Works on all device sizes
- Local Generation: All passwords generated client-side
- No Data Storage: No passwords or settings stored
- Secure Randomization: Uses
Math.random()for character selection - Character Exclusion: Excludes confusing characters like 'O' and '0'
- Real-time Updates: Password regenerates as settings change
- Visual Feedback: Slider shows current length value
- Error Handling: Prevents generation without character types
- Accessibility: Proper labels and semantic HTML
- Clone this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked" and select the
Secure&Private password Generatorfolder - The extension will be loaded for testing
- Clone this repository
- Navigate to the
WebSite password-generator.paoloronco.itfolder - Open
index.htmlin your browser or serve with a local server - No build process required - it's pure HTML/CSS/JS
- clipboardWrite: Copy generated passwords to clipboard
- clipboardRead: Read clipboard content (standard clipboard API)
No other permissions required - ensuring maximum privacy and security.
This is an open-source project! Contributions are welcome:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Found a bug or have a feature idea? Please open an issue on GitHub with:
- Clear description of the issue/feature
- Steps to reproduce (for bugs)
- Expected vs actual behavior
- Browser/OS information
This project is open source. Feel free to use, modify, and distribute according to the license terms.
Paolo Ronco
- Website: paoloronco.it
- GitHub: @paoloronco
- Chrome Extension: Chrome Web Store
- Web App: password-generator.paoloronco.it
- GitHub Repository: chrome-password-generator
- Author Website: paoloronco.it
⭐ Star this repository if you find it useful!
Generate secure passwords with confidence - your privacy is our priority.