PM3 Commands Reference (Iceman Firmware):

Updated: January 2025

Main Help


Up One Level


Current command:
hf st25ta protect --help


Change read or write protection for NFC Data Exchange Format (NDEF) file on ST25TA

usage:
    hf st25ta protect [-hedrw] -p <hex>

options:
    -h, --help                     This help
    -e, --enable                   enable protection
    -d, --disable                  disable protection (default)
    -r, --read                     change read protection
    -w, --write                    change write protection (default)
    -p, --password <hex>           16 byte write password

examples/notes:
    hf st25ta protect -p 82E80053D4CA5C0B656D852CC696C8A1 -r -e     -> enable read protection
    hf st25ta protect -p 82E80053D4CA5C0B656D852CC696C8A1 -w -d     -> disable write protection