feat(store): encrypt chat bodies at rest; Ctrl-Q CLEAR/QUIT #1
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "wt/t_b0456c4b"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
messages.plaintexton disk isnonce || ciphertext. Identity keys stay plaintext in sqlite (not sqlcipher; not wrapped with identity_sk).Store::open_at/Node::startviaONIONWIRE_STORE_PASSPHRASE; interactive TUI prompts before boot. Empty/wrong passphrase fails closed.CLEARthen Enter towipe_messagesand quit;QUITthen Enter to quit without clearing; Esc stays in the app.Proof
cargo test --offline --locked: 101 passed / 3 ignored (live Tor).cargo clippy --offline --locked --all-targets -- -D warnings: clean.main.