Automic VaultAutomic Vault

brew

git-crypt mit Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für git-crypt in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install git-crypt

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install git-crypt

MacPorts ports tree · devel/git-crypt/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add git-crypt

Alpine Linux edge package indexes · git-crypt · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install git-crypt

Debian stable package indexes · git-crypt · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install git-crypt

Fedora Rawhide package metadata · git-crypt · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#git-crypt

nixpkgs package indexes · pkgs/by-name/gi/git-crypt/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S git-crypt

Arch Linux sync databases · git-crypt · Quelle: geo.mirror.pkgbuild.com

openSUSE zypperverifiziert · 92%
sudo zypper install git-crypt

openSUSE Tumbleweed package metadata · git-crypt · Quelle: download.opensuse.org

Windows

Scoopverifiziert · 92%
scoop install main/git-crypt

Scoop official bucket manifest trees · bucket/git-crypt.json · Quelle: api.github.com

Überblick

Paketzusammenfassung

Enable transparent encryption/decryption of files in a git repo

Befehle und Aliase

  • git-crypt

Verlauf

Projektgeschichte und Nutzung

git-crypt is Andrew Ayer's transparent encryption tool for selected files in a Git repository. It uses Git filters so protected files are encrypted in commits and decrypted in a working tree after the repository is unlocked.

Projektgeschichte

The Git history starts in July 2012, and the first release, 0.1, followed in November 2012. The author's project page explains the motivation: protecting secret material in a configuration-management repository while still letting other people inspect and contribute to the non-secret parts.

Version 0.4 in 2014 was a major workflow release: it added optional GPG support, stored the symmetric key inside `.git`, added multiple-key support, introduced `git-crypt status`, and began experimental Windows support. Version 0.5 in 2015 added the man page and improved lock and unlock performance with newer Git versions.

Later releases were maintenance-oriented. Version 0.6 in 2017 added OpenSSL 1.1 support, switched to C++11, honored Git configuration such as `gpg.program`, and added `git-crypt.repoStateDir`. Version 0.7 in 2022 addressed macOS argument-list issues, and version 0.8 in 2025 adjusted OpenSSL support and avoided problematic short GPG key IDs.

Adoptionsgeschichte

git-crypt became a common answer for repositories that are mostly public or shareable but contain a small number of encrypted secrets. Its README and project page stress graceful degradation: contributors without the key can clone and commit, but cannot read encrypted file contents.

Package-manager adoption is broad for a niche security tool, with packages across Homebrew, Debian and Ubuntu, Fedora-family distributions, MacPorts, Nix, Arch-family repositories, Scoop, and others in the input metadata. That breadth reflects stable CLI demand rather than a large framework ecosystem.

Wie es verwendet wird

Users initialize a repository with `git-crypt init`, mark protected paths in `.gitattributes` with `filter=git-crypt diff=git-crypt`, and unlock after cloning with either GPG keys or an exported symmetric key.

Practitioners use it for secrets that belong beside source or infrastructure code, such as private keys, passwords, API credentials, or environment-specific files. The documentation is explicit about limits: file names, commit messages, symlink targets, and other metadata are not encrypted, and access revocation is not solved for old history.

Warum Paket-Nerds sich dafür interessieren

git-crypt is significant because it turns Git's filter machinery into a packaging-friendly secrets workflow without requiring a service, a custom remote, or a separate encrypted repository. That simplicity made it attractive to developers who wanted secrets-in-repo ergonomics with ordinary Git hosting.

It also has the classic maintainer tradeoffs of a security CLI: OpenSSL compatibility, GPG behavior, Git filter semantics, deterministic encryption constraints, and clear documentation of what is not protected.

Zeitleiste

  • 2012: Development begins in Git, followed by the 0.1 release.
  • 2014: Version 0.4 adds optional GPG support, multiple-key support, status reporting, and experimental Windows support.
  • 2015: Version 0.5 adds a man page and improves lock and unlock performance.
  • 2017: Version 0.6 adds OpenSSL 1.1 support and switches to C++11.
  • 2022: Version 0.7 fixes macOS and argument-handling issues.
  • 2025: Version 0.8 adjusts OpenSSL support and avoids short GPG key IDs.

