HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

transcrypt — Transparently encrypt files within a Git repository. More information: <https://github.com/elasticdo

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandfilesgittranscryptcliwithinencrypttransparently

Problem

How to use the transcrypt command: Transparently encrypt files within a Git repository. More information: <https://github.com/elasticdog/transcrypt#command-line-options>.

Solution

transcrypt — Transparently encrypt files within a Git repository. More information: <https://github.com/elasticdog/transcrypt#command-line-options>.

Initialize an unconfigured repository:
transcrypt


List the currently encrypted files:
git ls-crypt


Display the credentials of a configured repository:
transcrypt {{[-d|--display]}}


Initialize and decrypt a fresh clone of a configured repository:
transcrypt {{[-c|--cipher]}} {{cipher}}


Rekey to change the encryption cipher or password:
transcrypt {{[-r|--rekey]}}

Code Snippets

Initialize an unconfigured repository

transcrypt

List the currently encrypted files

git ls-crypt

Display the credentials of a configured repository

transcrypt {{[-d|--display]}}

Initialize and decrypt a fresh clone of a configured repository

transcrypt {{[-c|--cipher]}} {{cipher}}

Rekey to change the encryption cipher or password

transcrypt {{[-r|--rekey]}}

Context

tldr-pages: common/transcrypt

Revisions (0)

No revisions yet.