This package browser is in early development. Mind the rough edges.

git-crypt

Transparent encryption of files in a git repository

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.

Installation

Install the latest version of git-crypt as follows:

guix install git-crypt

Or install a particular version:

guix install git-crypt@0.8.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of git-crypt about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/git-crypt'><img src='https://packages.guix.gnu.org/packages/git-crypt/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/git-crypt/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/git-crypt)

Example Org:

[[https://packages.guix.gnu.org/packages/git-crypt][https://packages.guix.gnu.org/packages/git-crypt/badges/latest-version.svg]]