tldr/pages/common/transcrypt.md
Rodolphe Lemasquerier acb8af9307
transcrypt: add page (#3952)
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-04-05 22:06:18 +02:00

25 lines
501 B
Markdown

# transcrypt
> Transparently encrypt files within a git repository.
> More information: <https://github.com/elasticdog/transcrypt>.
- Initialize an unconfigured repository:
`transcrypt`
- List the currently encrypted files:
`git ls-crypt`
- Display the credentials of a configured repository:
`transcrypt --display`
- Initialize and decrypt a fresh clone of a configured repository:
`transcrypt --cipher={{cipher}}`
- Rekey to change the encryption cipher or password:
`transcrypt --rekey`