docs: correct hero claim — "no plaintext at rest", not "no trace on disk"
ci / build-test (push) Has been cancelled
ci / build-test (push) Has been cancelled
gopass writes GPG-encrypted blobs to disk and the backup gate writes sealed .age bundles; only *decrypted* secrets are RAM-only. Fix the tagline, ASCII box, banner alt-text, and banner.svg prose to state the defensible claim. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<div align="center">
|
||||
|
||||
<img src="docs/assets/banner.svg" alt="Incredigo — guards your credentials in locked memory, leaves no trace on disk" width="760">
|
||||
<img src="docs/assets/banner.svg" alt="Incredigo — no plaintext at rest: decrypted secrets in locked memory, GPG-encrypted on disk" width="760">
|
||||
|
||||
# Incredigo
|
||||
|
||||
**Guards your credentials in locked memory. Leaves no trace on disk.**
|
||||
**No plaintext at rest.** Decrypted secrets live only in locked, non-swappable RAM; on disk they're GPG-encrypted in gopass.
|
||||
|
||||
*Local-first, encrypted, RAM-only credential custody — shipped as the `incredigo` CLI.*
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
+------------------------------------------------------------+
|
||||
| /\ INCREDIGO |
|
||||
| /<>\ in-CRED-i-GO : credentials, in Go |
|
||||
| \<>/ Guards your credentials in locked memory. |
|
||||
| \/ Leaves no trace on disk. |
|
||||
| \<>/ Decrypted secrets live in locked RAM. |
|
||||
| \/ No plaintext at rest; encrypted on disk. |
|
||||
+------------------------------------------------------------+
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user