skelsec / pydesfire

Desfire card library for Python
MIT License
18 stars 1 forks source link

Any plans to continue this? #1

Open zackify opened 6 years ago

skelsec commented 6 years ago

I was planning to continue this, but no one seems to be interested by it so far (as you can see), currently have other suff to work on, but feel free to give a helping hand. There is a blocking issue (read: full encrypted comm will not be achieved) on the crypto part, basically I cannot manage to keep the CMAC in sync so it fails after the first message. here

zackify commented 6 years ago

I would love to help but I'm brand new to this mifare stuff. Hate that they don't publicly document anything... :(

patsys commented 6 years ago

I have developed a working version for Python3 using this repository and the specified sources. Because I list and do not use bytestrings a merging will not be possible.

Use at your own risk. The tests work and so does the example for me.

Url: https://github.com/patsys/desfire-python