# git-crypt
**Wikidata**: [Q112578876](https://www.wikidata.org/wiki/Q112578876)  
**Source**: https://4ort.xyz/entity/git-crypt

## Summary
Git-crypt is a free software tool that provides transparent file encryption for Git repositories, allowing users to encrypt sensitive files while keeping the repository otherwise unchanged.

## Key Facts
- License: GNU General Public License, version 3.0
- Latest stable version: 0.8.0 (released September 24, 2025)
- Previous version: 0.7.0 (released April 21, 2022)
- Website: https://www.agwa.name/projects/git-crypt/
- Source code repository: https://github.com/AGWA/git-crypt
- Classifies as free software
- Available as an opensuse package named git-crypt
- Available as a macports port named git-crypt
- Available as a slackbuilds package named development/git-crypt

### Q: What is git-crypt used for?
A: It's used to encrypt sensitive files within Git repositories while keeping the repository otherwise unchanged.

### Q: What license is git-crypt under?
A: It's licensed under the GNU General Public License version 3.0.

### Q: What are the latest versions available?
A: The latest stable version is 0.8.0 (released September 24, 2025), with a previous version being 0.7.0 (released April 21, 2022).

## Why It Matters
Git-crypt addresses the need for secure handling of sensitive information within version control systems. It allows developers to maintain encrypted repositories without disrupting the normal workflow, providing a transparent encryption solution that integrates with Git's existing structure. This is particularly important for teams working with confidential data, as it enables secure collaboration while maintaining the benefits of version control.

## Notable For
- It's a free software tool that provides transparent encryption for Git repositories
- It's available through multiple package managers including opensuse, macports, and slackbuilds
- It has maintained a stable version (0.8.0) since September 24, 2025
- It's maintained under the AGWA organization on GitHub
- It's licensed under GPL-3.0

## Body
### Technical Overview
Git-crypt provides transparent file encryption for Git repositories. It works by encrypting sensitive files while keeping the repository otherwise unchanged, allowing users to maintain the benefits of version control while protecting confidential information.

### Licensing and Distribution
The software is distributed under the GNU General Public License version 3.0, making it free software that can be freely used, modified, and distributed. It's available through various package repositories including opensuse, macports, and slackbuilds.

### Development and Versioning
The project has maintained multiple versions, with the latest stable version being 0.7.0 (released April 21, 2022) and the current stable version being 0.8.0 (released September 24, 2025). The source code is hosted on GitHub under the AGWA organization.

### Usage and Integration
Git-crypt integrates with Git repositories by encrypting sensitive files while keeping the repository otherwise unchanged. It allows users to maintain encrypted repositories without disrupting the normal workflow.

## References

1. [Release 0.7.0. 2022](https://github.com/AGWA/git-crypt/releases/tag/0.7.0)
2. [Release 0.8.0. 2025](https://github.com/AGWA/git-crypt/releases/tag/0.8.0)
3. [git-crypt - transparent file encryption in git](https://www.agwa.name/projects/git-crypt/)