git-crypt

 Like

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.

License model

  • FreeOpen Source

Country of Origin

  • US flagUnited States

Platforms

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

Features

Suggest and vote on 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

Show all activities

git-crypt information

  • Developed by

    US flagAGWA
  • Licensing

    Open Source (GPL-3.0) and Free product.
  • Written in

  • Alternatives

    9 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

Security & PrivacyDevelopment

GitHub repository

  •  8,912 Stars
  •  491 Forks
  •  138 Open Issues
  •   Updated Sep 3, 2024 
View on GitHub

Our users have written 0 comments and reviews about git-crypt, and it has gotten 0 likes

git-crypt was added to AlternativeTo by xn ax on Apr 24, 2025 and this page was last updated Apr 24, 2025.
No comments or reviews, maybe you want to be first?
Post comment/review

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.

Official Links