A web-based password generator with customizable options and export functionality.
- Password Generation: Generate secure passwords with customizable character sets
- Character Options: Include/exclude uppercase, lowercase, numbers, and special characters
- Similar Character Exclusion: Option to exclude visually similar characters (
I,l,1,O,0) - Password History: view last 5 generated passwords (stored in localStorage)
- QR Code Generation for Passwords
- Bulk Export: Export multiple passwords in
- TXT
- CSV
- JSON formats
- Dark/Light Theme: Toggle between themes with persistent preference
- Copy to Clipboard: One-click password copying
Open index.html in a web browser. The application runs entirely in the browser with no server required.