System Grab Bag

View all TLDR pages from common (or from all pages)

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 --display
  • Initialize and decrypt a fresh clone of a configured repository:
    transcrypt --cipher={{cipher}}
  • Rekey to change the encryption cipher or password:
    transcrypt --rekey

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.