diff --git a/client/cmdhf14a.c b/client/cmdhf14a.c index 0684349cd..e4e5abe8a 100644 --- a/client/cmdhf14a.c +++ b/client/cmdhf14a.c @@ -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");