From ef867794d1d4674cff585d3784de8232ace9df2c Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 26 Apr 2018 14:19:33 +0200 Subject: [PATCH] chg: ...textual --- client/cmdhf14a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");