mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-06-08 15:12:16 +00:00
021ec18506
Mifare Plus can now be dumped quickly. This is achieved by using a mix of READ RANGE, skipping reply MACs, requesting data in plaintext (almost) as much as possible, and also avoiding card + crypto restarts. 1K tags now require 3 seconds; 2k require just shy of 6; 4k require 8. Previously the time for 2k tags was 9 seconds. While the improvement is pretty small, it helps out. Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>