Skip to content

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

Comments

I have a similar one called “secret”, also in Go, that is more CLI-focused and uses the filesystem as database.

https://git.eeqj.de/sneak/secret

Thanks for sharing this. secret looks really well thought out, the three-layer key hierarchy is impressive. And using `age` is a solid choice. once considered it.

Different trade-offs though, Keeper is library first embedded. secret does per version keys with symlink switching - nice, Keeper does per-bucket DEK isolation + audit chains. Both solve "encrypted local storage" but for different workflows.

I'll definitely be looking through your code for ideas

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.