Releases: reyasmohammed/PasswordVault
Releases · reyasmohammed/PasswordVault
Password Vault
Features
- AES-256-CBC encryption for stored passwords
- RSA-2048 authentication for user login
- SHA-256 vault file integrity verification
- Dark-themed WPF UI
Cryptographic Details
- PBKDF2-HMAC-SHA256 key derivation (100,000 iterations, random salt)
- Unique random IV per entry
- RSA private key stored AES-encrypted
- File-level tamper detection via separate hash file
Run
Extract the zip and run PasswordVault.exe. No .NET installation required (self-contained)."