From 29176f131c4df264b6fa541775586a7d7b31c9cb Mon Sep 17 00:00:00 2001 From: alvseth Date: Thu, 22 Dec 2022 23:22:33 +0000 Subject: [PATCH] Added a comment: re: re: the difference between encryption and gcrypt --- ...comment_2_359e52a73f236bce4e8e31e76436fba7._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/What__39__s_the_difference_between_encryption___38___gcrypt__63__/comment_2_359e52a73f236bce4e8e31e76436fba7._comment diff --git a/doc/forum/What__39__s_the_difference_between_encryption___38___gcrypt__63__/comment_2_359e52a73f236bce4e8e31e76436fba7._comment b/doc/forum/What__39__s_the_difference_between_encryption___38___gcrypt__63__/comment_2_359e52a73f236bce4e8e31e76436fba7._comment new file mode 100644 index 0000000000..446ba4591e --- /dev/null +++ b/doc/forum/What__39__s_the_difference_between_encryption___38___gcrypt__63__/comment_2_359e52a73f236bce4e8e31e76436fba7._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="alvseth" + avatar="http://cdn.libravatar.org/avatar/4618511682dacfd6835c3e843b4e97a0" + subject="re: re: the difference between encryption and gcrypt" + date="2022-12-22T23:22:33Z" + content=""" +> git-annex encryption encrypts only the file contents stored in the remotes, but not the filenames or the commit history; gcrypt encrypts these latter parts. + +For maximum security, should I use both? Or does gcrypt also encrypt file contents? +"""]]