Skip to main content

Transparently encrypt files within a git repository.

# To initialize an unconfigured repository:
transcrypt

# To list the currently encrypted files:
git ls-crypt

# To display the credentials of a configured repository:
transcrypt --display

# To initialize and decrypt a fresh clone of a configured repository:
transcrypt --cipher=<cipher>

# To rekey to change the encryption cipher or password:
transcrypt --rekey