awesome-age icon indicating copy to clipboard operation
awesome-age copied to clipboard

age-store: single file python script alternative to SOPS

Open itsfarseen opened this issue 4 months ago • 0 comments

I wrote this tool because I didn't want to pull in SOPS for a small project. We just wanted to share some deployment secrets across our team. https://github.com/itsfarseen/age-store

We use an architecture similar to SOPS. There is a master age key that is encrypted to all the members of the team.
All files are encrypted using the master key. To decrypt a file, the user first decrypts the master key and uses that to decrypt the file. When removing a user, the master key is rotated and all files are re-encrypted.

itsfarseen avatar Aug 29 '25 19:08 itsfarseen