snippetbashTip
transcrypt — Transparently encrypt files within a Git repository. More information: <https://github.com/elasticdo
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:
transcryptList the currently encrypted files:
git ls-cryptDisplay 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
transcryptList the currently encrypted files
git ls-cryptDisplay 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.