|
|
| | Show HN: Keeper – embedded secret store for Go (help me break it) (github.com/agberohq) | | 64 points by babawere 37 days ago | hide | past | favorite | 33 comments | | Keeper is an embeddable secret store (Argon2id, XChaCha20-Poly1305 by default). Four security levels, audit chains, crash-safe rotation. Vault is overkill for most use cases. This is for when you ge paranoid about env and need encrypted local storage that doesn't suck. No security through obscurity, hence, It's still early, so now's the best time to find weird edge cases, race conditions, memory leaks, crypto misuse, anything that breaks. The README has a full security model breakdown if you want to get adversarial. |
|

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
The "Crash-safe rotation WAL" feature sounds sketchy and it's what I'd audit closely, if I was auditing closely.