PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
hf iclass encrypt --help


3DES encrypt data
OBS! In order to use this function, the file 'iclass_decryptionkey.bin' must reside
in the resources directory. The file should be 16 hex bytes of binary data

usage:
    hf iclass encrypt [-hv] -d <hex> [-k <hex>]

options:
    -h, --help                     This help
    -d, --data <hex>               data to encrypt
    -k, --key <hex>                3DES transport key
    -v, --verbose                  verbose output

examples/notes:
    hf iclass encrypt -d 0102030405060708
    hf iclass encrypt -d 0102030405060708 -k 00112233445566778899AABBCCDDEEFF