mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-23 06:35:38 -07:00
Add record
Without styling.. Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
This commit is contained in:
parent
571afc2901
commit
60ccacdbf4
1 changed files with 22 additions and 1 deletions
|
@ -273,6 +273,27 @@
|
||||||
],
|
],
|
||||||
"usage": "data clear [-h]"
|
"usage": "data clear [-h]"
|
||||||
},
|
},
|
||||||
|
"data crypto": {
|
||||||
|
"command": "data crypto",
|
||||||
|
"description": "Encrypt and decrypt data",
|
||||||
|
"notes": [
|
||||||
|
"Supply data, key, IV (needed for des MAC or aes), and cryptography action.",
|
||||||
|
"To calculate a MAC for FMCOS, supply challenge as IV, data as data, and session/line protection key as key.",
|
||||||
|
"To calculate a MAC for FeliCa, supply first RC as IV, BLE+data as data and session key as key.",
|
||||||
|
"data crypto -d 04D6850E06AABB80 -k FFFFFFFFFFFFFFFF --iv 9EA0401A00000000 --des -> Calculate a MAC for FMCOS chip. The result should be ED3A0133"
|
||||||
|
],
|
||||||
|
"offline": true,
|
||||||
|
"options": [
|
||||||
|
"-h, --help This help",
|
||||||
|
"-d, --data <hex> Data to process",
|
||||||
|
"-k, --key <hex> Key to use",
|
||||||
|
"-r, --rev Decrypt, not encrypt",
|
||||||
|
"--des Cipher with DES, not AES",
|
||||||
|
"--mac Calculate AES CMAC/FeliCa Lite MAC",
|
||||||
|
"--iv <hex> IV value if needed"
|
||||||
|
],
|
||||||
|
"usage": "data crypto [-hr] -d <hex> -k <hex> [--des] [--mac] [--iv <hex>]"
|
||||||
|
},
|
||||||
"data convertbitstream": {
|
"data convertbitstream": {
|
||||||
"command": "data convertbitstream",
|
"command": "data convertbitstream",
|
||||||
"description": "Convert GraphBuffer's 0|1 values to 127|-127",
|
"description": "Convert GraphBuffer's 0|1 values to 127|-127",
|
||||||
|
@ -12309,4 +12330,4 @@
|
||||||
"extracted_by": "PM3Help2JSON v1.00",
|
"extracted_by": "PM3Help2JSON v1.00",
|
||||||
"extracted_on": "2024-01-18T18:49:32"
|
"extracted_on": "2024-01-18T18:49:32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue