ChameleonMini icon indicating copy to clipboard operation
ChameleonMini copied to clipboard

Support for reading Mifare Classic cards

Open milcaca opened this issue 8 years ago • 3 comments

Before trying to get my hands dirty and try to do something would it be possible to use the clone comand to dump a MF4K/1K if the keys are known ? If so any clue of where I should look into the code to get some point to start ? regards #

milcaca avatar Aug 29 '17 11:08 milcaca

Currently this is not implemented. The necessary Crypto1 functions are implemented, but the application layer for reading MF Classic is not. Just have a look at these lines for a first start.

geo-rg avatar Aug 29 '17 11:08 geo-rg

thanks for the info, I think I'll have a lot of work to do :/ BTW, I have a ASCII style dump of NFC MF4 card, I'd like to convert or create a file to have a .mfd file in order to upload to Chameleon. Any idea ?

milcaca avatar Aug 29 '17 12:08 milcaca

I think xxd is useful for this.

geo-rg avatar Aug 29 '17 14:08 geo-rg