1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 12:02:08 +02:00
tldr/pages/common/yadm-transcrypt.md
shelton louis 5e4d5d2750
yadm: add pages (#13920)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
2024-10-01 21:05:50 +02:00

26 lines
771 B
Markdown
Executable file

# yadm-transcrypt
> If `transcrypt` is installed, this command allows you to pass options directly to `transcrypt`.
> With the environment configured to use the yadm repository.
> Transcrypt enables transparent encryption and decryption of files in a Git repository.
> More information: <https://github.com/elasticdog/transcrypt>.
- Set the symmetric cipher to utilize for encryption:
`yadm transcrypt --cipher={{cipher}}`
- Pass the password to derive the key from:
`yadm transcrypt --password={{password}}`
- Assume yes and accept defaults for non-specified options:
`yadm transcrypt --yes`
- Display the current repository's cipher and password:
`yadm transcrypt --display`
- Re -encrypt all encrypted files using new credentials:
`yadm transcrypt --rekey`