FiloSottile / age

A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
https://age-encryption.org
BSD 3-Clause "New" or "Revised" License
15.75k stars 475 forks source link

failed to decrypt and authenticate payload chunk #527

Closed varistov closed 8 months ago

varistov commented 8 months ago

Environment

What were you trying to do

I tried to decrypt an age encrypted file stored in a decrypted veracrypt container. The file was encrypted with an older version of age, likely to be 1.0.0. Decrypted with age 1.1.1

What happened

user@penguin:~/age$ ./age -d -o Photoz.zip Photoz.zip.age
Enter Passphrase:
age: error: failed to decrypt and authenticate payload chunk
age: report unexpected or unhelpful errors at https://filippo.io/age/report

I suppose the issue is most likely on my side. I would like to know the reason for the issue.

varistov commented 8 months ago

The copying of the age file was not fully done. Out of 1.1GB only 345 kB was there. Closing the issue; the fault is ony side as I presumed