patsys / desfire-python

MIT License
19 stars 5 forks source link

DESFire

Desfire card library for Python

Project still ongoing, use it with caution!

Features

Issues

Author

Patrick Weber

Credits

The codebase of this project was based on two major projects:

Elmue

who created a completely working DESFireEV1 library. (this module is based 90% of his work!)

URL: https://www.codeproject.com/Articles/1096861/DIY-electronic-RFID-Door-Lock-with-Battery-Backup

skelsec

who try to implement the code from Elmue written in C to Python. (this module is based 9% of this work)

Url: https://github.com/skelsec/pydesfire

miohtama (https://twitter.com/moo9000)

who worte the original desfire module for python.

URL: https://github.com/miohtama/desfire/