}
uint8_t *key = default_3des_keys[keyNo];
- if (try3DesAuthentication(key))
- PrintAndLog("Authentication successful. 3des key: %s",sprint_hex(key, 8));
+ if (try3DesAuthentication(key)>0)
+ PrintAndLog("Authentication successful. 3des key: %s",sprint_hex(key, 16));
else
PrintAndLog("Authentication failed");