diff --git a/README.md b/README.md index 44b72cc..50b99d8 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Master Password ──PBKDF2──→ 256-bit Key ──AES-GCM──→ Encrypt | Threat | Mitigation | |---|---| | 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 | | Tab left open | Auto-lock on visibility change (tab switch) | | Database tampering | All sensitive data encrypted at rest with AES-256-GCM |