Describe the feature
A TUI for the user's keyring: list, import, export, sign, revoke; show trust level (TOFU vs WoT). Currently keyring management is a black box.
Why this matters
Key management is the second-biggest UX wart in PGP after key discovery. If we can't tell the user which keys we trust and why, encrypted mail becomes "hope it works."
Notes
- Use the existing go-crypto / openpgp package.
- Persist trust decisions in our own state file so we can show "signed by a key you marked trusted last Tuesday."
Describe the feature
A TUI for the user's keyring: list, import, export, sign, revoke; show trust level (TOFU vs WoT). Currently keyring management is a black box.
Why this matters
Key management is the second-biggest UX wart in PGP after key discovery. If we can't tell the user which keys we trust and why, encrypted mail becomes "hope it works."
Notes