yadm transcrypt
all
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 info →Options (5)
-c, --cipherbooleanSet the symmetric cipher to utilize for encryption
Example:
yadm transcrypt {{[-c|--cipher]}} {{cipher}}-p, --passwordbooleanPass the password to derive the key from
Example:
yadm transcrypt {{[-p|--password]}} {{password}}-y, --yesbooleanAssume yes and accept defaults for non-specified options
Example:
yadm transcrypt {{[-y|--yes]}}-d, --displaybooleanDisplay the current repository's cipher and password
Example:
yadm transcrypt {{[-d|--display]}}-r, --rekeybooleanRe -encrypt all encrypted files using new credentials
Example:
yadm transcrypt {{[-r|--rekey]}}Examples (5)
Set the symmetric cipher to utilize for encryption
yadm transcrypt [-c|--cipher] cipherPass the password to derive the key from
yadm transcrypt [-p|--password] passwordAssume yes and accept defaults for non-specified options
yadm transcrypt [-y|--yes]Display the current repository's cipher and password
yadm transcrypt [-d|--display]Re -encrypt all encrypted files using new credentials
yadm transcrypt [-r|--rekey]made by @shridhargupta | data from tldr-pages