proxmark3 icon indicating copy to clipboard operation
proxmark3 copied to clipboard

Check for Guardall/Verex seems to use much more bits than the clone command

Open ntkntk opened this issue 7 years ago • 1 comments

Guardall's FCC is 8bits (or 256 max). for card number can only be 16bits (or 65535 max) as shown in https://github.com/iceman1001/proxmark3/blob/master/client/cmdlfguard.c#L165

The output shows the truncated 8b, 16b numbers used. However the check for Guardall seems to use much more bits than the clone command. Until the command "lf guard clone" is fixed to accommodate 32, 36 and 40bit types, Proxmark user should use "lf search" to get raw data then use t55xx write to create the Guardall 30-, 32- or 40bit

ntkntk avatar Apr 22 '17 22:04 ntkntk