mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
chg: ...textual
This commit is contained in:
parent
e4bf5d3c66
commit
ef867794d1
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ int CmdHF14AInfo(const char *Cmd) {
|
|||
if ( res == 1 )
|
||||
PrintAndLogEx(SUCCESS, "Prng detection: WEAK");
|
||||
else if (res == 0 )
|
||||
PrintAndLogEx(SUCCESS, "Prng detection: WEAK");
|
||||
PrintAndLogEx(SUCCESS, "Prng detection: HARD");
|
||||
else
|
||||
PrintAndLogEx(FAILED, "prng detection: failed");
|
||||
|
||||
|
|
Loading…
Reference in a new issue