G. B.

Results 5 comments of G. B.

Hi! Nxppy is awesome! I would like to ask about the Mifare Classic authentication method, too. I hope you can manage to set aside some free time for it. Thanks!

That would be awesome!

I built and tested it on my Rpi, it compiles & works OK with my Mifare 1Ks! Thank you!

@AlterCodex Two questions: - How can I erase (eg. write 0s) to a part of a block? The following code drops `TypeError: must be string without null bytes, not str`...

@AlterCodex (NB I don't know how to program in C++). I looked around, and I think the problem is that you use [ParseTuple here](https://github.com/AlterCodex/nxppy/blob/MifareClassic/Mifare.c#L243) with 'by' format, while @svvitale uses...