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