Scrt: A CLI secret manager for developers, sysadmins and DevOps
7 points
1 hour ago
| 4 comments
| github.com
| HN
ComputerGuru
42 minutes ago
[-]
Possibly of interest to readers (but not directly competing) is securestore, our open-source, open-protocol, cross-language framework (cli tool + libraries) for securely storing secrets and programmatically retrieving them in production: https://neosmart.net/blog/securestore-open-secrets-format/

donet version: https://github.com/neosmart/SecureStore

rust version: https://github.com/neosmart/securestore-rs

(This one is production ready)

reply
moontear
36 minutes ago
[-]
I thought SOPS with age is what we were doing now. Do we need yet another tooling?

https://github.com/getsops/sops

reply
patabyte
32 minutes ago
[-]
SOPS with Age is simple, and simple is good. I strongly recommend this approach.
reply
sam_lowry_
28 minutes ago
[-]
SOPS is simple? You are kidding me. Pass from https://www.passwordstore.org/ fame is simple. SOPS is ultra-complicated for a security tool.
reply
sevg
23 minutes ago
[-]
I dunno, it seems mostly simple to me.

You have a .sops.yaml with some Age public keys, and then you run “sops secrets.yml” to create an encrypted file.

reply
opan
1 hour ago
[-]
Dangerously close to "scrot" which is both an X11 screenshot tool and general slang for a screenshot.
reply
voidfunc
48 minutes ago
[-]
Ive been working with Linux for 25ish years and have never heard of scrot. I think there's low probability of confusion lol.
reply
johng
1 hour ago
[-]
Looks like every other CLI manager I've ever seen. It says not ready for production use. What's different for this than the others?
reply