TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Android app swipes contactless credit card

38 pointsby dlapiduzalmost 13 years ago

7 comments

sahaskattaalmost 13 years ago
The one mentioned in the article is no longer in the Play Store. However, this one is still available for download: <a href="https://play.google.com/store/apps/details?id=com.idstronghold.CCReaderMkt" rel="nofollow">https://play.google.com/store/apps/details?id=com.idstrongho...</a><p>I gave it a quick try with some credit cards I have and it immediately displayed information.
talkingquicklyalmost 13 years ago
Here's the github link to the App for anyone who wants more details: <a href="https://github.com/thomasskora/android-nfc-paycardreader#readme" rel="nofollow">https://github.com/thomasskora/android-nfc-paycardreader#rea...</a>
评论 #4147342 未加载
ragmondoalmost 13 years ago
Here is a clone which is still up at github: <a href="https://github.com/rayyan/android-nfc-paycardreader" rel="nofollow">https://github.com/rayyan/android-nfc-paycardreader</a> and this is the most "interesting" bit of source : <a href="https://github.com/rayyan/android-nfc-paycardreader/blob/master/src/net/skora/eccardinfos/ECCardInfosActivity.java" rel="nofollow">https://github.com/rayyan/android-nfc-paycardreader/blob/mas...</a> - it can identify card types and that's about it...
评论 #4147405 未加载
评论 #4149011 未加载
ajrossalmost 13 years ago
So what's the exploit here? Is it a bug in the cards or the protocol or what? Or is the card info considered "public" by the protocol (i.e. I could imagine an authentication scheme where the card could provide its number but the bank would only honor charges via the secure contactless scheme which came with a RSA cookie or whatenot).
ragmondoalmost 13 years ago
Sorry.. Am calling BS on this... To read any protected memory regions on an NFC card a fairly complicated handshake has to occur with various exchanges of keys - you can't just read details with your average NFC reader in an Android phone using an app that doesn't even require root...
评论 #4147414 未加载
评论 #4147825 未加载
mneedhamalmost 13 years ago
Along these lines - are there any good 'hacker' tools out there for the various phone platforms? I know there are port scanners and some other things out there but is this a well-developed space?
评论 #4148471 未加载
评论 #4148537 未加载
GvSalmost 13 years ago
It seems it's already removed from Google Play.