Skip to content

Latest commit

Β 

History

History
43 lines (34 loc) Β· 1.1 KB

File metadata and controls

43 lines (34 loc) Β· 1.1 KB

PassKeeper - Secure Password Manager

A modern, secure password manager that works as both a Chrome extension and Progressive Web App (PWA).

πŸš€ Live Demo

Launch PassKeeper

✨ Features

  • πŸ” AES-GCM encryption
  • πŸ“± Mobile-friendly PWA
  • πŸ”„ Auto-backup every 5 minutes
  • πŸ“€ Export/Import passwords
  • 🎨 Modern UI with Poppins font
  • πŸ” Search functionality
  • πŸ“‹ Password generators

πŸ› οΈ Installation

As Chrome Extension

  1. Download the extension files
  2. Open Chrome β†’ Extensions β†’ Developer mode
  3. Load unpacked β†’ Select PassKey folder

As Web App (Mobile)

  1. Visit the live demo link
  2. Add to Home Screen (mobile)
  3. Use like a native app

πŸ“± Mobile Deployment

The app automatically works on mobile browsers and can be installed as a PWA for app-like experience.

πŸ”’ Security

  • All passwords encrypted with AES-GCM
  • Master password protection
  • Local storage only (no cloud)
  • Session timeout after 30 minutes

πŸ—οΈ Tech Stack

  • Vanilla JavaScript
  • Web Crypto API
  • Service Workers
  • Local Storage
  • Chrome Extension APIs