./security/git-secret, Git subcommand to store your private data inside a git repository

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ] [ Image Add to tracker ]


Branch: CURRENT, Version: 0.5.0, Package name: git-secret-0.5.0, Maintainer: pkgsrc-users

git-secret is a bash tool which stores private data inside a git repo.
git-secret encrypts files with permitted users' public keys, allowing users you
trust to access encrypted data using pgp and their secret keys.

With git-secret, changes to access rights are simplified, and private-public
key issues are handled for you.

When someone's permission is revoked, secrets do not need to be changed with
git-secret - just remove their key from the repo's keyring using git secret
removeperson [email protected], re-encrypt the files, and they won't be able to
decrypt secrets anymore. If you think the user might have copied the secrets or
keys when they had access, then you should also change the secrets.


Master sites:

Filesize: 834.47 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-22 10:25:18 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
git-secret: added version 0.5.0

git-secret is a bash tool which stores private data inside a git repo.
git-secret encrypts files with permitted users' public keys, allowing users you
trust to access encrypted data using pgp and their secret keys.

With git-secret, changes to access rights are simplified, and private-public
key issues are handled for you.

When someone's permission is revoked, secrets do not need to be changed with
git-secret - just remove their key from the repo's keyring using git secret
removeperson [email protected], re-encrypt the files, and they won't be able to
decrypt secrets anymore. If you think the user might have copied the secrets or
keys when they had access, then you should also change the secrets.