Status: v0.2 (Engine & Encryption Complete)
Mission: A privacy-first, local-only password manager browser extension.
HA's Password Locker is a browser extension that gives you total control over your credentials. Unlike commercial password managers, this stores data locally on your device, encrypted with your personal master key.
Currently, the Core Logic (Generation) and Cryptography Engine (AES-GCM) are fully implemented and tested.
- Core: JavaScript (ES6 Modules)
- Encryption: AES-GCM (via Web Crypto API)
- Key Derivation: PBKDF2 (SHA-256)
- Architecture: Local-First (No Cloud)
- Password Manager Logic
- Popup UI Implementation
- Browser Integration
Author: @HA2077
Open Source | Privacy First