Git Secret

:!: we are not working with this right now… no time to properly set up and test the policies required to use this :!:

Homepage: https://git-secret.io/

Quick GPG introduction: https://git-secret.io/#using-gpg

To generate a RSA key-pair, run:

gpg --gen-key

To export your public key, run:

gpg --armor --export your.email@address.com > public-key.gpg

To import the public key of someone else (to share the secret with them for instance), run:

gpg --import public-key.gpg

commands

git secret init
git secret tell your.email@picalike.com
git secret add <filenames...>
git secret hide
git secret reveal
git secret cat <filename>