Skip to content

Releases: jumpycalm/pn532-cloner

v1.1

14 Feb 04:37
Compare
Choose a tag to compare
  1. Improved Dormakaba read speed.
  2. Added support for Dormakaba MIFARE Plus.

v1.0

12 Dec 04:17
Compare
Choose a tag to compare
  1. Fixed Gen 3 magic tag Sector 0 write failure
  2. Both the Windows and Mac apps are signed. i.e. No longer have annoying pop-up when opening the application

v0.9.1

10 Jun 20:55
Compare
Choose a tag to compare

Fixed read tag with Key B error

v0.9.0

07 May 21:54
Compare
Choose a tag to compare
  1. Support read MIFARE Plus 2K SL1 tags.
  2. Supporting copying 1K 7-byte MIFARE Classic tags to 4K 7-byte MIFARE Classic tags. From this version going forward, writing to a 1K 7-byte MIFARE Classic tags is no longer supported.

v0.8.0

08 Aug 03:53
Compare
Choose a tag to compare
  1. Clean/Wipe a tag will use the key file which significantly improves the clean/wipe speed.
  2. Not changing the sector trailer's user data to default. Some systems such as newer Dormakaba reads sector trailer's user data.

v0.7.0

07 Aug 22:54
Compare
Choose a tag to compare
  1. 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.
  2. Improved the hardnested source key logic (will always the key from the sector closest to the target key).
  3. 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

18 Jun 16:27
Compare
Choose a tag to compare
  1. Fixed Gen 2 magic write error caused by a previous change.
  2. Added support to clone Dormakaba MIFARE Classic tags.

v0.5.0

15 Jun 02:56
Compare
Choose a tag to compare
  1. Fixed MIFARE Classic read failure for hard-to-crack keys.
  2. Added support for 64-bit macOS. I don't have a Mac computer. Only tested under macOS 10.15 Catalina inside a virtual machine.
  3. Added support to duplicate Salto with a none-magic MIFARE Classic tag.
  4. UI improvements (cleaner).

v0.4.1

11 Jun 00:36
Compare
Choose a tag to compare

Fixed a critical bug that if key B can be recovered by reading the trailing sector, the read may fail.

v0.4.0

25 Apr 19:07
Compare
Choose a tag to compare
  1. 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.
  2. Added Salto keys. Salto uses fixed MIFARE Classic keys. Added the Salto keys significantly improved the Salto tags read speed.