mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Merge pull request #1973 from mistial-dev/improve-help
Add text explaining that the format is H10301 for binary
This commit is contained in:
commit
58da2df2dc
2 changed files with 7 additions and 7 deletions
|
@ -3836,9 +3836,9 @@ static int CmdHFiClassEncode(const char *Cmd) {
|
||||||
CLIParserInit(&ctx, "hf iclass encode",
|
CLIParserInit(&ctx, "hf iclass encode",
|
||||||
"Encode binary wiegand to block 7,8,9\n"
|
"Encode binary wiegand to block 7,8,9\n"
|
||||||
"Use either --bin or --wiegand/--fc/--cn",
|
"Use either --bin or --wiegand/--fc/--cn",
|
||||||
"hf iclass encode --bin 10001111100000001010100011 --ki 0 -> FC 31 CN 337\n"
|
"hf iclass encode --bin 10001111100000001010100011 --ki 0 -> FC 31 CN 337 (H10301)\n"
|
||||||
"hf iclass encode --fc 31 --cn 337 --ki 0 -> FC 31 CN 337\n"
|
"hf iclass encode -w H10301 --fc 31 --cn 337 --ki 0 -> FC 31 CN 337 (H10301)\n"
|
||||||
"hf iclass encode --bin 10001111100000001010100011 --ki 0 --elite -> FC 31 CN 337, writing w elite key"
|
"hf iclass encode --bin 10001111100000001010100011 --ki 0 --elite -> FC 31 CN 337 (H10301), writing w elite key"
|
||||||
);
|
);
|
||||||
|
|
||||||
void *argtable[] = {
|
void *argtable[] = {
|
||||||
|
|
|
@ -3100,9 +3100,9 @@
|
||||||
"command": "hf iclass encode",
|
"command": "hf iclass encode",
|
||||||
"description": "Encode binary wiegand to block 7,8,9 Use either --bin or --wiegand/--fc/--cn",
|
"description": "Encode binary wiegand to block 7,8,9 Use either --bin or --wiegand/--fc/--cn",
|
||||||
"notes": [
|
"notes": [
|
||||||
"hf iclass encode --bin 10001111100000001010100011 --ki 0 -> FC 31 CN 337",
|
"hf iclass encode --bin 10001111100000001010100011 --ki 0 -> FC 31 CN 337 (H10301)",
|
||||||
"hf iclass encode --fc 31 --cn 337 --ki 0 -> FC 31 CN 337",
|
"hf iclass encode -w H10301 --fc 31 --cn 337 --ki 0 -> FC 31 CN 337 (H10301)",
|
||||||
"hf iclass encode --bin 10001111100000001010100011 --ki 0 --elite -> FC 31 CN 337, writing w elite key"
|
"hf iclass encode --bin 10001111100000001010100011 --ki 0 --elite -> FC 31 CN 337 (H10301), writing w elite key"
|
||||||
],
|
],
|
||||||
"offline": true,
|
"offline": true,
|
||||||
"options": [
|
"options": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue