From c8e8d36e85d11827c7e60c66abb7b72bf7908737 Mon Sep 17 00:00:00 2001 From: yibe Date: Sun, 4 Jun 2017 20:07:31 +0000 Subject: [PATCH] Added a comment --- ...ment_1_bbc1e7205d7701afd405c6e62a1c0aa3._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/bugs/Hybrid_encryption_can__39__t_generate_the_right_key_after_moving_files/comment_1_bbc1e7205d7701afd405c6e62a1c0aa3._comment diff --git a/doc/bugs/Hybrid_encryption_can__39__t_generate_the_right_key_after_moving_files/comment_1_bbc1e7205d7701afd405c6e62a1c0aa3._comment b/doc/bugs/Hybrid_encryption_can__39__t_generate_the_right_key_after_moving_files/comment_1_bbc1e7205d7701afd405c6e62a1c0aa3._comment new file mode 100644 index 0000000000..7d03495191 --- /dev/null +++ b/doc/bugs/Hybrid_encryption_can__39__t_generate_the_right_key_after_moving_files/comment_1_bbc1e7205d7701afd405c6e62a1c0aa3._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="yibe" + avatar="http://cdn.libravatar.org/avatar/649c9e417b6c509a17f7b48caf065c91" + subject="comment 1" + date="2017-06-04T20:07:31Z" + content=""" +Hello, + +I have no idea why git-annex fails to decrypt your file, but as for the two different HMAC keys, I guess you have chunking enabled on that remote (at least when you uploaded the file) and that first HMAC key is the right key for the 1st chunk of your file. That decryption script does not take chunks into account, so you were only able to generate the second HMAC key, which should be the right key if the file was uploaded without chunking enabled. I've just [posted][1] a modified version of the script that supports chunks. + +[1]: http://git-annex.branchable.com/tips/Decrypting_files_in_special_remotes_without_git-annex/#comment-ea2df7b4739f3d66c169bf297e339e9d + +"""]]