| File | Purpose | |------|---------| | key_retail.bin | Master key file referencing the other encryption components. | | locked-secret.bin | Authentication for dynamic data (experience, nicknames, etc.). | | unfixed-info.bin | Authentication for static data (UID, series, identity). | | ally-all-in-839.bin | Comprehensive support file for full emulation capabilities. |
Dump your amiibo (backup the physical)
Advanced users skip the physical tag altogether. Devices like the Flipper Zero, Chameleon Ultra, or N2 Elite store the encrypted data in memory and emulate the NFC signal on‑the‑fly. The keys are still required to create the initial data file, but you never write to a physical tag.
However, because many rare Amiibo figurines are out of print, expensive, or fragile, a massive emulation and backup ecosystem has emerged. At the absolute center of this ecosystem are two data components known as .
Carrying forty plastic statues to a friend's house is impractical. Key files allow users to back up their collection onto small, coin-sized NFC tags or digital "emulators" like the Amiibo Tag or Flipper Zero.
Your new amiibo card is now ready to use exactly like an official one.
Using a smartphone with an NFC writer or dedicated hardware like a Proxmark, users can write a digital Amiibo backup onto a cheap, blank . The key files ensure the data is packaged and signed correctly so that a Nintendo Switch console recognizes the homemade card exactly like an official retail figure. 3. Emulation (Yuzu, Ryujinx, and Citra)
Every official Amiibo figure contains an NTAG215 NFC chip. This chip holds specific data, including character identification, game progress, and unique serialization. Nintendo locks this data using two primary digital keys. The Two Component Keys
If you want to manage your collection digitally, let me know you plan to use (like Android, PC emulator, or a physical writer) so I can guide you through the setup process . Share public link
flowchart LR A[Physical Amiibo\nFigure] -->|Scan using NFC| B(Raw .bin File\nEncrypted Dump) subgraph "Processing with Essential Files" C[(key_retail.bin\nMaster Key)] D[(locked-secret.bin\nDynamic Auth Data)] E[(unfixed-info.bin\nStatic Auth Data)] F[Homebrew Tool\n(TagMo, amiitool)] end