• caglararli@hotmail.com
  • 05386281520

GPG can’t decrypt my data because of an invalid packet

Çağlar Arlı      -    15 Views

GPG can’t decrypt my data because of an invalid packet

I have an encrypted data containig some of my data that I am unable to decrypt. It is archived with tar, compressed with gzip and encrypted with gnupg. Today I tried to decrypt it with gpg and it failed, even though I have the the password. It is correct (gpg doesn't complain about it). I also checked older backups of the same archive (from different hardware) and I got the same result.

gpg --list-packets produces the following output:

gpg: AES.CFB encrypted data
gpg: encrypted with 1 passphrase
gpg: decryption failed: Invalid packet
# off=0 ctb=8c tag=3 hlen=2 plen=13
:symkey enc packet: version 4, cipher 7, aead 0, s2k 3, hash 2
    salt 3C52124CADDC256F, count 65011712 (255)
# off=15 ctb=d2 tag=18 hlen=6 plen=1289411052 new-ctb
:encrypted data packet:
    length: 1289411052
    mdc_method: 2
# off=40 ctb=ae tag=11 hlen=5 plen=1289411006
:literal data packet:
    mode b (62), created 1692001035, name="instagram-data.zip",
    raw data: 1289410982 bytes

Is there anything else I can try in order to decrypt my data?