feat(store): encrypt chat bodies at rest; Ctrl-Q CLEAR/QUIT #1

Merged
sirius merged 1 commit from wt/t_b0456c4b into main 2026-09-10 21:29:46 +00:00

1 commit

Author SHA1 Message Date
Sirius DevOps
6323619d80
feat(store): encrypt chat bodies at rest; Ctrl-Q CLEAR/QUIT
All checks were successful
ci / test (pull_request) Successful in 3m13s
Wrap a random 32-byte message key with Argon2id+ChaCha20-Poly1305.
sqlite messages.plaintext is nonce||ciphertext; identity keys stay
plaintext. Empty/wrong passphrase fails closed. Ctrl-Q types CLEAR or
QUIT then Enter (Esc cancels).
2026-09-10 17:19:50 -04:00