From acb8af9307f7c84135721a4575ee41f755fc93f5 Mon Sep 17 00:00:00 2001 From: Rodolphe Lemasquerier Date: Sun, 5 Apr 2020 22:06:18 +0200 Subject: [PATCH] transcrypt: add page (#3952) Co-authored-by: Starbeamrainbowlabs --- pages/common/transcrypt.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/transcrypt.md diff --git a/pages/common/transcrypt.md b/pages/common/transcrypt.md new file mode 100644 index 000000000..b86eca53b --- /dev/null +++ b/pages/common/transcrypt.md @@ -0,0 +1,24 @@ +# transcrypt + +> Transparently encrypt files within a git repository. +> More information: . + +- 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`