Add MFKey to firmware

This commit is contained in:
noproto
2024-10-08 22:42:30 -04:00
parent 3375bba18d
commit 619445da4b
17 changed files with 1747 additions and 17 deletions

View File

@@ -0,0 +1,12 @@
# Flipper Zero MFKey
This application allows you to calculate the keys of MIFARE Classic cards using the Mfkey32 and Nested algorithms directly on your Flipper Zero. After collecting the nonces using the Extract MF Keys feature of the NFC app, they can be used to calculate the keys to the card in the MFKey app.
## Usage
After collecting nonces using the Extract MF Keys option, press the Start button in the MFKey app and wait for it to finish. The calculation can take more than 10 minutes, so you'll have to be patient. After the calculation is complete, the keys will be saved to the user key dictionary.
## Credits
Developers: noproto, AG, Flipper Devices, WillyJL
Thanks: AloneLiberty, Foxushka, bettse, Equip

View File

@@ -0,0 +1,18 @@
## 3.0
- Added Static Encrypted Nested key recovery, added NFC app support, dropped FlipperNested support
## 2.7
- Mfkey32 recovery is 30% faster, fix UI and slowdown bugs
## 2.6
- Version bump for catalog build system
## 2.5
- Plugin path fixed
## 2.4
- Update API for app rename
## 2.3
- Update API v65.0
## 2.0
- Added Nested key recovery, use new KeysDict API, fix crashes, more efficient RAM utilization, faster
## 1.1
- Rework application with new NFC API
## 1.0
- Initial release

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB