Skip to content

Converts hexadecimal data stored on FDX-B microchips to human readable information.

License

Notifications You must be signed in to change notification settings

UndedInside/FDXB-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

FDXB-calc

About:

This program takes the hexadecimal data stored on FDX-B microchips and converts, and then formats, this data to make it human readable. The data is output in a similar way to how it is shown on the Flipper Zero. The Flipper can be used to find this information, but my program is a way to find it without needing the device.

But... why?

When working with RFID chips on the Flipper Zero, it tells you the information that is saved on the chips. If you extract the saved chip to another device, the file only contains the hexadecimal data and not the human readable information. I wrote this program to be able to get that information without needing the Flipper on-hand.

Usage:

Run the program with Python 3. You will then be prompted to enter the hex data. This must be 22 bytes long. Spaces are allowed but optional, as they are stripped before calculations are done.

To-Do:

Plenty of more work can be done on this. I would like to be able to generate hex from information, to be able to add microchips to the flipper.

Help:

For help, create an issue or reach out to me on Twitter

About

Converts hexadecimal data stored on FDX-B microchips to human readable information.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages