slackbuilds/development/git-crypt
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README development/git-crypt: Added (transparent file encryption in git) 2021-03-06 11:11:53 +07:00
git-crypt.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
git-crypt.info development/git-crypt: Added (transparent file encryption in git) 2021-03-06 11:11:53 +07:00
slack-desc development/git-crypt: Added (transparent file encryption in git) 2021-03-06 11:11:53 +07:00

README

git-crypt - transparent file encryption in git

git-crypt enables transparent encryption and decryption of files in a
git repository. Files which you choose to protect are encrypted when
committed, and decrypted when checked out. git-crypt lets you freely
share a repository containing a mix of public and private content.
git-crypt gracefully degrades, so developers without the secret key
can still clone and commit to a repository with encrypted files. This
lets you store your secret material (such as keys or passwords) in the
same repository as your code, without requiring you to lock down your
entire repository.