flipperzero-firmware/lib/nfc/protocols
Vitaliya Chumakova 9ffcc52ada
Mifare Ultralight authentication (#1365)
* mifare ultralight auth prototype
* it works!
* Reference source
* use countof
* rework everything
* oops forgot scenes
* build: revert changes in manifest, stack size
* build: fix buid, format sources
* nfc: update unlock ultralight GUI
* nfc: fix byte input header
* nfc: add new scenes for locked ultralight
* nfc: add data read to ultralights
* nfc: add unlock option in mf ultralight menu
* nfc: add data read init in ultralight generation
* nfc: lin sources, fix unlocked save
* nfc: format python sources
* nfc: clean up

Co-authored-by: gornekich <n.gorbadey@gmail.com>
2022-08-08 00:09:00 +09:00
..
crypto1.c [FL-2605] NFC new design (#1364) 2022-07-27 00:30:49 +09:00
crypto1.h [FL-2605] NFC new design (#1364) 2022-07-27 00:30:49 +09:00
emv.c [FL-2605] NFC new design (#1364) 2022-07-27 00:30:49 +09:00
emv.h [FL-2605] NFC new design (#1364) 2022-07-27 00:30:49 +09:00
mifare_classic.c [FL-2605] NFC new design (#1364) 2022-07-27 00:30:49 +09:00
mifare_classic.h [FL-2605] NFC new design (#1364) 2022-07-27 00:30:49 +09:00
mifare_common.c [FL-2605] NFC new design (#1364) 2022-07-27 00:30:49 +09:00
mifare_common.h [FL-2605] NFC new design (#1364) 2022-07-27 00:30:49 +09:00
mifare_desfire.c [FL-2605] NFC new design (#1364) 2022-07-27 00:30:49 +09:00
mifare_desfire.h [FL-2605] NFC new design (#1364) 2022-07-27 00:30:49 +09:00
mifare_ultralight.c Mifare Ultralight authentication (#1365) 2022-08-08 00:09:00 +09:00
mifare_ultralight.h Mifare Ultralight authentication (#1365) 2022-08-08 00:09:00 +09:00
nfc_util.c [FL-2605] NFC new design (#1364) 2022-07-27 00:30:49 +09:00
nfc_util.h [FL-2605] NFC new design (#1364) 2022-07-27 00:30:49 +09:00
nfca.c [FL-2605] NFC new design (#1364) 2022-07-27 00:30:49 +09:00
nfca.h [FL-2605] NFC new design (#1364) 2022-07-27 00:30:49 +09:00