mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
hf iclass encrypt - now use cliparser
This commit is contained in:
parent
4d616a1c09
commit
9ef0e07d49
2 changed files with 49 additions and 57 deletions
|
@ -111,10 +111,11 @@ Encrypt iCLASS Block
|
|||
```
|
||||
Options
|
||||
---
|
||||
d <block data> : 16 bytes hex
|
||||
k <transport key> : 16 bytes hex
|
||||
-d, --data <block data> data to encrypt
|
||||
--key <transport key> 3DES transport key
|
||||
-v, --verbose verbose output
|
||||
|
||||
pm3 --> hf iclass encrypt d 0000000f2aa3dba8
|
||||
pm3 --> hf iclass encrypt -d 0000000f2aa3dba8
|
||||
```
|
||||
|
||||
Decrypt iCLASS Block / file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue