From bb41790fc13ea3df9185edcaf85755e5be52fd1b Mon Sep 17 00:00:00 2001 From: alvseth Date: Wed, 21 Dec 2022 19:47:18 +0000 Subject: [PATCH] --- ...erence_between_encryption___38___gcrypt__63__.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/forum/What__39__s_the_difference_between_encryption___38___gcrypt__63__.mdwn diff --git a/doc/forum/What__39__s_the_difference_between_encryption___38___gcrypt__63__.mdwn b/doc/forum/What__39__s_the_difference_between_encryption___38___gcrypt__63__.mdwn new file mode 100644 index 0000000000..456d73e95a --- /dev/null +++ b/doc/forum/What__39__s_the_difference_between_encryption___38___gcrypt__63__.mdwn @@ -0,0 +1,11 @@ +Hi git-annexers, + +The git-annex website has two articles on encryption: https://git-annex.branchable.com/encryption/ and https://git-annex.branchable.com/tips/fully_encrypted_git_repositories_with_gcrypt/? + +What is the difference between "vanilla" git-annex encryption and the workflow described in the "fully encrypted git repositories with gcrypt" guide? + +I'm having a hard time figuring out whether one is more secure than the other. Or when I'd want to use one vs. the other. + +Can anyone help shed some light? + +Thank you.