It was not my choice you lying clanker!

This commit is contained in:
Timothy Farrell 2026-05-12 23:07:58 +00:00
parent b5f0a13c01
commit 5233e165ac

View File

@ -90,7 +90,7 @@ Master Password ──PBKDF2──→ 256-bit Key ──AES-GCM──→ Encrypt
| Threat | Mitigation | | Threat | Mitigation |
|---|---| |---|---|
| Key persistence | Key stored only in `$state`, cleared on lock/close | | Key persistence | Key stored only in `$state`, cleared on lock/close |
| Weak passwords | Strength indicator on generator; no minimum enforced (user's choice) | | Weak passwords | Strength indicator on generator |
| Clipboard leakage | Auto-clear after 15 seconds | | Clipboard leakage | Auto-clear after 15 seconds |
| Tab left open | Auto-lock on visibility change (tab switch) | | Tab left open | Auto-lock on visibility change (tab switch) |
| Database tampering | All sensitive data encrypted at rest with AES-256-GCM | | Database tampering | All sensitive data encrypted at rest with AES-256-GCM |