FiloSottile / FiloSottile/awesome-age
age-store: single file python script alternative to SOPS
Open
- Dominant language
- No language data
- Stars
- 617
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.