fix(cli): hide store passphrase like a password prompt #14
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feat/hidden-store-passphrase"
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
onionwire: store passphrase:no longer usesstdin.read_line(echoed).rpassword(echo off). Empty still fails closed.ONIONWIRE_STORE_PASSPHRASEstill skips the prompt (visible in/proc/<pid>/environ).Tests
cargo test --lockedgreen (new store tests for env vs prompt).cargo clippy --locked --all-targets -- -D warningsclean.