mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07: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) {
|
uint32_t ul_ev1_pwdgenF(const uint8_t *uid) {
|
||||||
uint8_t hash[16];
|
uint8_t hash[16];
|
||||||
mbedtls_md5(uid, 7, hash);
|
mbedtls_md5(uid, 7, hash);
|
||||||
PrintAndLogEx(INFO, "md5 %s", sprint_hex_inrow(hash, sizeof(hash)));
|
|
||||||
uint32_t pwd = 0;
|
uint32_t pwd = 0;
|
||||||
pwd |= hash[0] << 24;
|
pwd |= hash[0] << 24;
|
||||||
pwd |= hash[1] << 16;
|
pwd |= hash[1] << 16;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue