Giter VIP home page Giter VIP logo

android-emv-nfc's Introduction

Android EMV NFC Paycard Example

This sample program shows how to implement the library EMV-NFC-Paycard-Enrollment for reading the data on an EMC (CreditCard etc) with the NFC technology (contactless).

Source code: https://github.com/devnied/EMV-NFC-Paycard-Enrollment

The app uses the IsoDep class for communication with the NFC card and the enableReaderMode on the NfcAdapter for detecting a NFC tag; this mode is more reliable then the often used enableForegroundDispatch. see here for a more detailed explanation:

https://stackoverflow.com/questions/33633736/whats-the-difference-between-enablereadermode-and-enableforegrounddispatch

This app is getting just a small subset of all available data fields on an EMV card: typeName, aid(s), card number and expiration date of the card. The complete code is available here:

https://github.com/AndroidCrypto/Android-EMV-NFC-Paycard-Example

Don't forget to view the Logcat as the app gives a deep look to the commands and data that is exchanged between the Android device and the EMV card

As this app does not use any intent filter the data grabbing will work only if the app is in the foreground when the EMV card is detected.

The app was tested on a real device with Android 8 (SDK 26) and Android 12 (SDK 31).

android-emv-nfc's People

Contributors

benedridge avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.