]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: minor textual change to fit the minimum two calls nature for the zero parity...
authoriceman1001 <iceman@iuse.se>
Sat, 29 Oct 2016 19:45:36 +0000 (21:45 +0200)
committericeman1001 <iceman@iuse.se>
Sat, 29 Oct 2016 19:45:36 +0000 (21:45 +0200)
client/cmdhfmf.c

index 2e58986d3c13b569572ca53a122a5227dd327ce1..7114945d6744906fedd8455e1e9a3dc5e12ba0fa 100644 (file)
@@ -221,8 +221,7 @@ start:
                // this special attack when parities is zero, uses checkkeys. Which now with block/keytype option also needs. \r
                // but it uses 0|1 instead of 0x60|0x61...\r
                if (nonce2key_ex(blockNo, keytype - 0x60 , uid, nt, nr, ks_list, &r_key) ){\r
-                       PrintAndLog("Key not found (lfsr_common_prefix list is null).");        \r
-                       PrintAndLog("Failing is expected to happen in 25%% of all cases. Trying again with a different reader nonce...");\r
+                       PrintAndLog("Trying again with a different reader nonce...");\r
                        c.arg[0] = false;\r
                        goto start;\r
                } else {\r
Impressum, Datenschutz