Desktop application 4 reading track 2 of EMV credit cards using ACR122u.
Only supports VISA
The purpose of this project was to help me understand a little better how credit card transactions work. Using an NFC reader like ACR122u the program asks for the PDOL chain and creates the apropiate challenge to get the track 2 chain.
git clone https://github.com/0xRauros/CreditCardReader.git
pip install -r requirements.txt
python main.py
Distributed under the Beerware License. See LICENSE.txt
for more information.