security/git-secret - The NetBSD Packages Collection

Git subcommand to store your private data inside a git repository

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 their@email.com, 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.

Build dependencies

pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

lang/gawk devel/git-base security/gnupg2 shells/bash

Binary packages

OSArchitectureVersion
(none)

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.