2020-04-05 21:06:18 +01:00
|
|
|
# transcrypt
|
|
|
|
|
2021-01-07 14:06:38 +00:00
|
|
|
> Transparently encrypt files within a Git repository.
|
2020-04-05 21:06:18 +01: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:
|
|
|
|
|
|
|
|
`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`
|