© 2025 Pradip Gosain — Elite Enhanced Edition

A next-generation god-level secure password manager built in Python. Combines quantum-resistant encryption, military-grade authentication, and zero-knowledge architecture — all wrapped into a sleek, offline CLI vault.
Designed for cybersecurity pros, developers, hackers, and privacy absolutists who demand total local control. This tool fuses modern cryptography (AES-256-GCM, ChaCha20) with hardened security principles (Argon2, MFA, secure clipboard, breach detection) into one bulletproof personal vault.
No cloud. No sync. No compromise.
- Multi-layer encryption: AES-256-GCM + ChaCha20
- Post-quantum-ready algorithms (optional lattice-based fallback)
- Key derivation: Argon2id (memory-hard) or PBKDF2 (600,000 iterations)
- Encrypted local storage (zero external calls)
- Master password (never stored or transmitted)
- Keyfile-based 2FA layer
- Optional YubiKey or Biometric support (extensible hooks)
- Zero-Knowledge: All encryption/decryption stays local
- ✅ Clipboard auto-clear (10 seconds)
- ✅ Password strength rating with
zxcvbn - ✅ Tamper-proof audit logs
- ✅ Secure memory wiping (DoD 5220.22-M compliant)
- ✅ Offline-only mode
- ✅ Optional breach monitoring via HaveIBeenPwned API
- Emergency Lockdown: Instant vault wipe (panic mode)
- Encrypted backups and restore option
- Extensible biometric auth support (FaceID, fingerprint)
This project is open-source for ethical, personal, and educational use only.
- ❌ Resell, rebrand, or commercialize this project
- ❌ Remove author credit or claim authorship
- ❌ Use in closed-source/commercial projects without written permission
Violators will face:
- DMCA takedowns
- Public license violations
- Legal consequences
💣 Build your own tools. Real respect comes from original work.
Licensed under GNU AGPL-3.0.
- Use freely for personal, educational, or research purposes
- Modify, extend, or share — with full credit
- Sell, close-source, or obfuscate this code
- Remove this license or author's name
Pradip Gosain
GitHub: github.com/pradipgosain
git clone https://github.com/pradipgosain/elite-password-vault.git
cd elite-password-vault
pip install -r requirements.txt
python vault_elite.py