From 5233e165ac700a64823dd5c6a7c279b2eec8e447 Mon Sep 17 00:00:00 2001 From: Timothy Farrell Date: Tue, 12 May 2026 23:07:58 +0000 Subject: [PATCH] It was not my choice you lying clanker! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |