GithubHelp home page GithubHelp logo

whitemike889 / nfc-emv-reader Goto Github PK

View Code? Open in Web Editor NEW

This project forked from n37sn4k3/nfc-emv-reader

0.0 0.0 0.0 520 KB

Android Java written application which reads and extracts contactless EMV paycard data using NFC and stores it into a Realm database.

Home Page: https://play.google.com/store/apps/details?id=com.pxdworks.nfcemvreader

License: GNU General Public License v3.0

Java 100.00%

nfc-emv-reader's Introduction

NFC-EMV-Reader

Android Java written application which reads and extracts contactless EMV paycard data using NFC and stores it into a Realm database.

Get application from Google Play

Screenshots

Application Features

  • Read, store & manage multiple payment cards
  • View accessible application data & records
  • Extract sensitive payment cards information โ€ข View "Track 1" & "Track 2" data (which is most actively used in payment card processing)
  • Take a look at the last made transactions (not extracted in the source code)

Additional

  • Encrypted multiple paycards storing (Realm)

Supported EMV Paycards

  • Mastercard (PayPass); AID: A0000000041010
  • Maestro (PayPass); AID: A0000000043060
  • Visa (PayWave); AID: A0000000031010
  • Visa Electron (PayWave); AID: A0000000032010

  • More cards are supported in the Google Play application

Device Requirements

  • Android 4.4+ (API 19+)
  • NFC hardware feature (Manifest required)
  • NFC feature (for "Paycard read" feature)

Technical information

  • Compile SDK Version: 28
  • Build Tools Version: 28.0.0-alpha3
  • Min SDK Version: 19
  • Target SDK Version: 28
  • Gradle Version: 3.1.3
  • Realm Mobile Database Version: 5.3.0
  • IDE used for development: Android Studio (recommended)

Additional repositories

No additional Ant/Gradle/Maven repositories used.

Manifest permission(s) (Also runtime requested on 6.0+ (API 23+))

<uses-permission android:name="android.permission.NFC" />

<uses-permission android:name="android.permission.INTERNET" /> <!-- Not used, declarated only -->

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <!-- Not used, declarated only -->
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" /> <!-- Not used, declarated only -->

<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> <!-- Not used, declarated only -->
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" /> <!-- Not used, declarated only -->

<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />

<uses-permission android:name="android.permission.VIBRATE" />

Manifest requirement(s)

<uses-feature
     android:name="android.hardware.nfc"
     android:required="true" />

APK (Google Play)

https://play.google.com/store/apps/details?id=com.pxdworks.nfcemvreader

License

This project is released under the The GNU General Public License v3.0. See "LICENSE" file for further information.

nfc-emv-reader's People

Contributors

n37sn4k3 avatar maik-s 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.