git-crypt
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.
Cost / License
- Free
- Open Source
Platforms
- Linux
- Mac
- Windows
- GNU Bourne Again SHell
Features
- PGP Encryption
- GPG Encryption
Git Support
- End-to-End Encryption
git-crypt News & Activities
Recent activities
- xnax added git-crypt
- xnax added git-crypt as alternative to BlackBox, Bitwarden Secrets Manager, Vault by HashiCorp and Rot
- xnax thinks PGP Encryption is a important feature of git-crypt
- xnax added git-crypt as alternative to git-remote-gcrypt
git-crypt information
What is git-crypt?
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.


