2020-04-05 22:06:18 +02:00
|
|
|
# transcrypt
|
|
|
|
|
2021-01-07 11:06:38 -03:00
|
|
|
> Transparently encrypt files within a Git repository.
|
2020-04-05 22:06:18 +02:00
|
|
|
> 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:
|
|
|
|
|
2025-04-27 10:59:15 +03:00
|
|
|
`transcrypt {{[-d|--display]}}`
|
2020-04-05 22:06:18 +02:00
|
|
|
|
|
|
|
- Initialize and decrypt a fresh clone of a configured repository:
|
|
|
|
|
2025-04-27 10:59:15 +03:00
|
|
|
`transcrypt {{[-c|--cipher]}} {{cipher}}`
|
2020-04-05 22:06:18 +02:00
|
|
|
|
|
|
|
- Rekey to change the encryption cipher or password:
|
|
|
|
|
2025-04-27 10:59:15 +03:00
|
|
|
`transcrypt {{[-r|--rekey]}}`
|