jumpycalm / pn532-cloner

Use NXP PN532 board to read and write MIFARE Classic tags on Windows and macOS
GNU General Public License v2.0
44 stars 4 forks source link

Add retry for hardnested attack #3

Closed jumpycalm closed 2 years ago

jumpycalm commented 2 years ago

There might be some read failure for low-quality tags for some magic tags. Allow retry for hardnested attack to prevent the program fail in the middle of the attack.

jumpycalm commented 2 years ago

After the change from https://github.com/jumpycalm/pn532-cloner/commit/eb2231ecf4408ce6593654542304f837546a6678, there's no longer any failure during the hardnested attack. Therefore, we don't need to add the retry mechanism.