mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
hf jooki encode - fix tagtype..
This commit is contained in:
parent
f9e1106842
commit
152a2b43c0
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ static int CmdHF14AJookiEncode(const char *Cmd) {
|
|||
if (tt_whale)
|
||||
tt = 5;
|
||||
|
||||
uint8_t iv[JOOKI_IV_LEN] = {0x31, 0x43, 0x33, 0};
|
||||
uint8_t iv[JOOKI_IV_LEN] = {0x80, 0x77, 0x51, 1};
|
||||
if (use_tag) {
|
||||
int res = ul_read_uid(uid);
|
||||
if (res != PM3_SUCCESS) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue