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.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.7.0-3.fc42 | - |
Fedora 41 | 0.7.0-2.fc41 | - |
Fedora 40 | 0.7.0-1.fc40 | - |
Fedora EPEL 9 | 0.7.0-1.el9 | - |
Fedora EPEL 8 | 0.6.0-7.el8 | - |
Fedora EPEL 10.0 | 0.7.0-2.el10_0 | - |
You can contact the maintainers of this package via email at
git-crypt dash maintainers at fedoraproject dot org
.