1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/security/git-secret/pkg-descr
Larry Rosenman fd5bb6d872 security/git-secret: New Port.
git-secret is a tool which stores private data inside a git repo.

General information:

git-secret encrypts tracked files with public keys for users whom you trust using gpg, allowing permitted users to access encrypted data using their secret keys.

PR:		235056
Submitted by:	joshr-freebsd@joshr.com
2019-01-19 03:01:19 +00:00

12 lines
630 B
Plaintext

git-secret is a bash tool which stores private data inside a git repo.
git-secret encrypts tracked files with public keys for users whom you
trust using gpg, allowing permitted users to access encrypted data
using their secret keys. With git-secret, changes to access rights are
made easy and private-public key issues are handled for you. Passwords
do not need to be changed with git-secret when someone's permission
is revoked - just remove their key from the keychain using git secret
killperson their@email.com, and re-encrypt the files, and they won't
be able to decrypt secrets anymore.
WWW: https://git-secret.io/