this post was submitted on 21 Aug 2025
60 points (98.4% liked)

Open Source

40777 readers
304 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[–] natecox@programming.dev 11 points 4 weeks ago (2 children)

I’ve been using age recently with nix to store secrets across deploys and I’m pretty happy with it.

[–] glowing_hans@sopuli.xyz 1 points 4 weeks ago

So you store the private keys on your client, and the encrypted stuffs on the server, basically?

I use this for kubernetes secrets with sops. It works great.

[–] glowing_hans@sopuli.xyz 2 points 4 weeks ago

I found age was simple to use for asymmetric encryption, can not say the same about gpg or openssl