Releases: jumpycalm/pn532-cloner
Releases · jumpycalm/pn532-cloner
v1.1
v1.0
v0.9.1
v0.9.0
v0.8.0
v0.7.0
- Added support to save hardnested broken keys into the .key file. In case the read fails or is aborted, next time try to read the same tag, don't need to start over again.
- Improved the hardnested source key logic (will always the key from the sector closest to the target key).
- Removed the TARGET_BF_STATE. Solved the problem that the software may try to collect too many nonces which leads the read fails.
v0.6.0
v0.5.0
- Fixed MIFARE Classic read failure for hard-to-crack keys.
- Added support for 64-bit macOS. I don't have a Mac computer. Only tested under macOS 10.15 Catalina inside a virtual machine.
- Added support to duplicate Salto with a none-magic MIFARE Classic tag.
- UI improvements (cleaner).
v0.4.1
v0.4.0
- Fixed an issue that the application may stuck on start. The pn532_uart_wakeup was set to no timeout. Some serial port devices may not respond to any UART command which may lead to the application stuck. The issue is fixed by simply adding a 100 ms timeout. If the device is not responding within 100ms, we will timeout and proceed.
- Added Salto keys. Salto uses fixed MIFARE Classic keys. Added the Salto keys significantly improved the Salto tags read speed.