A tool for backing up and versioning production secrets.
dotgpg
dotgpg key -n
gpg --decrypt FILE
vim- gnupg
with autocmd User GnuPG let b:GPGOptions += ["sign"]
gpg --edit-keys [email protected] passwd
Remove users who no longer need access: dotgpg rm [email protected]
git config
: [diff "gpg"] textconv = dotgpg unsafe_cat [merge "gpg"] name = dotgpg merge driver = "dotgpg merge %O %A %B"
git attributes
: *.gpg diff=gpg merge=gpg
Please email if you have feedback on the security section.
> Visit dotgpg Website <