PM3 Commands Reference (Iceman Firmware):

Updated: January 2025

Main Help


Up One Level


Current command:
hf iclass managekeys --help


Manage iCLASS Keys in client memory

usage:
    hf iclass managekeys [--load]

options:
    -h, --help                     This help
    -f, --file <fn>                Specify a filename for load / save operations
    -k, --key <hex>                Access key as 8 hex bytes
    --ki <dec>                     Specify key index to set key in memory
    --save                         Save keys in memory to file specified by filename
    --load                         Load keys to memory from file specified by filename
    -p, --print                    Print keys loaded into memory

examples/notes:
    hf iclass managekeys --ki 0 -k 1122334455667788      -> set key 1122334455667788 at index 0
    hf iclass managekeys -f mykeys.bin --save            -> save key file
    hf iclass managekeys -f mykeys.bin --load            -> load key file
    hf iclass managekeys -p                              -> print keys