From d48ff049bc408ea3675882c88e44ab82fba5e555 Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Tue, 13 Apr 2021 20:30:45 +0000 Subject: [PATCH] Added a comment: hybrid encryption --- .../comment_14_fb6ec1f42789a62358605e293b678318._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/encryption/comment_14_fb6ec1f42789a62358605e293b678318._comment diff --git a/doc/encryption/comment_14_fb6ec1f42789a62358605e293b678318._comment b/doc/encryption/comment_14_fb6ec1f42789a62358605e293b678318._comment new file mode 100644 index 0000000000..a4f553ae53 --- /dev/null +++ b/doc/encryption/comment_14_fb6ec1f42789a62358605e293b678318._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="Ilya_Shlyakhter" + avatar="http://cdn.libravatar.org/avatar/1647044369aa7747829c38b9dcc84df0" + subject="hybrid encryption" + date="2021-04-13T20:30:43Z" + content=""" +With [[hybrid encryption|design/encryption]], your gpg key encrypts a symmetric key which then encrypts file content. Try getting the encrypted symmetric key from [[`remote.log`|internals]], decrypting it with your gpg key, then using that to decrypt file content. +"""]]