Remix.run Logo
Scrt: A CLI secret manager for developers, sysadmins and DevOps(github.com)
7 points by Olshansky 2 hours ago | 6 comments
ComputerGuru an hour ago | parent | next [-]

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)

moontear 43 minutes ago | parent | prev | next [-]

I thought SOPS with age is what we were doing now. Do we need yet another tooling?

https://github.com/getsops/sops

patabyte 40 minutes ago | parent [-]

SOPS with Age is simple, and simple is good. I strongly recommend this approach.

opan an hour ago | parent | prev | next [-]

Dangerously close to "scrot" which is both an X11 screenshot tool and general slang for a screenshot.

voidfunc an hour ago | parent [-]

Ive been working with Linux for 25ish years and have never heard of scrot. I think there's low probability of confusion lol.

johng 2 hours ago | parent | prev [-]

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?