A modern, secure password manager that works as both a Chrome extension and Progressive Web App (PWA).
- 🔐 AES-GCM encryption
- 📱 Mobile-friendly PWA
- 🔄 Auto-backup every 5 minutes
- 📤 Export/Import passwords
- 🎨 Modern UI with Poppins font
- 🔍 Search functionality
- 📋 Password generators
- Download the extension files
- Open Chrome → Extensions → Developer mode
- Load unpacked → Select PassKey folder
- Visit the live demo link
- Add to Home Screen (mobile)
- Use like a native app
The app automatically works on mobile browsers and can be installed as a PWA for app-like experience.
- All passwords encrypted with AES-GCM
- Master password protection
- Local storage only (no cloud)
- Session timeout after 30 minutes
- Vanilla JavaScript
- Web Crypto API
- Service Workers
- Local Storage
- Chrome Extension APIs