mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
remove debug message
This commit is contained in:
parent
c41eab99c0
commit
0f6061c16f
1 changed files with 0 additions and 1 deletions
|
@ -177,7 +177,6 @@ uint32_t ul_ev1_pwdgenE(const uint8_t *uid) {
|
|||
uint32_t ul_ev1_pwdgenF(const uint8_t *uid) {
|
||||
uint8_t hash[16];
|
||||
mbedtls_md5(uid, 7, hash);
|
||||
PrintAndLogEx(INFO, "md5 %s", sprint_hex_inrow(hash, sizeof(hash)));
|
||||
uint32_t pwd = 0;
|
||||
pwd |= hash[0] << 24;
|
||||
pwd |= hash[1] << 16;
|
||||
|
|
Loading…
Reference in a new issue