G
G

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

Platforms

  • Linux
  • Mac
  • Windows
  • GNU Bourne Again SHell
0likes
0comments
0articles

Features

  1.  PGP Encryption
  2.  GPG Encryption
  3. Git icon  Git Support
  4.  End-to-End Encryption

git-crypt News & Activities

Highlights All activities

Recent activities

No activities found.

git-crypt information

AlternativeTo Categories

Security & PrivacyDevelopment

GitHub repository

  •  9,890 Stars
  •  542 Forks
  •  128 Open Issues
  •   Updated  
View on GitHub
git-crypt was added to AlternativeTo by xn ax on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

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.