Slashdot Mirror


Visa To Push Swipeless Credit Cards

BobPaul wrote in to mention an initiative by Visa to allow for swipeless credit card transactions. From the article: "...consumers need only wave credit and debit cards within a few inches of a reader to complete a purchase. And for purchases of less than $25, no signature is required...Each transmission between card and reader has a unique code that cannot be reused even if it is intercepted". Update: 02/25 16:06 GMT by Z : References to RFID technology removed.

78 of 452 comments (clear)

  1. No, this is different by Anonymous Coward · · Score: 3, Funny

    It is secure. They're using SHA-1 hashes.

    1. Re:No, this is different by FLEB · · Score: 2, Insightful

      Aaaaand... the merchant gets screwed.

      --
      Information wants to be free.
      Entertainment wants to be paid.
      You just want to be cheap.
  2. Show me the security by IO+ERROR · · Score: 2, Insightful
    Hey, Visa, if you think your RFID system is so secure, publish all the nice technical details on how it works, so we can be confident of its security. Otherwise I'm going to take my low-tech X-Acto knife and cut that RFID tag right out of the card. Considering that anybody can hack an RFID tag now, I'm not particularly inclined to trust this thing.

    Especially since it would be easy enough to wave an RFID reader at people's purses, back pockets, etc. At, say, $24 each, in a large crowd, you could amass quite a bit of money, and many people would never know it happened.

    --
    How am I supposed to fit a pithy, relevant quote into 120 characters?
    1. Re:Show me the security by John+Harrison · · Score: 5, Informative

      You don't know what you're talking about and neither does /., or at least Zonk. This isn't RFID, these aren't the TI chips. This isn't ISO 15693. If you can break 3DES please let me know. I would be VERY interested.

    2. Re:Show me the security by John+Harrison · · Score: 3, Informative

      BTW, the specs are out there if you care to look. Here's a hint for you: EMV

    3. Re:Show me the security by mboverload · · Score: 2
      Now people can steal my identity from 5 feet away! Sign me up, scotty.

      Jesus, what idiot there is thinking up this stuff, seriously? You litteraly couldn't PAY me to have an RFID credit card because hey, someone would just steal it! Stupid stupid stupid.

    4. Re:Show me the security by Delirium+Tremens · · Score: 4, Insightful
      Maybe they shoud have moved to the latest standard: AES. Deploying 3DES solutions today is deploying legacy.

      "While 3DES appears to be secure for now, it takes at least 3 times as long to run as DES, and this means that it is inefficient and slow compared to other available block ciphers such as the new standard, AES, which has replaced DES."

      -- W. Diffie and M. E. Hellman, "Exhaustive Cryptanalysis of the NBS Data Encryption Standard," in IEEE Computer, vol. 10, 1977, pp. 74-84.
    5. Re:Show me the security by Thaelon · · Score: 5, Insightful
      While this may seem very scary at first it's complete FUD.

      In order to process claims from a reader like this you're going to need a merchant account.

      So let's say you try it, I'll outline the events for you in chronological order:
      1. You obtain a merchant account to be able to collect funds from your portable reader.
      2. You figure out a way to generate transaction IDs without contacting Visa.
      3. You go out and collect ~$24 from fifty people in a crowd, wohoo $1,200!
      4. Let's say you play it smart and only claim those trasnaction monies and random increments over a day or so.
      5. 50 people protest to visa that they didn't authorize your charges.
      6. Visa does about 30 seconds worth of research and realizes that all 50 of these claims lead directly to you via your merchant account.
      7. Visa shuts you down like a bitch and presses charges.
      8. You go to jail since you have no case whatsoever.
      9. Your ass now belongs to Bubba.

      --

      Question everything

    6. Re:Show me the security by John+Harrison · · Score: 2, Insightful

      Please show me the reader that can read one of these from 5 feet. I would love to see it. Again, this isn't an RFID tag with a 3 meter range. But you know what? Tinfoil works great. I have a desk full of contactless smart cards here and if you put a single layer of tinfoil around it nobody can read it. I've tried.

    7. Re:Show me the security by duffbeer703 · · Score: 2, Informative

      The signature is not a security device, it indicates that you accept and agree to adhere to the terms of your credit agreement (ie you will pay your bill).

      If your credit card is unsigned and you refuse to pay, the merchant is on the hook for it.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
    8. Re:Show me the security by Qzukk · · Score: 3, Insightful

      People wave this "it only works from inches away" bullshit without having any idea how radio works.

      Its simply a matter of using the right antenna with the right gain. See the bluetooth sniper rifle for details (kilometer range! With bluetooth!). If the antenna is too big to hide on your person, set up shop in a dark alley somewhere and scan the masses as they mill by unaware.

      And yeah, tinfoil would work but make it all the more stupid. Not only would the old lady have to fumble the card out of her purse, you'd be sitting around watching her try to unwrap it and wrap it again afterwards. Just swipe the damn thing already!

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
    9. Re:Show me the security by swillden · · Score: 5, Informative

      Hey, Visa, if you think your RFID system is so secure, publish all the nice technical details on how it works, so we can be confident of its security.

      They're all published and available.

      The basic chip and communications specifications are contained in ISO 14443. It will cost you a few dollars to buy a copy. You purchase your copy from your national standards organization; if you live in the USA, that's ANSI and they charge $18 for each of the four parts. The fee isn't to keep this stuff out of your hands, by the way, *all* ISO standards are copyrighted and cost money to obtain. That's how they fund the standardization and publication processes.

      Above that basic level, most of these cards will be Java Cards. You can get the specifications for Java Card from Sun. They're free.

      Moving up, most of these cards are also Global Platform cards. GP defines an extra set of features above Java Card, mostly to specify security-related characteristics. The specifications are found at the Global Platform web site.

      In Visa's case, their recommended smart card platform is the IBM JCOP. You can find the details of IBM's implementation of Java Card and Global Platform here.

      Note that not all issuing banks will use Java Card, or even a programmable card. Visa's recommended non-Java platform is the IBM MFC card operating system. I don't think the MFC team has a web site.

      Finally, the actual payment application, and the component that matters most from a security perspective, is EMV. You can find complete EMV specifications at the EMVCO web site. The specs are mostly written towards contact smart cards, not contactless, but good smart card protocol designers *always* assume an attacker can get between card and reader, whether it's directly connected via a contact plate, or whether it's over RF, so the contact-oriented security does just as good a job in contactless mode.

      Regarding signatures or no, it's not clear yet how that is going to be handled. EMV provides for several modes of operation, the best being "chip and PIN", which is what's being deployed in the UK right now (with contact cards, not RF). In that mode, you provide your PIN to the card reader through a PIN pad, and that unlocks your card to perform the transaction.

      EMV also allows chip and signature and chip-only (as well as providing for fall-back modes that don't use the chip and rely on the magnetic stripe or even on getting a carbon copy of the embossed card number). The decisions about which mode to require will be made by individual banks issuing cards.

      There is a lot to EMV... so you've got a few weeks worth of serious work cut out for you if you really want to understand it all, but the information is public and peer-reviewed. The countries that have deployed EMV have seen card skimming fraud drop to zero. That's right, so far, there has been no known case of an EMV card being faked or duplicated, and as far as I know, no one has deployed cards with DDA (dynamic data authentication) enabled. They're all SDA (static data authentication), which carry digitially-signed but static data on the chip which is read out every time. The US banks are talking about doing DDA, which involves a cryptographic challenge-response protocol and is vastly harder to duplicate.

      At, say, $24 each, in a large crowd, you could amass quite a bit of money, and many people would never know it happened.

      LOL. Dude, think about what you're saying. Credit card transactions are completely auditable. When dozens of people complain that they didn't authorize those $24 transactions, the issuing banks are going to go back to the merchant who performed them, and his acquirer is going to notice the extraordinarily high level of complaints, *and* that they're all for sub-$25 transactions. The theif will be in prison very shortl

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    10. Re:Show me the security by trigeek · · Score: 2, Insightful

      For the record, Visa is very paranoid about encryption security. They don't even trust RSA for key exchange, because you are never guaranteed a prime number. They've been using Smart Cards in their credit cards in France since before 2000, and I haven't heard a lot of complaints (if anyone has, I'd be interested to hear). Besides, this will allow a waiter to take a cordless reader to your table to scan your card. Which is the higher security threat, someone who can hack triple DES (and manage to get their hands on rogue hardware), or a waiter earning $3/hour plus tips simply writing down your credit card number when he has it in the back room? Final point: If your paranoid about someone scanning your credit cards in a crowd, build a Faraday cage into your wallet. I'm sure there would be a hug market for that kind of thing in the "Aluminum Foil Hat" crowd. I'd probably buy one, actually :-)

      --
      Sometimes I doubt your committment to SparkleMotion!
    11. Re:Show me the security by swillden · · Score: 3, Interesting

      Maybe they shoud have moved to the latest standard: AES. Deploying 3DES solutions today is deploying legacy.

      Or maybe not.

      Many security architects aren't going to use AES for a while yet. It's too new. It has received a fairly large amount of scrutiny from the cryptographic community since its birth, so that gives us some confidence, but nowhere near the confidence we have in DES.

      DES has stood up to 30 years worth of attacks and remains essentially unbroken. Sure, the key size is too small, so the cipher can be brute-forced relatively easily, but 3DES fixes that problem and does it by building on the fundamentally solid security of DES.

      The bottom line is that there is really no need to move to AES, since 3DES is perfectly adequate, and the odds of AES being broken sometime in the near future are at least as high as DES being broken. 3DES is, currently, the best choice from a pure security standpoint.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    12. Re:Show me the security by John+Harrison · · Score: 4, Insightful
      You can probably eavesdrop on the card to reader communication from some distance. This is known by those that created the spec and they have designed for it. Go read the EMV spec. Tell me if you can hack it. It has been out for years and in production in Europe for a while, though most deployments there are for contact cards.

      The real goal is fraud reduction. Visa isn't aiming for a perfect system, they want a better one that prevents skimming of your mag stripe. This means that they are no longer the low hanging fruit and the fraudsters will target traditional magstripe cards.

    13. Re:Show me the security by swillden · · Score: 2, Interesting

      Put scanner near someones pocket and charge $24 or record credit card number (depending on how you wish to rip ther person off). No signature necessary nor decryption necessary. You do not have to "break" anything.

      No, but you do have to have a merchant account, and that requires telling the bank in great detail who you are and where to find you. And when all of the complaints roll in, they're going to send some nice folks out to bring you in for a long chat.

      From a risk standpoint using these cards would be a poor decision on anybody's part. You gain basically nothing except for the coolness factor, and you put yourself at additional risk of fraud.

      Huh??? The current magstripe-based system is so wide open to fraud that almost nothing could be worse. I don't even need to ever *see* your card to use it to steal from you. Any way I can collect card numbers works just fine. And I don't have to make myself easy for the authorities to find, either.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    14. Re:Show me the security by sangreal66 · · Score: 4, Insightful

      And how exactly do you expect this to make you any money? Cash is magically going to fly out of their credit card and into your bank account? Or do you actually expect VISA to start cutting checks to your house for charges made on your stolen card reader?

    15. Re:Show me the security by Muad'Dave · · Score: 3, Insightful

      You don't seem to have read the spec - this is more about how air core transformers work than radio. These ISO 14443 cards use inductive coupling to power the card, not RF field strength. From this ISO 14443 overview:
      ISO 14443-2 was published on July 1, 2001. This standard describes the characteristics of power transfer (based on inductive coupling) and communication between the PICC and PCD. Power is transferred to the card using a frequency modulated [magnetic] field at 13.56 MHz +/- 7kHz.
      Having a crypto processor on board (especially the exponentiator) requires way more power than can typically be delivered by RF field strength (far field tags vs near field tags). EPC tags are RF field powered, and can be read from several meters away. Magnetically coupled tags can only be read from a few cm.

      73 de k4det

      --
      Tiller's Rule: Never use a word in written form that you've only heard and never read. You will end up looking foolish.
    16. Re:Show me the security by swillden · · Score: 2, Insightful

      completely anonymous paypal account (who i am sure will have the cash to convince visa to give them access to this system)

      Bwahahahah!!!

      Jeez, dude, you made me spray coke all over my keyboard.

      That's the funniest thing I've seen all day.

      Anonymous Paypal account? Riiiiggghtt. Paypal issuing acquiring devices? Riiiggggtt.

      And, of course, it would be so much harder to do any of this with the current magstripe system, where you don't even need the card at all.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    17. Re:Show me the security by SupremeTaco · · Score: 3, Informative

      Once again, please quit spreading dis-information. Visa has not ever, and hopefully will not ever issue a merchant account with an "anonymous" pay-to system/account/email address! There's a lot of paperwork and verification involved. Sure someone could steal a scanner and rack up charges, but unless they're a verified, bonded, merchant, they won't see that money.

      Period.

      --
      You have a constitutionally protected right to be wrong, and I the right to ignore you.
  3. People, this isn't RFID!!!!!!!! by John+Harrison · · Score: 4, Interesting

    This is a contactless credit card, ISO 14443. RFID is ISO 15693. They are different. The article never mentions RFID. Slashdot has inserted something that was never there. This is misleading, dishonest, and unprofessional. There are MAJOR DIFFERENCES between the technologies. You would think that a techie site like /. would know better.

    1. Re:People, this isn't RFID!!!!!!!! by RPI+Geek · · Score: 3, Insightful

      This is an old /. tactic, don't get so excited:
      1) Use misleading buzzword to capture /. editor's attention.
      2) Front page story.
      3) ???
      4) Profit!

      --

      - "Nobody came out that night, not one was ever seen. But Old Man Stauf is waiting there, crazy sick and mean!"
    2. Re:People, this isn't RFID!!!!!!!! by gowen · · Score: 3, Funny
      You would think that a techie site like /. would know better.
      It's only a techie site because techies read it.

      The editors aren't techies. (Of course, they're not competent editors, either).
      --
      Athletic Scholarships to universities make as much sense as academic scholarships to sports teams.
    3. Re:People, this isn't RFID!!!!!!!! by iamwahoo2 · · Score: 2, Insightful

      The information is transferred via radio signal. Given only this information I also would have inferred that RFID chips are used. The devil may be in the details but saying that it is misleading, dishonest and unproffesional is a little overboard. The main concern of security is still the same.

    4. Re:People, this isn't RFID!!!!!!!! by Smack · · Score: 3, Insightful

      You're right, it may only be misleading and unprofessional.

    5. Re:People, this isn't RFID!!!!!!!! by Bret+Tobey · · Score: 2

      This is the problem with insider lingo, it confuses a sometimes well educated public. Not defending /., but the term RFID has been coopted by the ISO 14443 group. Inside the industry, that's how the term RFID is used. An engineer without prior involvement would say, call a duck a duck, it's all RFID.

  4. Sure would nice... by hot_Karls_bad_cavern · · Score: 5, Funny

    to have the sales folks in a store be able to read the info, check your limit, and in *MY* case, simply leave me alone while i browse, since i'm always broke anyway and don't like to be hassled whilst i look at stuff i can't buy!

    Yes, it's a joke.

  5. Security? by Cyberax · · Score: 5, Insightful

    And now a thief doesn't have to guess PINs. It will be enough just to steal a card!

    1. Re:Security? by BenjyD · · Score: 2, Informative

      Many countries (most of Europe, at least AFAIK) require PINs for credit/debit card purchases. You type it into a little keypad dealie with a cover so the person at the till can't see you typing.

    2. Re:Security? by swillden · · Score: 2, Insightful

      And now a thief doesn't have to guess PINs. It will be enough just to steal a card!

      Umm, under the current magstripe-based system, the thief doesn't need a PIN *or* a card. All he needs is the card number.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  6. Very Secure? by bigtallmofo · · Score: 4, Insightful

    From TFA:

    Each transmission between card and reader has a unique code that cannot be reused even if it is intercepted, a key security feature, he said.

    What protects consumers from fraudulent merchants waving some kind of electronic cash-sucking wand by your back pocket which contains your wallet which contains your RFID Visa card? There's no mention of this in the article at all!

    It's a standard scam now for an unscrupulous merchant to charge millions of people a small amount of money fraudulently with the hopes that the vast majority won't even notice. Imagine what they will do when all they have to do is walk around a mall waving something at people purse's and backpockets!

    --
    I'm a big tall mofo.
    1. Re:Very Secure? by FLEB · · Score: 4, Funny

      Now that's convenient!

      The normal task of using a credit card:
      1.) Get out your wallet.
      2.) Get out the card.
      3.) Place the card in the reader
      4.) Swipe downward

      That Step 4 was just killing me!

      --
      Information wants to be free.
      Entertainment wants to be paid.
      You just want to be cheap.
    2. Re:Very Secure? by sbryant · · Score: 2, Informative

      What protects consumers from fraudulent merchants waving some kind of electronic cash-sucking wand by your back pocket which contains your wallet which contains your RFID Visa card? There's no mention of this in the article at all!

      That's easy to answer! It's almost certainly based on the technology they already use.

      VISA and others have been making smart cards for a while - they have a chip in which a smart card reader can talk to. You've probably seen cards with the contacts on the front already. The whole point of these cards is to cut down fraud, especially by card duplication. It's relatively easy to reproduce what is on the magnetic stripe, as the information is static.

      These chips are used as part of an "online" transaction: the terminal (card reader) connects to the service provider's system, which in turn connect to VISA. VISA issues a challenge, the card's chip issues a response, and VISA verifies the card. This way, you can instantly detect fake or blacklisted cards. (If you lose your card, always call them immediately!) The challenge is unique every time, and a PIN/signature may still be required, possibly depending on the amount.

      The retailer is guaranteed payment for such transactions, even it the charge is contested. Such online transactions cost the retailer more than offline ones, where the retailer takes the risk in case of fraud/chargeback. If you have to type in your PIN, it's online.

      This new system will most likely be an extension of the smart card system. Even if somebody finds a way to challenge the card and get a response, they could only ever use that response against the same challenge from VISA for a charge on the exact same card. It may also be that the amount being charged affects the challenge and/or response too (I think so, but don't remember). It might be theoretically possible, but there is too much left to chance for it to be realistic. If they add an extra security layer to cover the wireless part, you are left with a very safe system.

      If I wanted to get lots of money (illegally), I would turn my efforts to something which was easier and actually had a real chance of succeeding. Beware the old-fashioned pickpocket!

      -- Steve

    3. Re:Very Secure? by DustMagnet · · Score: 2, Insightful
      What protects consumers from fraudulent merchants waving some kind of electronic cash-sucking wand by your back pocket which contains your wallet which contains your RFID Visa card?

      The same exact thing that protects you from having a merchant missuse your credit card number. You have to check your bill and write a written complaint. You don't pay a penny and each complaint costs the merchant an extra charge. Too many could start a fraud investigation, but from what I hear the companies usually don't bother.

      --
      'SBEMAIL!' is better than a goat!!
  7. Tinfoil by Mork29 · · Score: 4, Funny

    I've always wanted an excuse to carry around a wallet made of tinfoil.... it'll match my hat, and my under.... I mean socks....

  8. big deal -- Mobil already does this by Anonymous Coward · · Score: 2, Informative

    Mobil gas stations give you a little RFD dealie to authorize gas purchases at the pump and other purchases in the store. They've done this for years.

    All Visa is moving the RFD dealie from a little wand on your keychain to the card.

  9. Another Fine example of Slashdot "journalism" by sQuEeDeN · · Score: 5, Insightful

    Seriously. IT DOES NOT MENTION RFID ANYWHERE IN THE ARTICLE. Just so y'all realize. Why is slashdot so anti-RFID, anyways? Are you guys anti-barcode? It's just a longer range barcode. And the chipmaker can set the length. It's just a way to get small amounts of information in to a computer. Relax.

    And, I'm inclined to listen to visa a little bit when they say their card is secure. I mean, they are not exactly a company that can win by skimping on security. If the system is hacked, they pay, not you.

    --

    Recursive (adj.): see 'Recursive'
    1. Re:Another Fine example of Slashdot "journalism" by drnlm · · Score: 2, Insightful
      Privacy freaks are anti RFID (and any similiar distance tagging method) for precisely two reasons:
      It's passive (minimal activity required by anyone to get something scanned) and it's long range. While the ability to link identity to purchases (assuming no cash transactions) exists with bar-code readers, it's a much more active system, and the user has much more control over when and where this information is collected.

      If with a few minutes thought, you can't construct a worst case scenerio for long-range (where long range is further than about 20cm) bar-codes, there no hope for you as a privacy freak :).

    2. Re:Another Fine example of Slashdot "journalism" by drinkypoo · · Score: 3, Insightful
      A barcode cannot be read through your wallet at a distance. Personally I do not have a wallet with a mylar insert, though you may. RFID tags can be read at a significant distance with off the shelf (though perhaps not handheld) equipment. Bar Codes can be read at basically any distance if you have line of sight and the bar is more or less perpendicular to you. Can you see the difference now? Here's another one to mull over: There was an article here about putting RFID in the shoe soles, ostensibly to track sole inventory. Can you imagine a more ideal situation if you're trying to track pedestrians? Every floor mat, sidewalk segment, et cetera is a potential hiding place for an RFID antenna, and with a large antenna at close range like that, the potential for error is vastly reduced.

      I am not inclined to believe anyone when they say they have a secure system. If it's not a OTP scheme then it's crackable.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    3. Re:Another Fine example of Slashdot "journalism" by DaveJay · · Score: 4, Insightful

      Why is slashdot so anti-RFID, anyways?

      I believe it is an issue of knowledge. Specifically, with RFID and RFID-like technologies that do not require physical contact or personal interaction (like a PIN or swipe) it is conceivable that your information can be read at a distance* without your knowledge.

      Does that mean the VISA card in this article is going to allow someone to drain your bank account because you walked too close to a vendor's shop? Not necessarily. However, consider this:

      1. The "secure" WiFi protocols have all been beaten;
      2. The "close-range" of bluetooth has been increased to over 1/4 of a mile by use of a shotgun-style antenna;
      3. In general, people continue to use these technologies even if they are informed of the flaws, because they do not want to lose the convenience (or believe that "if it was really insecure, they wouldn't be able to sell it" or "It won't happen to me").

      So do I think that a card like this will eventually be cracked, and will eventually be used to spy or steal from people (successfully or not**)? Yes. Yes I do.

      *Here, "a distance" could be a few feet, or could be across a street through a shop window using a shotgun antenna (see bluetooth example).

      **Here, I refer to the idea that someone who did this in bulk would likely get caught, and if they got caught it would not be a successful theft; then again, people steal checks and forge transactions to pay their utility bills all the time, and are rarely prosecuted for this provided the dollar amounts are small.

  10. Making Fraud easy and fun! by kbonapart · · Score: 3, Insightful

    So, when Wal-Mart incorporates this technology, can I just have the bag containing the stolen card near the reader to purchase my illicit goods? And *IF* I am questioned about it, I can say that I didn't know it was in there, and I thought it was going to read my REAL card.

    Also, does this mean that around the holidays in the mall, I wont have to hand the card over along with my driver's liscence?

    "No, you don't need my ID, maam. Don't you know those cards can't be faked? It's completely secure. Yeah, I heard about it on the news, too. Never need to see my ID again. Compleltly safe. Don't forget to put that $1,235.65 on "credit". okay?"

    And while the article says there is a code that can't be re-used for other readers, wont a signal jumper (the ones used to grab car alarm frequencies) still be able to get the 16 digit card number, plus exp. date?

    Yeah, sending important financial data through the air sounds like a great idea. To the tech savvy, this is the same as screaming the numbers to the woman behind the register. Would you do that?

    --
    There are no gods but ourselves.
  11. Is this technology really necessary?! by William_Lee · · Score: 3, Insightful

    All this looks like to me is credit card companies trying to generate a new revenue stream by getting existing merchants to pony up for the new technology required to use this system.

    Is it really so hard to swipe your card through a reader as you checkout? Does Visa really think people are so lazy that swiping a card is too much work?

    This is an example of technology being used simply because it exists. This adds ZERO value for the consumer and opens up huge security holes. Who believes for one second that this technology is actually 100% secure?

    I guess we're supposed to be reassured by the quote from the Visa rep in the article reminding us that there is no consumer liability for fraud.

    I can only imagine what is going to happen if they roll out debit/checkcards linked to actual bank accounts with this technology!

  12. theft by SpongeBobLinuxPants · · Score: 2, Insightful

    So now instead of someone having to take my wallet to steal my credit card they can just walk by me with a contactless reader?

    1. Re:theft by BloodSprite · · Score: 3, Funny

      Even better.

      Wear a T-shirt saying "pencil $19.95", "ask for a refund if not satisfied" and walk around in a crowd handing out pencils whenever your battery powered and cellphone internet accessed credit processing system successfuly charges someones credit card for "pencil" at $19.95 bucks.

      "Thank you, Here's your pencil sir"

      they look at you funny and take your pencil cause your some crazy guy wearing a backpack with antennas sticking out all over and a tin foil hat and they don't want to mess with you.

      You sold them a pencil, what crime was commited?

      They can ask for a refund if not satisfied...

      --
      Lifes a game play to win!
  13. Lazy bastards by Leroy_Brown242 · · Score: 2, Funny

    RFID and Visa, for when it's too much effort to slide your card, you can just wave it around!

  14. Better watch those monthly statements! by AFCArchvile · · Score: 2, Insightful
    "Security is a question," Gillespie said. "How easy is it for someone to interact with a wireless communication and pick up a number?"

    Hopefully not as easy as stopping payment on questionable charges to the account. The advantage of online progressively-updated statements becomes infinitely greater here; you'll have to check your statements every WEEK if it gets bad. Genuine cowhide is out, 100 mil thick aluminum is in!

    --
    "Ancillary does not mean you get to rule the world." --U.S. Circuit Judge Harry Edwards, speaking to the FCC's lawyer
  15. What's the point? by Lemuel · · Score: 3, Insightful

    Why do I need a contactless transaction? What is so hard about running my card through the slot in the terminal?

  16. Excuse me, sir... by Colonel+Panic · · Score: 2, Funny

    Scammer: "Could you step over here and read this number for me, I need to get new glasses or something."
    Unsuspecting stooge: "sure, your total is .... Yeah this is tiny print..."
    Scammer: "maybe you can read it from a little closer"
    Unsuspecting stooge: "...$598. And it looks like your credit card was just approved too."
    Scammer: "Oh, thanks you very much."
    Unsuspecting stooge: "You're welcome"

  17. Tracking down criminals by FuzzyDaddy · · Score: 3, Informative
    My wife once had a charge for ~$600 appear on her card. It turns out a worker who had been in our house (don't know which one) got the card and ordered a bunch of bulk food. It was shipped to an address. For $600, no one (police, credit card company) was willing to investigate it to the point of actually checking out that address and seeing if someone lived there who worked in my house. The shipping company had the address but wouldn't give it to me.

    Tracking down online transactions isn't necessarily so trivial or likely to happen.

    --
    It's not wasting time, I'm educating myself.
    1. Re:Tracking down criminals by Ansonmont · · Score: 2, Interesting

      Actually it is even worse than that. I worked at an online computer vendor, and sometimes we would get defrauded. Even with the contact info, the address, etc. the police/FBI/Customes etc agents simply did not have the time to look into these things. We are talking up to $50K that they would not look into.

      If there was no signature and physical presence then the merchant is out of luck. The customer doesn't pay, the credit card company doesn't pay, it is the merchant who pays.

      However, one time a fraud tried to do it again, so we sent the police with the delivery person. That was stupid.

  18. Signatures by Malc · · Score: 2, Interesting

    "And for purchases of less than $25, no signature is required."

    Does anybody in N. America check signatures? They hardly seem to look at my cards. I have a friend who wrote "See ID" on the signature strip of their card and it took four months before she had a request. Having emmigrated from the UK, I really notice this. Over there they seem to make more of an effort, hold on to the card for longer and really compare it against the signed receipt. On many occasions in the UK I've been asked to resign things. In fact, I was once chastised by a cashier in Sainsburys in Norwich and told to stop being so lazy and make more of an effort! You see my signature had deteriorated in to a squiggly line that barely even resembled the signature on the card.

    Besides, doesn't anybody else find those signature strips hard to sign? They don't have much height, and the surface seems to "writes differently". It's nigh on impossible to put a good approximation of my signature on it! Furthermore, I think the only way to tell a signature isn't faked is because every one is different so it shouldn't be identical to the one on the card! ;)

  19. Give them a few hours, by Eternally+optimistic · · Score: 5, Funny

    It will be presented better in the dupe later today.

    --
    What keeps me going is my inertia.
  20. Re:How long till... by badfish99 · · Score: 2, Interesting
    But if you do want to steal cards, then it will be easy to make a "credit card detector" that sniffs out the RFID chip as people go by, and tells you which pocket their wallet is in.

    Then you take the stolen cards and make lots or $25 purchases, without having to forge a signature.

    Who thought this up? The Guild of Thieves?

  21. Vent my Credit Card/Check Card Pet Peeve by Confessed+Geek · · Score: 4, Insightful

    Please excuse me while I get this personal pet peeve off my chest.

    WHY, do companies and stores think that NOT showing ID when using a credit card/debit card is something that people would want?

    I Don't sign my cards. I write in bold letters on the back MUST SEE ID. Still only about 1 in 20 times am I asked for an ID, even when makeing a $50+ purchase.

    And the debit cards. The advertising on them is insane. They have some celebrity come out and get asked for ID then say - "With our Check Card, you Never need ID" And how is this supposed to be a good thing? I'm supposed to be happy that it is even easier for someone who has stolen a card to go and clear out my checking account? Who the heck goes out with their credit cards, but skips their ID? Who the heck runs around without an ID in the first place? What, your going to go into your wallet or purse, take out the debit card, and leave your licence/ID in there?

    With all the credit card fraud and identity theft gong on, why would anyone make it even easier to ruin your credit rating and entangle you in hours upon hours of sometimes futile effort to get it set straight?

    Mind you I will screem like hell if somebody REQUIRES me to carry an ID all the time - but cash spends fine without any verification.

    Thanks.

    1. Re:Vent my Credit Card/Check Card Pet Peeve by graphicsguy · · Score: 2, Insightful

      Why not get a credit card with your photo on it?

    2. Re:Vent my Credit Card/Check Card Pet Peeve by cowscows · · Score: 4, Interesting

      A few years back I was working retail at a store where the manager told us to require ID for all credit card purchases. Some people would get so upset about it. I don't know if it was because they believed that we were accusing them of being dishonest, or if they were just lazy.

      There's plenty to be said about not treating your customers like criminals (DRM, copy-protection), but it seems to me that, as a consumer, I have just as much to gain from protecting my credit card as a business does.

      Interestingly enough, I've heard that part of some contracts that retail outlets and credit card companies make nowadays specifcally state that the credit card companies do not want you to check ID's. Apparently they want credit cards to be as convenient as possible so that consumers will ring up as much debt as possible, so the banks can collect interest and fees. I guess if that's true, the ratio of fraud to legit purposes isn't so bad.

      I've got see-ID on the back of my cards too. Sometimes they'll flip the card over and pretend to look at it, then give it back without asking for ID. Amazing. If they do ask for ID, I make it a point to thank them.

      --

      One time I threw a brick at a duck.

    3. Re:Vent my Credit Card/Check Card Pet Peeve by duffbeer703 · · Score: 4, Informative
      I Don't sign my cards. I write in bold letters on the back MUST SEE ID. Still only about 1 in 20 times am I asked for an ID, even when makeing a $50+ purchase.

      You're an idiot. That signature panel is not there to identify you to the store clerk. Its there to prove that you have agreed to abide the provisions of the cardmember agreement. (ie pay your bill) Merchants are actually permitted to confiscate your card (which is the property of the issuing bank) if you refuse to sign it.

      The purpose of checking your signature is to cover the merchant. If you don't sign your card the merchant is liable if you refuse to pay

      PIN-based electronic transactions are actually considered digital signatures. The fact that you set or remembered your PIN signals your acceptance of the card agreement, and entering your PIN signs your transaction. Merchants prefer that you do a PIN transaction because it is cheaper and does not require them to store boxes of signed credit card drafts in the back for a year or more.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
    4. Re:Vent my Credit Card/Check Card Pet Peeve by EmagGeek · · Score: 4, Interesting

      I had one of those cards a while ago... I glued a picture of Chris Rock on the front of it, and not ONCE was I ever questioned (even though I'm a white guy)...

      I work part time in retail and our store used to have a policy about asking for ID with every CC purchase, but Visa threatened to pull out of our store because of it...

      The CC companies and orgs do not want under any circumstances for retailers to ask for ID, even if the card is not signed. They are also against any and all PIN initiatives, or any other thing that might prevent credit cards from being used.

      Even if there is a fraudulent charge, the only people that lose money are consumers. Retailers and Credit Card companies have insurance against fraudulent charges, and the cost of those premiums is worked into the merchant rate, which is passed along to consumers.

      This is why CC companies and retailers DON'T CARE ONE BIT if a CC is stolen. If the retailer gets charged back, they just claim on their insurance, and pass the premium costs along to the consumer. If the chargeback is denied and the CC has to write it off, they claim _their_ insurance and pass the cost along to merchants, who then pass it along to consumers. If the thief gets away with it, the consumer is stuck with the bill for the fraudulent charge.

      So, in any case, it's the consumers that are screwed, as usual.

    5. Re:Vent my Credit Card/Check Card Pet Peeve by AK+Marc · · Score: 2, Insightful

      Merchants are actually permitted to confiscate your card (which is the property of the issuing bank) if you refuse to sign it.

      No, they are not. You further listed Mastercard rules, and it permits (or requires) that they refuse sales in certain circumstances. It does not state that they are allowed to confiscate cards for not being signed. I don't have a full agreement with me (or the hours necessary to read it), but the cards themselves do not identify themselves as the property of the bank.

      And, if you were familiar with signature law (yes, there is a suprisingly large amount of law regarding signatures), "See ID" could be considered a signature. That would be a legal issue not fully explored by the courts, so it is pointless to guess what the outcome would officially be (other than my poining out that it is a possibility).

  22. Sometime in the distant future... by Anonymous Coward · · Score: 2, Funny

    Salesman: $30 please.

    Fry: $30? I can't afford that. Unless...[He pulls out his wallet.] Do you take RFID Visa?

    Salesman: RFID Visa hasn't existed for 500 years.

    Fry: RFID American Express?

    Salesman: 600 years.

    Fry: RFID Discover card?

    Salesman: Uh, sorry we don't take RFID Discover.

  23. Not really... by niki9 · · Score: 2, Informative

    "isn't that very similar to how TI's car RFID system was made?"

    According to Visa:

    "Each transmission between card and reader has a unique code that cannot be reused even if it is intercepted"

    So... not really, no. Just because two products use the same base technology doesn't mean that one is as fallible as the other. All cars made of metal and fiberglass don't rate the same in crash tests.

    --
    "Someone's gotta have some damn perspective around here!" -- Commander Susan Ivonova, Babylon 5
  24. American Express also starting to roll out RFID by Cerlyn · · Score: 2, Interesting

    American Express is also starting to roll out an RFID solution, although seperate from their card and also available on a preload basis. Their national partner I am aware of seems to be CVS drugstores, which seems to have rolled out credit card terminals which can read these cards locally even through I know of no other place I could use their RFID tag.

  25. What if I carry multiple VISA cards? by lugar · · Score: 2, Insightful

    I could just see me pull out my wallet and have it just be in range of the reader. I intend it to charge to one card and...whoops, it charges to the card I'm almost over limit on.

  26. Fraudulent readers are not the only issue by pseudosocrates · · Score: 4, Interesting

    What happens when shopping malls decide they don't generate enough revenue by rent alone...

    1)install reader in door frame
    2)print EULA on doorstep stating there is a $5 charge to enter. "By stepping over this threshold you agree to the following terms...."
    3)...
    4)profit!!

    or Blockbuster:

    1)Take out advert at superbowl "THE END OF RENTAL FEES"
    2)Place item at #296 in the website FAQ - "There will be a $15 charge for entering the store
    3)...
    4)profit!!

  27. Re:It speeds things up greatly. by Lemuel · · Score: 2, Insightful

    But the slow part involves getting out the card, answering the debit/credit question, printing the receipt, and signing it. If the goal is speed up the process the debit/credit question could be removed and the signature. I'm assuming people still want receipts, although I could be wrong there.

  28. That's so insane by photon317 · · Score: 4, Interesting


    No signature needed for under $25, works from a few inches away?

    I forsee myself building a better antenna for my visa charging device and running through a crowded area charging everyone 24.99 as I pass by.

    --
    11*43+456^2
  29. Real RFID by Megamote · · Score: 2, Informative

    The global credit card company will offer PayPass, its RFID-enabled contactless payment system, to fans at the Seattle Seahawks and Baltimore Ravens stadiums this fall. http://www.rfidjournal.com/article/articleview/142 0/1/1/

  30. No, you are ignorant by A+nonymous+Coward · · Score: 2, Insightful

    I too sign my cards CHECK I.D. This is accepted practice. Some credit card companies have even recommended it. Stores are SUPPOSED to ask for ID in that case, the point being to see that the photo ID matches my face, and the names match.

    I'd like to see some store manager so ignorant as to try to confiscate my credit card because it tells him to to ask for I.D.

  31. No money would be lost by consumers by A+nonymous+Coward · · Score: 2, Insightful

    The merchant does not add a $20 item and transfer money instantly. It has to go thru the issuing bank, and not instantly, and not without the possibility of chargebacks, and then that merchant will lose his VISA account and be out of business. If you dispute the matter, and they see a pattern of some merchant going bananas with $20 chargebacks, he will be in banana-skin city. The merchant will lose. This is credit cards.

  32. Yes it is! by Serious+Simon · · Score: 2
    I design readers for both ISO14443 and ISO15693 tags, so I should know.

    ISO 14443 and ISO 15693 operate on the same principles, the essential difference is that the ISO14443 protocol allows a higher data bandwidth which results in shorter maximum range (ca. 10cm instead of ca 1m).

    In general, ISO14443 chips are less low-cost, able to store more data and supporting cryptographic capabilities. But this has more to do with the market that they target than with technical issues.

  33. Merchant account not required by BobPaul · · Score: 2, Informative

    Well, there's a long way and a short way.

    Shortway:
    Steal someones card. Put it in your wallet, buy things. They won't ask for ID cause that will slow down the process (and they hardly ever do now anyway). If it's less than $25 there's no paper trail, either. This will work until the person realized their card is missing and reports it stolen. Esentially the same as the present, but at least now they're supposed to verify your identity by comparing signatures or checking for ID... at least there's SOME verification to prevent a stolen card that should occure.

    Longway:
    1) Use a small device about the size of a palm pilot to send someone's credit card a serious of a few hundred to a few thousand challanges and not the responce that's given back.
    2) Go back to your computer and crunch the challange vs responce to determine the algorithm used to provide each.
    3) Plug that algorithm into a generic battery powered tranciever about the size a palm pilot let the reader scan that rather than a wall encased credit card.

    Steps 1 and 2 will be possible eventually (using the same methods that cracked TIs method, I'm sure) and eventually someone will make the nessicary hardware for step 3, or at least post instructions on the internet on how to build one with a PIC and some other cheap hardware.

    The teller will never know if you're scanning a wallet with a credit card inside, or a wallet with a small battery powered tranciever inside.

    The problem is not that this system is less secure than magstrips (it's about a million times more secure right now) The problem is that the teller never has to see your card to verify your identy. They won't know if it's your card in the wallet or purse you swing past the reader, or someone elses, or even a device that randomly picks 1 of 30 peoples identities you got off the subway the week before. I wouldn't be concerned, but since the TI thing just a few weeks ago, I'm not sure how much I can trust RFID based challange response systems. The TI solution cracked was supposedly one of the best out there.

  34. Signatures/ID are poor(ly implemented) security by sjbe · · Score: 3, Insightful

    WHY, do companies and stores think that NOT showing ID when using a credit card/debit card is something that people would want?

    Generally as a customer I don't. Not that I think showing ID is bad idea but I generally find the signature and to a lesser extend ID security measures to be as pointless as most of the airline "security". They're half heartedly implemented, irritating, and as implemented don't really do much to stop crime. It's appearance of security without substance. I wouldn't mind people asking for ID except that almost no one does, so what's the point? And the signature matching is a stupid since any thief with half a brain (admitedly some lack even half) will just look at the card and make at least a half-hearted effort to copy it. It's not like he has to look hard for it...

    Let me be clear. I have the mistfortune of being a man with a name that is very rarely associated with the masculine gender. As irritating as that is to me, I should get asked for my ID all the time. But I don't which tells me that the the store management and credit card companies don't really percieve it as a problem. And they have the data to know whether it is or isn't. It's not like they're guessing. Furthermore, when I do get asked for ID, it's almost always at places like an airport (where I've been asked for my ID 20 times) when buying a $4 magazine, never for the $1000 printer. As a customer, I'll admit that being asked for ID is irritating and I don't like being regarded as a potential criminal but if it were a widely implemented security measure, I could deal. But since the credit card companies and most retailers don't regard it as enough of a problem (actions speak louder than words) to ask for ID consistently, I'd rather they save me the irritation and not bother at all.

    It gets repeated here ad-nauseum that authentication consists of some combination of what you have, what you are and what you know. The signature is worthless as a security measure because it is simply two instances of something you have in the same item. Someone who takes my credit card also has my signature. Asking for photo ID sort of gets at what you are, though it can be forged by an ambitious criminal. But it could slow down the smaller thefts were it actually used. A pin code is actually useful IMO because it is something you know but is not used (for cost reasons mostly) for credit cards here in the US. And unlike biometric ID, it can be changed if there is a mixup.

    While I'm venting, what really irritates me is when they have those swipe-it-yourself pads but still ask to see the signature! I've already mentioned that I think signature comparison is worthless as a security measure, but this practice just wastes both my time and the clerk's time. Furthermore they don't physically have the card at the right time if the credit card company tells them to hold the card. If they want to see my signature, the clerk should swipe the card him/herself and check. By having me do it, they don't save any time and they don't improve security. If they are going to ask for something they should ask for ID at that point, not a signature.

  35. Re:A built-in PIN pad? by swillden · · Score: 2, Insightful

    Is that PIN pad on the card itself?

    Nope, it'll work the same way PIN pads at Wal-mart (and wherever else) work right now.

    Can that be made durable enough to live in my wallet?

    Durability isn't the problem with putting a PIN pad on the card. The problems are power (where do you get it?) and cost -- mostly for the increased manufacturing complexity.

    It sounds like these cards are going to be pricey (several dollars each to manufacture).

    About $3 each. Current cards cost about $0.25 each. Cards with a PIN pad would be closer to $10 each.

    Is there a way to extend that unique RFID chip to online transactions? Maybe a reader hooked to your computer?

    Sure. Contactless readers are still fairly expensive, though, the cheapest one I know of costs about $70. However, most of these cards will probably also have a contact plate, so you can use them with a contact reader attached to your PC. Those readers can be bought for along with the sooper-seekrit protection code on the back

    Yeah, CVV and CVV2 are a joke.

    --
    Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  36. Now we all can stay home and get fatter! by howlin_walleye · · Score: 2
    As the range of these devices increases, we can stay focussed on Oprah and "they" can simply make purchases on our behalf, extracting payment from us via cell phone towers.

    Removing the consumer's role in the decision making will do wonders for businesses, allowing them to smooth out demand and make themselves more efficient, increasing profits. Don't worry, the folks down at ChoicePoint can serve up your purchasing patterns and theres plenty of smart folks around who can decide much better than you or me what we REALLY need. So the consumer wins, business wins, everybody wins! And you'll never miss another minute of American Idol because you had to run to McDonald's for some large fries.

    There! I needed to get that off my chest.

  37. Its hard sometimes by hawk · · Score: 2, Funny

    I tried that.

    Then I went to buy gas.

    I put the card in the machine, and waited.

    "Beep," it said.

    I showed it my ID.

    "Beep."

    "No, this is my ID. See?"

    Still, it refused to look. "Beep."

    The crowd got larger and larger, but it still refused to look at my id. "Beep."

    Now I'm stuck on my bicycle.

    hawk

  38. Settle Down and Enjoy the Benefits of Credit by vortex2.71 · · Score: 2, Interesting

    I've read the responses to this article and a large number of them express concerns over identity theft, cash sucking wands, no ID transactions, etc. Chill out people! The deal with credit cards is that the large credit companies try to promote their ease of use by reminding us that we can leave the house with only our credit card and paying for things won't be a problem. As a result they incure some liability for fraudulent transactions. I'll repeat that: THEY not you incure the liability. That means that if a fradulent charge is made then you download a form that says "I didn't make those charges", fax it to them and they erase the charges. Its as simple as that. People are so darn brain washed by other companies and people who promote the fear economy... fear identity theft: by our identity theft insurance, fear ffor your personal safety: buy a gun and bomb Iraq, fear that you are ugly: buy a bunch of crappy beauty prodcts... I know that Visa and Mastercard are big bad companies that are gaining power and wealth every day, but they sell a pretty damn usefull product. I love leaving the house with only my key chain with mini visa card atached and not worrying about anything else.

    1. Re:Settle Down and Enjoy the Benefits of Credit by Ulric · · Score: 2, Insightful

      I agree completely that this technology is useful and should be more secure than what we have today if it is used right. But it is surely a problem if someone can swipe your card without your knowledge while it is still sitting on your keychain. A small amount among a whole bunch of other small amounts in a month has a good chance to go unnoticed.

  39. Multiple cards in wallet.... by McFly777 · · Score: 2, Interesting

    OK, I have several cards in my wallet (Mastercard, Discover, AmEx). Assuming they all follow Visa's lead and incorporate this contactless tech., what happens when I wave my wallet with all three cards in it? Which card responds? is there a race condition?

    I assume the terminal will only charge one card, but if I have to take the card out to make sure the preferred one registers, I might as well swipe it.

    --

    McFly777
    - - -
    "What do people mean when they say the computer went down on them?" -Marilyn Pittman