mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
hf iclass decrypt - now use cliparser
This commit is contained in:
parent
f4f2099075
commit
4d616a1c09
2 changed files with 73 additions and 86 deletions
|
@ -121,12 +121,13 @@ Decrypt iCLASS Block / file
|
|||
```
|
||||
Options
|
||||
---
|
||||
d <encrypted blk> : 16 bytes hex
|
||||
f <filename> : filename of dump
|
||||
k <transport key> : 16 bytes hex
|
||||
-f, --file <filename> filename of dumpfile
|
||||
-d, --data <encrypted blk> 3DES encrypted data
|
||||
--key <transport key> 3DES transport key
|
||||
-v, --verbose verbose output
|
||||
|
||||
pm3 --> hf iclass decrypt d 2AD4C8211F996871
|
||||
pm3 --> hf iclass decrypt f hf-iclass-db883702f8ff12e0.bin
|
||||
pm3 --> hf iclass decrypt -d 2AD4C8211F996871
|
||||
pm3 --> hf iclass decrypt -f hf-iclass-db883702f8ff12e0.bin
|
||||
```
|
||||
|
||||
Load iCLASS dump into memory for simulation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue