Added a comment

This commit is contained in:
yibe 2017-06-04 20:07:31 +00:00 committed by admin
parent 3174acde3c
commit c8e8d36e85

View file

@ -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
"""]]