App that helps developers understand KitKat's new Host Card Emulation feature for payments. App allows you to enter your own magnetic stripe data from a Visa card and use in an NFC payment protocol called Visa MSD. While Visa did not intend for card holders to use their data this way, the app will work with Visa cards from most banks. Visa MSD is a supported payment protocol by most NFC payment terminals in the United States and Canada.
To obtain the magnetic stripe data from your card, you will need a reader. In the US, they are available on both Amazon and Ebay for around $20 delivered. The inexpensive ones are USB devices that act as keyboard input, so no special drivers are needed on Windows or Mac OS X computers. While I'm sure there's more secure options, you can use an app like Google Keep to quickly transfer the swipe input to your phone and paste it into the app. The card data entered into the app is stored using Android's SharedPreference API in a way that is not accessible by other apps on a non-rooted phone.
The full source code to SwipeYours is available on Github:https://github.com/dimalinux/SwipeYoursBlog describing many details of SwipeYours:http://blog.simplytapp.com/2014/01/host-card-emulation-series-swipeyours.htmlSwipeYours requires both NFC and Android 4.4 (KitKat) or newer for HCE (Host Card Emulation).
Privacy: This app has no Internet permissions and will not transfer your card information anywhere other than over the NFC interface for payments.개발자를하는 데 도움이 앱은 결제 KitKat의 새로운 호스트 카드 에뮬레이션 기능을 이해합니다. 응용 프로그램은 비자 카드에서 자신의 자기 띠 데이터를 입력하고 비자 MSD라는 NFC 지불 프로토콜에 사용할 수 있습니다. 카드 소지자가 자신의 데이터를이 방법을 사용하는 비자가 의도하지 않은 상태에서 응용 프로그램은 대부분의 은행에서 비자 카드와 함께 작동합니다. 비자 MSD는 미국과 캐나다의 대부분의 NFC 결제 단말기에 의해 지원하는 지불 프로토콜입니다.
카드의 마그네틱 데이터를 얻으려면, 당신은 리더가 필요합니다. 미국에서는, 그들은 전달 약 20 달러에 아마존과 이베이에서 모두 사용할 수 있습니다. 값싼 키보드 입력의 역할을 USB 장치, 그래서 특별한 드라이버는 Windows 또는 Mac OS X 컴퓨터에 필요하지 않습니다. 좀 더 안전한 옵션이있을거야하는 동안 구글은 계속처럼, 당신은 신속하게 귀하의 휴대 전화에 슬쩍 입력을 전송하고 응용 프로그램에 붙여 넣을 응용 프로그램을 사용할 수 있습니다. 응용 프로그램에 입력 된 명함 데이터는 루트가 아닌 휴대 전화에 다른 응용 프로그램에 의해 액세스 할 수없는 방식으로 안드로이드의 SharedPreference의 API를 사용하여 저장됩니다.
SwipeYours의 전체 소스 코드는 Github에서 볼 수 있습니다 :https://github.com/dimalinux/SwipeYours블로그 SwipeYours의 많은 세부 사항을 설명 :http://blog.simplytapp.com/2014/01/host-card-emulation-series-swipeyours.htmlSwipeYours은 HCE (호스트 카드 에뮬레이션)를위한 NFC와 안드로이드 4.4 (KitKat) 또는 새가 모두 필요합니다.
개인 정보 보호 :이 응용 프로그램은 인터넷에 권한이없는 및 수당을위한 NFC 인터페이스를 통해보다 아무 곳이나 카드 정보를 전송하지 않습니다.