Skip to content

HA2077/HA-s-Password-Locker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HA's Password Locker

Status: v0.2 (Engine & Encryption Complete)
Mission: A privacy-first, local-only password manager browser extension.

HA's Password Locker Official Logo
Official Project Logo

👋 What is this?

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.


🛠️ Tech Stack

  • Core: JavaScript (ES6 Modules)
  • Encryption: AES-GCM (via Web Crypto API)
  • Key Derivation: PBKDF2 (SHA-256)
  • Architecture: Local-First (No Cloud)

🔜 Next Steps

  1. Password Manager Logic
  2. Popup UI Implementation
  3. Browser Integration

Author: @HA2077
Open Source | Privacy First

About

A privacy-first, open-source browser extension that generates secure passwords and stores them locally giving users complete control over their credentials without relying on third-party companies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors