iceman1001 / proxmark3

[Deprecated] Iceman Fork, the most totally wicked fork around if you are into proxmark3
http://www.icedev.se/pm3.aspx
GNU General Public License v2.0
466 stars 116 forks source link

Unable to decrypt tagdump #256

Closed SecKatie closed 6 years ago

SecKatie commented 6 years ago

hf iclass decrypt f iclass_tagdump-d572b801f8ff12e0.bin fails with error:

[!] Warning, file size is 8, expected 16          

Even after doing:

echo "AFA785A7DAB33378" > key_dump
xxd -r -p key_dump > iclass_decryptionkey.bin

When I read the file with xxd iclass_decryptionkey.bin I get:

00000000: afa7 85a7 dab3 3378                      ......3x

which should be right. It is a binary file right???