Update README.md
ci / build-test (push) Has been cancelled

This commit is contained in:
2026-07-18 16:36:49 +00:00
parent 639f3db3af
commit 8f8c395640
+20 -1
View File
@@ -1,9 +1,28 @@
<div align="center">
<img src="docs/assets/banner.svg" alt="Incredigo — no plaintext at rest: decrypted secrets in locked memory, GPG-encrypted on disk" width="760">
<img src="docs/assets/banner.svg" alt="Incredigo — Credential Rotation Automation, GPG-encrypted on disk" width="760">
# 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.*