LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

transcrypt

Transparent Git file encryption

TLDR

Initialize encryption
$ transcrypt
copy
With specific cipher
$ transcrypt -c [aes-256-cbc]
copy
Show credentials
$ transcrypt -d
copy
Flush credentials
$ transcrypt -f
copy
Rekey repository
$ transcrypt -r
copy
Uninstall
$ transcrypt -u
copy

SYNOPSIS

transcrypt [-c cipher] [-d] [-f] [-r] [options]

DESCRIPTION

transcrypt provides transparent encryption for files within a Git repository using OpenSSL symmetric ciphers. It leverages Git's built-in clean and smudge filter mechanisms to automatically encrypt files when they are staged and decrypt them when checked out, making the process seamless for daily development workflows.The tool encrypts sensitive files on push so they are stored encrypted in the remote repository, while automatically decrypting them on pull for local use. It supports any cipher available through OpenSSL, with AES-256-CBC as the default. Credentials are managed through Git's credential helper system, and the repository can be rekeyed if a password needs to be changed.Each clone of the repository requires initialization with the correct password to access encrypted files. The encryption configuration is stored in `.gitattributes`, which specifies which files should be encrypted.

PARAMETERS

-c CIPHER

Encryption cipher.
-d
Display credentials.
-f
Flush credentials.
-r
Rekey repository.
-u
Uninstall.
-p PASSWORD
Set password.

INSTALL

brew install transcrypt
copy
nix profile install nixpkgs#transcrypt
copy

CAVEATS

Requires setup per clone. Password management. Git-specific.

HISTORY

transcrypt was created for transparently encrypting files in a Git repository using OpenSSL.

SEE ALSO

git-crypt(1), age(1), gpg(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid