Added a comment: re: the difference between encryption and gcrypt

This commit is contained in:
Ilya_Shlyakhter 2022-12-22 19:58:40 +00:00 committed by admin
parent e0c4c26d65
commit f2fc4cd61a

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="Ilya_Shlyakhter"
avatar="http://cdn.libravatar.org/avatar/1647044369aa7747829c38b9dcc84df0"
subject="re: the difference between encryption and gcrypt"
date="2022-12-22T19:58:40Z"
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.
"""]]