forked from flipperdevices/flipperzero-firmware
-
-
Notifications
You must be signed in to change notification settings - Fork 545
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add descriptions for all the faps (#13)
- Loading branch information
Astra
authored
Aug 8, 2023
1 parent
e6f45b7
commit df11adb
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# NFC Magic | ||
|
||
This application allows you to check whether your NFC card is Magic, write data to Magic cards, and restore them to their original state. | ||
|
||
## What's a "Magic" Card? | ||
|
||
A Magic card is a card that allows you to change its UID. Generally, NFC cards have a UID pre-programmed at the factory, and it cannot be changed. However, some cards have a special backdoor feature that allows you to change the UID. These cards are called Magic cards. | ||
|
||
## Supported Cards | ||
|
||
Currently, not all Magic cards are supported. The following cards are supported: | ||
|
||
* Mifare Classic 1K/4K Gen1A/Gen1B (including OTP versions) | ||
* Ultimate Magic Card (Gen4 GTU) | ||
|
||
For the Gen4 cards, both the Ultralight and the Classic modes are supported, with the ability to select a custom password. | ||
|
||
The following cards are currently not supported: | ||
|
||
* Mifare Classic 1K/4K Gen2 (DirectWrite/CUID/FUID/UFUID) | ||
* Mifare Classic 1K/4K Gen3 (APDU) | ||
* Mifare Classic Magic Gen4 (GDM) | ||
* Supercard (Gen1 and Gen2) | ||
* Mifare Ultralight Gen1A/Gen1B (including OTP versions) | ||
* Mifare Ultralight DirectWrite | ||
* Mifare Ultralight EV1 DirectWrite | ||
* Mifare Ultralight C Gen1 | ||
* Mifare Ultralight C DirectWrite | ||
* NTAG (all versions) | ||
* DESFire (all versions) | ||
* NFC-V/ISO15693 Magic Cards (all versions) |