Pull down to go back
Show HN: Keeper – embedded secret store for Go (help me break it)

Show HN: Keeper – embedded secret store for Go (help me break it)

Show HN: Keeper – Go 語言的嵌入式密鑰儲存庫(幫我找出漏洞)

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 get 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.

Keywords

embedded secret storeArgon2idXChaCha20-Poly1305encryptionsecurityaudit chainscrash-safe rotationGo library