1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 07:35:24 +02:00
tldr/pages/common/transcrypt.md
2025-04-27 10:59:15 +03:00

24 lines
528 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 {{[-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]}}`