Related projects

  • git-remote-gcrypt is named in the README as a better fit for encrypting an entire repository.
  • GnuPG is used by git-crypt's multi-user sharing mode.
  • Git attributes and Git filter drivers are the Git mechanisms that make transparent encryption and decryption work.

Sicherheitslage

Risikostufe: blue

broad file, network, media, or database tool signal.

Risikoklassifikator

blue Risiko · mittel Konfidenz · tool

Warum

  • broad file, network, media, or database tool signal

Signale

  • text:encrypt,decrypt

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Installiert mit 1 Laufzeitabhängigkeiten.
  • Build-Metadaten listen 2 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
.gitattributes.git-crypt/

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
git-cryptcliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-10
Manager-Version0.8.0
Manager aktualisiert2026-05-25
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://www.agwa.name/projects/git-crypt/

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:git-crypt
Version0.8.0
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/git-crypt
Homepagehttps://www.agwa.name/projects/git-crypt/
Repositoryhttps://github.com/AGWA/git-crypt
Upstream-Dokumentationhttps://github.com/AGWA/git-crypt#readme
LizenzGPL-3.0-or-later
Quellarchivhttps://www.agwa.name/projects/git-crypt/downloads/git-crypt-0.8.0.tar.gz
Zuletzt aktualisiert2026-05-25T16:07:30Z
Pulseupdated
Abhängigkeitenopenssl@4
Build-Abhängigkeitendocbook, docbook-xsl
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegit-crypt
Version Scheme0
Revision1
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

git-crypt 0.7.0-0.1+b1

Transparent file encryption in git

https://www.agwa.name/projects/git-crypt

sudo apt install git-crypt
  • Section: vcs
  • Architecture: amd64
  • Source Package: git-crypt
  • 5 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Git Crypt
Debian stable package indexes · deb.debian.org · Debian stable package indexes: git-crypt from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

git-crypt

nix profile install nixpkgs#git-crypt
  • normalized package name match
  • Abgeglichen nach: Git Crypt
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gi/git-crypt/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

git-crypt 0.7.0-0.1build3

Transparent file encryption in git

https://www.agwa.name/projects/git-crypt

sudo apt install git-crypt
  • Section: universe/vcs
  • Architecture: amd64
  • 5 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Git Crypt
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: git-crypt from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

git-crypt 0.7.0-r0

Transparent file encryption in git

https://www.agwa.name/projects/git-crypt

sudo apk add git-crypt
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: git-crypt
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Git Crypt
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-crypt from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

git-crypt-doc 0.7.0-r0

Transparent file encryption in git (documentation)

https://www.agwa.name/projects/git-crypt

sudo apk add git-crypt-doc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: git-crypt
  • normalized package name match
  • Abgeglichen nach: Git Crypt
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-crypt-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

git-crypt 0.8.0-2.fc44

Transparent file encryption in git

https://www.agwa.name/projects/git-crypt

sudo dnf install git-crypt
  • License: GPL-3.0-or-later AND X11
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: git-crypt
  • 6 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Git Crypt
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: git-crypt from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

git-crypt 0.8.0-1

Transparent file encryption in Git

https://www.agwa.name/projects/git-crypt

sudo pacman -S git-crypt
  • License: GPL3
  • Architecture: x86_64
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Git Crypt
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: git-crypt from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

git-crypt 0.8.0-1.2

Transparent file encryption in git

https://www.agwa.name/projects/git-crypt/

sudo zypper install git-crypt
  • License: GPL-3.0-or-later
  • Category: Productivity/Security
  • Architecture: x86_64
  • Source Package: git-crypt
  • 5 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Git Crypt
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: git-crypt from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

git-crypt

sudo port install git-crypt
  • normalized package name match
  • Abgeglichen nach: Git Crypt
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/git-crypt/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/git-crypt

scoop install main/git-crypt
  • normalized package name match
  • Abgeglichen nach: Git Crypt
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/git-crypt.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment