mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
hf iclass chk - rework OLD -> NG. And textual
This commit is contained in:
parent
f50691e3de
commit
80817cea00
9 changed files with 41 additions and 158 deletions
|
@ -192,7 +192,7 @@ local function main(args)
|
|||
elseif err == -4 then return oops([[
|
||||
Card is not vulnerable to Darkside attack (its random number generator seems to be based on the wellknown
|
||||
generating polynomial with 16 effective bits only, but shows unexpected behaviour.]])
|
||||
elseif err == -5 then return oops('Aborted via keyboard.')
|
||||
elseif err == -5 then return oops('aborted via keyboard.')
|
||||
end
|
||||
-- The key is actually 8 bytes, so a
|
||||
-- 6-byte key is sent as 00XXXXXX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue