Giter Site home page Giter Site logo

classicconverter's Introduction

ClassicConverter

Classic Converter is a python script that converts Mifare Classic binary files into FlipperZero's custom .nfc format.

Worth noting, ClassicConverter also handles all of the below for the file header:

  • UID
  • SAK
  • ATQA
  • Storage Size

Works for 4-Byte UIDs and 7-Byte UIDs just make sure youre using the correct script when converting :)

Lucaslhm's Amiibo converter script for MFUL for code inspo

Download and Usage

Requires Python

  1. Download code Either through git clone or by simply pressing the green [Code] Button at the top and downloading the zip.
  2. Place your (.bin) Binary files in the "assets" folder or create your own folder(s) and place the files in there.
  3. pick the right converter for you, 4B_Converter is for 4-byte UID classics, 7B_Converter is for 7-Byte UID Credentials, 7B_DI_Converter is for 7-Byte UID Credentials that require a Key A.

Note: 7B_DI_Converter converts from bin to nfc and generates necessary keys for Disney infinity figures

Syntax

The Parameters for ClassicConverter are as such

-i / --input-path - mandatory file input location, link to file in directory or whole directory to be converted.

-o / --output-path - optional file output location, if no output path is specified, the generated nfc file will be created in the same directory as the input binary file.

Example

in this example ill be using the 4B uid credential converter. use whats right for your card though.

python3 4B_Converter.py -i assets/example.bin after running you should be met with "Completed Conversion" and a new file appearing in your assets folder with the same name as your binary file but with a .nfc extension and file format.

image

image

Support

If the SAK in your converted file is wrong it's due to an anti-cloning tactic. read about it here and how to fix it link

For support, Message Equip on discord Equip#1515 or join The discord server Link

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.