diff --git a/README.md b/README.md index 69975ff..86c909d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,28 @@
-Incredigo — no plaintext at rest: decrypted secrets in locked memory, GPG-encrypted on disk +Incredigo — Credential Rotation Automation, GPG-encrypted on disk # Incredigo +## Vison: +Incredigo - an INcredible CREDential rotation automation In Go + +How long would it take to rotate all credentials on your machine? + +I get kinda sick just thinking about how long that would take. + +This design is 2 parts. One - for the pleb/normie who uses the same password for everything. And this tool as the driver for a security service. + +Secondly as a concept/framework for an ETHICAL research for a novel sort of Worm. One that can find and edit creds to help spread more rapidly. + +Starting with secrets often created by developers changeable from the command line . . . (Current Status, Early Stage DEV) (cyber-malware-path) + +The actual end goal is to integrate browser automation alongside machine learning to automate browser based password resets. (mass-consumer-market) + +I have faith this could be possible be lucrative for community. Wasnt planning on open sourcing this, but realized I really want help and collaboration. + +## Malware Bless - Technicals Below. + **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.*