Slashdot Mirror


Sound-Based System Promises Chipless Phone Payment

CWmike writes "While near-field communication gradually emerges to turn mobile phones into payment devices, startup Naratte is introducing a system it claims can do roughly the same thing without adding a chip to the handset. On Monday, Naratte introduced Zoosh, a technology that lets phones exchange transaction information via inaudible sound waves. As with NFC, the phone user would just put the phone near to a point-of-sale terminal to redeem a coupon or make a purchase. NFC provides short-range radio communication between phones and point-of-sale devices so users can just tap or point their phones at the device to make a purchase. NFC uses specialized chips, which are already built into a few phones such as the Google Nexus S sold by Sprint Nextel, and are expected in more handsets in the future. Zoosh involves software that utilizes the speaker and microphone in a handset to send and receive audio signals with another device, similar to the way early modems exchange data by sending tones through the handsets of desk phones cradled in coupler devices. The company has posted a video that shows how it works. Between this and barcodes (which Starbucks says is working well already, thank you very much), is NFC already irrelevant?"

186 comments

  1. Inaudible to people, perhaps.. by intellitech · · Score: 2

    But I bet a microphone could still pick it up..

    And, on a side note, this is oddly reminiscent of Phreaking.. Payments with tones and all.. even if they are "inaudible."

    --
    vos nescitis quicquam, nec cogitatis quia expedit nobis ut unus moriatur homo pro populo et non tota gens pereat.
    1. Re:Inaudible to people, perhaps.. by gehrehmee · · Score: 4, Informative

      Doesn't mean replaying it would get you anything, if it's cryptographically sound.

      --
      "You know, Hobbes, some days even my lucky rocketship underpants don't help" -- Calvin
    2. Re:Inaudible to people, perhaps.. by Anonymous Coward · · Score: 0

      true but its easier to pick up arbitrary sound waves than it is radio waves. for people who don't know what they're doing, thats half the battle.

    3. Re:Inaudible to people, perhaps.. by fuzzyfuzzyfungus · · Score: 1

      If a microphone couldn't pick it up, the system wouldn't work. Unless the designers are unbelievable morons, they will presumably keep in mind that the carrier is trivially sniff-able and encrypt the link.

    4. Re:Inaudible to people, perhaps.. by MobileTatsu-NJG · · Score: 1

      true but its easier to pick up arbitrary sound waves than it is radio waves.

      Heh. No it's not.

      "Um, excuse me, get that microphone out of my face."

      --

      "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

    5. Re:Inaudible to people, perhaps.. by c0lo · · Score: 3, Informative

      But I bet a microphone could still pick it up..

      I don't know... might work better than radio waves - the attenuation of RF in air might not beat the attenuation of sound waves. The higher the frequency, the higher the attenuation of the ultrasound in air (dry air: 0.6 dB/m at 50 kHz, 1.8 dB/m at 100 kHz). Add some directional elements, use a small emitting power and what's not in direct line of emission might be drowned by noise at a distance of 0.1-1m.

      And, on a side note, this is oddly reminiscent of Phreaking

      Hmmm... yes, but I think in this case the danger will come from rogue bats flying around that pay terminal (hold you fire, it's just a lame joke)

      --
      Questions raise, answers kill. Raise questions to stay alive.
    6. Re:Inaudible to people, perhaps.. by Anonymous Coward · · Score: 0

      zoosh! your wallet is empty. seriously though, if there were smart enough to make the sound only good for a single transaction for that time/date/store/amount then it wouldn't matter too much if it was overheard.

    7. Re:Inaudible to people, perhaps.. by dbIII · · Score: 2

      Doesn't mean replaying it would get you anything, if it's cryptographically sound.

      It had better be. We don't want any chipless phishing.

    8. Re:Inaudible to people, perhaps.. by adolf · · Score: 3, Informative

      dry air: 0.6 dB/m at 50 kHz, 1.8 dB/m at 100 kHz

      No. Sound is not so linear as that. You cannot take a chart that says sound is attenuated by 1800dB at 1km and simply divide by 1000 to get the attenuation at 1m.

      Remember inverse-square law: Check it out. (And more here.)

      All that aside: The simplified rule of thumb for sound at audible frequencies, for a spherical waveform (such as that emitted by a phone), is that sound falls off at a rate of 6dB for each doubling of distance.

      So, if you're making noise that measures 80dB@10cm, you get the following results at these increasing distances:

      74dB@20cm
      68dB@40cm
      62dB@80cm

      etc.

      And we only care about frequencies in the audible range, despite the implication in TFS, or it will be completely unable to work with existing phones (which is the main point of the thing to begin with). To wit: Combine Nyquist theory with the shitty analog electronics and 48KHz (at best!) ADC/DAC in a phone, and the resultant system must be either audible to a sufficiently-close non-damaged human ear, or else be completely non-functional.

      So, there's no point in even discussing how well the thing might behave at 50 or 100KHz, because that's never going to work with existing phones.

      And the whole argument is moot, anyway: The transport layer for this sort of payment system, whether RFID or barcodes or acoustic signalling or Bluetooth or avian carrier, will be recordable by a sufficiently-motivated and clever person. It therefore must have strong security (whether cryptographic or otherwise), or it will fail and be exploited. And if it does have strong security, it doesn't matter if it's recordable or not, since any recovered data will be useless to the eavesdropping party.

    9. Re:Inaudible to people, perhaps.. by mspeedie · · Score: 2

      Correct, phish with out chips is just half a meal!

    10. Re:Inaudible to people, perhaps.. by WidgetGuy · · Score: 1

      And hardly worth the effort if there's not plenty of malt vinegar on hand!

      Damn! Now I'm Jonesin' for fish and chips. It's nearly midnight. Oh, well, this is off-topic anyhow. Reset!

      --
      One "Aw, Shit!" is worth 100 "Ata boys!"
    11. Re:Inaudible to people, perhaps.. by c0lo · · Score: 2

      All that aside: The simplified rule of thumb for sound at audible frequencies, for a spherical waveform (such as that emitted by a phone), is that sound falls off at a rate of 6dB for each doubling of distance.

      With directional elements, the wave-front is no longer spherical - assuming a beam (plane-wave front), the exponential attenuation (due to absorption) holds.
      But, you are right for the back-scattered sound - this will degrade much faster not only because of the absorption, but also because it won't be an almost planar wave-front anymore.

      And we only care about frequencies in the audible range, despite the implication in TFS, or it will be completely unable to work with existing phones (which is the main point of the thing to begin with). To wit: Combine Nyquist theory with the shitty analog electronics and 48KHz (at best!) ADC/DAC in a phone, and the resultant system must be either audible to a sufficiently-close non-damaged human ear, or else be completely non-functional.

      The human ear is able to pick up to 20 kHz, and people over 40 are able to hear at most 16-18 kHz (if ever). This is why 22 kHz is meant to be the absolute upper frequency to digitally encode on an Audio CD and thus 44 kHz the maximum sampling rate required for "absolute audiophile perfection".
      All the above as an estimation for what frequency a ADC/DAC in a smart phone can be capable of: my guess - an upper limit of 30-36 kHz. Given the amount of information that a NFP requires (hundreds of bytes, including an encryption key), the fact that tone encoding is not sensitive to amplitude/power variations, the fact that directionality of sound is easier to implement than in RF, the band between 20 to 30 kHz may be just enough to implement the NFP with a better protection for eavesdropping than using radio. This will raise the cost for the eavesdropping party, thus requiring a higher level of motivation than a near-field type of payments usually offer - most of the NFP services I know are capped to $50-$100/payment.

      It therefore must have strong security (whether cryptographic or otherwise), or it will fail and be exploited. And if it does have strong security, it doesn't matter if it's recordable or not, since any recovered data will be useless to the eavesdropping party.

      I don't argue with that. It is only a (almost academic) discussion which transport can be implemented cheaper: I argue that the acoustic one may be the one - but I'm not sure.

      --
      Questions raise, answers kill. Raise questions to stay alive.
    12. Re:Inaudible to people, perhaps.. by AK+Marc · · Score: 1

      So, there's no point in even discussing how well the thing might behave at 50 or 100KHz, because that's never going to work with existing phones.

      That was my question. Given that my phone lists its speaker and mic as 20-20k Hz (or close enough to that), how can something make a sound that the phone can hear that I can't? Or, as you point out, given the chips in the phone, it is limited in what it can output and receive from an electrical perspective as well.

      If you are going through the trouble of redesigning the phone anyway, is this really going to save money?

    13. Re:Inaudible to people, perhaps.. by xanadu-xtroot.com · · Score: 1

      Heh. No it's not. "Um, excuse me, get that microphone out of my face."

      OH!

      So they have little gnomes inside the quarterback's helmets so their voice can be picked up calling plays ON THE FIELD to be broadcast on TV? Cool. I gotta order me a couple microphone holding mini-gnomes. Maybe I could finally find out the things my wife tells her mom...


      M.

      --
      I'm not a prophet or a stone-age man,
      I'm just a mortal with potential of a super man.
    14. Re:Inaudible to people, perhaps.. by Anonymous Coward · · Score: 1

      It's probably easier to pick up the RF, since there will be way more background noise with the sound waves at a distance than with the RF frequencies. A Pringles can and some wire would be more discreet than a long distance microphone with a parabolic reflector.

    15. Re:Inaudible to people, perhaps.. by adolf · · Score: 1

      With directional elements, the wave-front is no longer spherical - assuming a beam (plane-wave front), the exponential attenuation (due to absorption) holds.

      With a best-case cylindrical waveform, the rule of thumb slides to 3dB per doubling of distance.

      And so what? Phones aren't made with directional elements. They don't emit cylindrical waveforms. There's one or more little electret mics, and an earspeaker that each operate through a small hole. These arrangements are not things that are known for their superb directionality, but rather the opposite.

      Often, there's also a small loudspeaker (used for speakerphone, ringer, etc) which is also not designed to be directional (so you can, you know, hear it ring).

      And it doesn't matter. I'll repeat it again: TFA is about hardware that exists today. And today's hardware doesn't work in the way that you're going on about.

      If we're going to go about changing the hardware to fit, then the concept described in TFA loses its merit over other technologies.

      The human ear is able to pick up to 20 kHz, and people over 40 are able to hear at most 16-18 kHz (if ever). This is why 22 kHz is meant to be the absolute upper frequency to digitally encode on an Audio CD and thus 44 kHz the maximum sampling rate required for "absolute audiophile perfection".

      Let us not muddy the waters with a discussion of "audiophile perfection." You'll bring out the trolls, many of whom would tell you everything there is that is wrong with recordings at 44.1KHz.

      And you're wrong about why 44.1kHz was selected, but that's OK -- lots of folks are wrong about it. 44.1kHz was chosen as a sampling rate both because it was greater than ~20kHz*2, and it fit neatly into the digital recorders of the time (which generally consisted of a U-matic video deck with a PCM adapter, the Sony PCM-1600 being the first of such beasts available).

      In other words, 44.1kHz was convenient, and was in keeping with KISS. A Nyquist limit of 22.5kHz merely is a product of the implementation, not a design goal to allow audiophilic nirvana. (Reference with maths).

      All the above as an estimation for what frequency a ADC/DAC in a smart phone can be capable of: my guess - an upper limit of 30-36 kHz. Given the amount of information that a NFP requires (hundreds of bytes, including an encryption key), the fact that tone encoding is not sensitive to amplitude/power variations, the fact that directionality of sound is easier to implement than in RF, the band between 20 to 30 kHz may be just enough to implement the NFP with a better protection for eavesdropping than using radio.

      No. The band from 20 to 30kHz doesn't work. The maximum sampling rate that can be reasonably expected to be supported by a reasonably modern, existing (remember the context) phone is 48kHz, which means that frequencies above 24kHz cannot be handled at all. Remember, this is supposed to work with existing devices.

      Furthermore, I would be absolutely shocked if any of the speakers or microphones (along with the associated filters, amplifiers, and other analog componentry) on a handset were useful at all above 15kHz in any reliable fashion across different devices. Remember, this is supposed to work with existing devices, wherein the primary design consideration is voice audio over the telephone network (which tops out at 4KHz, anyway), with a small side of watching stupid videos on Youtube. KISS, etc.

      Now, given the wavelengths involved, it might actually be easier to design a small directional loudspeaker fo

    16. Re:Inaudible to people, perhaps.. by adolf · · Score: 1

      If you are going through the trouble of redesigning the phone anyway, is this really going to save money?

      No, it won't save money if it requires a new design. And that new design won't save any space.

      The only thing this tech has going for it is that it is a purely software solution.

      And as a software solution, it is limited by the constraints of the hardware. And that hardware is limited to producing and recording audible sounds, since it is (well, you know) audio hardware.

    17. Re:Inaudible to people, perhaps.. by Anonymous Coward · · Score: 0

      Just place fake emitters nearby, and have the user hold the phone very close to the real one. Any sniffer would have to be closer to the real one than the fakes to pick out the signal from noise.

    18. Re:Inaudible to people, perhaps.. by Anonymous Coward · · Score: 0

      The speaker response probably falls off gradually rather than suddenly, but it's possible that the drivers, D to A converters etc ignore any frequncy outside the audible band anyway.

    19. Re:Inaudible to people, perhaps.. by Anonymous Coward · · Score: 0

      it still sucks. you have to press a button and open an app, nfc chips can stay dormant and turn on when in range.
       
      also, barcodes work, but they've been sent over sms for more than a decade. they just happen to be not so convinient as a credit card. really, the simplest solution would just have a credit card slot in your phone.

    20. Re:Inaudible to people, perhaps.. by rjstanford · · Score: 2

      He's not saying that its hard to pick up audio waves. You just seem to be laboring under the impression that its somehow harder to pick up radio waves. Same series of problems, but audio waves are more understood by humans since we're sensitive to them ourselves. Of course, they're also easier to baffle in many ways.

      --
      You're special forces then? That's great! I just love your olympics!
    21. Re:Inaudible to people, perhaps.. by rjstanford · · Score: 1

      No. The band from 20 to 30kHz doesn't work. The maximum sampling rate that can be reasonably expected to be supported by a reasonably modern, existing (remember the context) phone is 48kHz, which means that frequencies above 24kHz cannot be handled at all. Remember, this is supposed to work with existing devices.

      Hang on there - 30kHz wouldn't work for anything complicated, I'd probably grant you that - but for this idea to work, all you'd actually need is the ability for a phone to make any kind of noise at 30kHz +- 3kHz. It could simply use an on/off stream with a good warning burst in front of it and send out the programmed number, and broadcast that series of pulses whenever a button was pressed.

      Would that be ideal? No, but its not trying to replace the ideal. Its trying to replace the idea of handing a piece of plastic with 1/4" tall raised numbers on it to a clerk, who then runs it through some boxes and hands it back. The security bar this would need to clear to be an improvement is, in fact, very low indeed.

      --
      You're special forces then? That's great! I just love your olympics!
    22. Re:Inaudible to people, perhaps.. by Anonymous Coward · · Score: 0

      Dear god you Brits are disturbing. Fish and chips are best served with tomato sauce (preferably Watties brand), not malt vinegar. And the fish should be either shark or blue cod. Anything else is sacrilegious.

    23. Re:Inaudible to people, perhaps.. by Anonymous Coward · · Score: 0

      don't forget to salt

    24. Re:Inaudible to people, perhaps.. by adolf · · Score: 1

      Hang on there - 30kHz wouldn't work for anything complicated, I'd probably grant you that - but for this idea to work, all you'd actually need is the ability for a phone to make any kind of noise at 30kHz +- 3kHz. It could simply use an on/off stream with a good warning burst in front of it and send out the programmed number, and broadcast that series of pulses whenever a button was pressed.

      No. You can't make a 30kHz signal with a 48kHz DAC. You can't even get 30kHz +- 3kHz. The very best case is that can get nothing at all above 24kHz.

      Can't. Nope. Not fucking ideal because it's not fucking possible. And even if you think it's possible, using some software trick, the low-pass antialiasing filter which exists between digital numberland and the tangible widget that you intend to rapidly vibrate will prevent it from happening with its ninja-like abilities to smooth your high frequencies right out of existence.

      Sorry.

      TFA says that is both inaudible, and works with existing hardware. These are, quite simply, conflicting statements: One of them is a lie.

      (That said, there's no reason why such a system cannot work very well indeed if "inaudible" is deleted from the proclaimed featureset. Or "works with existing hardware." I blame marketing.)

    25. Re:Inaudible to people, perhaps.. by g0bshiTe · · Score: 1

      Ah to have a use for my old phone box again, happy days...

      --
      I am Bennett Haselton! I am Bennett Haselton!
    26. Re:Inaudible to people, perhaps.. by Excelsior · · Score: 1

      Even if the information carried by inaudible sound waves is "cryptographically sound", it's certainly not a secure "wallet". Bragging that it doesn't rely on a chip may sound great, but there's more to Google Wallet's NFC chip than simple radio communications. The chip also serves as what Google calls a "Secure Element". This allows Google Wallet to securely store your card details and payment details inside a completely secure chip that's sandboxed from the OS itself.

      If this technology is secure at communicating, but not secure at storing your card details, it's pretty useless (imho). Unless you think entering your card details every time you want to pay is better than carrying the card in your wallet.

    27. Re:Inaudible to people, perhaps.. by stdarg · · Score: 1

      With a best-case cylindrical waveform, the rule of thumb slides to 3dB per doubling of distance.

      And so what? Phones aren't made with directional elements. They don't emit cylindrical waveforms. There's one or more little electret mics, and an earspeaker that each operate through a small hole. These arrangements are not things that are known for their superb directionality, but rather the opposite.

      Wouldn't it also depend on the shape of the receiver? For instance if you put your phone inside a little padded tube that would change things I would guess.

    28. Re:Inaudible to people, perhaps.. by stdarg · · Score: 1

      The human ear is able to pick up to 20 kHz [wikipedia.org], and people over 40 are able to hear at most 16-18 kHz (if ever). This is why 22 kHz is meant to be the absolute upper frequency to digitally encode on an Audio CD and thus 44 kHz the maximum sampling rate required for "absolute audiophile perfection".

      Seems to me you'd want the system to be audible anyway. It would let you quickly detect attempts to intercept the handshake, like if someone is standing nearby with a really loud tone emanating from their pocket trying to drown out the checkout machine.

    29. Re:Inaudible to people, perhaps.. by tehcyder · · Score: 1

      Dear god you Brits are disturbing. Fish and chips are best served with tomato sauce (preferably Watties brand), not malt vinegar. And the fish should be either shark or blue cod. Anything else is sacrilegious.

      In Britain only children put tomato sauce on chips, and sharks are something you use to scare those same children with if they won't finish their dinner.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    30. Re:Inaudible to people, perhaps.. by adolf · · Score: 1

      Does your ear affect the shape of the waveform emanating from someone else's mouth in any substantial way?

      Of course it does, if that person's mouth is really, really close to your ear. And if they get close enough, and speak quietly enough, nobody else will hear.

      On the other hand, if someone is speaking ciphertext at you from across the counter, and only you can understand it, it doesn't matter who else can hear because it's just jibberish to them.

      Cryptography is hard work for most people to do in their brains, but I understand that we've got these things called computers which can be pretty good at it... ;)

      The tube idea just seems impractical, as well: So you've got this anechoic tube with a cap over it in which you can place your handset to pay for you stuff. Novel, I guess, but not very convenient.

      Besides, it'd be easy to bug the tube so as to record the goings-on inside.

      Of course, you could make the tube transparent, but then it would echo. Which might or might not be a problem, depending on how the system actually works.

      Either way it'll still fill with food and ear crud and body funk and arm hairs, just like every other public hole that people stick their hands in. Especially if it's furry.
      (Mmm, lice.)

      You can make it washable, but that won't keep you away from the fresh and personalized telephone crud that will flake off of the well-dressed gentleman in line ahead of you, who just got done wiping his nose trophies on the bathroom wall and texting while he took a shit in the bathroom and didn't wash his hands (he never washes his hands, see -- he's stronger than that).

      I've said it a bunch of times in this thread, but it's got to be secure, no matter what the transport layer is. Because someone will record it and exploit it, if not.

      It'd take a long time before someone noticed anything strange about the scrap of innocent-looking cardboard hiding under the register, for instance.

      I'd take a contact-less near-field payment system that uses secure, audible communication that remains secure without trivially-bypassed low-tech acoustic hacks to create the illusion of security.

      Or I'll stick to cash and plastic, neither of which I press against my face.

  2. 1970 called.. by Mogster · · Score: 4, Funny

    They want their accoustic couplers back :)

    --
    ACK NAK RST
    1. Re:1970 called.. by Anonymous Coward · · Score: 0

      They want their accoustic couplers back :)

      120 baud...

    2. Re:1970 called.. by adolf · · Score: 1

      120 baud...

      Bell 101 was 110 baud, thanks.

      Now get off my lawn.

    3. Re:1970 called.. by Anonymous Coward · · Score: 0
  3. Doesn't solve the POS problem still by Anonymous Coward · · Score: 0

    Where do all these Zoosh enabled POS systems exist? Google is already pushing NFC (with Apple obviously ready to jump in, in the near future), so I'm not sure how an upstart with no ability to penetrate the POS market, can possibly survive. The only negative that Zoosh seems to be fixing is that you don't need the NFC chip, but with a multitude of NFC chips, add in SIM nfc chips, and SD NFC chips, I'm not too sure if it's even a problem anymore.

  4. chipless? by transporter_ii · · Score: 1

    > NFC uses specialized chips

    ???

    --
    Doctors destroy health, lawyers destroy justice, universities destroy knowledge, religion destroys spirituality
    1. Re:chipless? by MobileTatsu-NJG · · Score: 1

      Read the summary again.

      --

      "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

  5. Do Not Want by Anonymous Coward · · Score: 0

    Cash is King, baby.

    1. Re:Do Not Want by A+nonymous+Coward · · Score: 2

      No, Elvis is.

      And pb&j sandwiches.

    2. Re:Do Not Want by zonky · · Score: 1

      Actually, I dislike carrying much cash, and I don't want NFC either. I don't want any payment system i can't authorise/use a PIN on at time of sale. I wouldn't walk around with $500 in my wallet for me to lose, I don't want an unauthenticated NFC system either than people can spend without intervention.

    3. Re:Do Not Want by Local+ID10T · · Score: 1

      Why couldn't you use a PIN? Just enter the PIN on your cellphone keypad to enable the payment...

      --
      "You want to know how to help your kids? Leave them the fuck alone." -George Carlin
    4. Re:Do Not Want by Neil+Boekend · · Score: 1

      I'd use it for small payments and I'd never have a lot or money on it. Now I use my "chipknip" for small payments. For example paying for parking, or for my meal at work (can't even pay that in another way).
      I'd put about 20 on it at any given "charging" so there never is much on it, just enough to pay these things.

      --
      Well, I might have a way, but it only works on a semi spherical planet in a vacuum.
    5. Re:Do Not Want by antifoidulus · · Score: 1

      Those RFID cards are awesome. In Japan I use Suica, I love it. Not only is it more convenient than dealing with cash, it also can be completely anonymous like cash. Registering your name is optional when you buy the card, the only advantage to registering is that if you lose your card you can get a new one with same amount of money on it.

    6. Re:Do Not Want by Neil+Boekend · · Score: 1

      My card is not RFID. It's more like a SIM card (but credit card sized). The communication is contact based. It's not anonymous (since it's coupled to my bank account, although you can buy anonymous ones in a few places. Usually that's used for foreigners, for example to allow them to eat in our cafeteria.) and if I lose it I lose the money (that's why I do not put much on it). However the system was started in 1996, before RFID became the default. Within a couple of years all new bank cards (PIN cards) came with it.

      --
      Well, I might have a way, but it only works on a semi spherical planet in a vacuum.
  6. So... by Bieeanda · · Score: 1

    NFC requires specialized chips. This audio-based solution does too, but the summary handwaves it because a tiny handful of phones already has it. I'm not sure about anyone else, but I smell a false premise.

  7. NFC irrelevant? by fuzzyfuzzyfungus · · Score: 3, Informative

    Has NFC already been reduced to a glorified mag-stripe; but with more options for carriers to get their pound of flesh out of the transaction? If so, then yes, a cheaper way of communicating with the POS arguably threatens its relevance.

    However, if that deplorable possibility hasn't come to pass, then this seems like only a partial replacement. With NFC, as with the prior RFID stuff, you get the handy option of having passive, antenna-powered tags that can interact with powered devices. You can also have two powered devices talk to each other, some combination depending on the circumstances. With this audio mechanism, and QR codes, and the like, you have the advantage of using hardware that is already there 'for free' because it has other uses; but your versatility is limited: The audio-based system, unless some very clever and likely not cheap piezo/MEMS system were to be hacked together, will only work between two powered devices. QR codes are tolerant of unpowered tags, indeed their tags are cheaper than RFID ones; but you are restricted to dumb tags only. No challenge/response authentication or anything unless two devices with screens and cameras are flashing QR codes at each other as a crude form of two-way communications interface, in which case both of the devices have to be fairly sophisticated and powered.

    1. Re:NFC irrelevant? by AmiMoJo · · Score: 1

      There is also the practical issue of having to maintain working speakers and microphones on the read. With NFC the reader can be completely airtight but for sound you will need holes for air to pass through. In a busy station where there is a lot of dust and people might have wet hands if they just came in out of the rain a sealed unit has obvious advantages.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    2. Re:NFC irrelevant? by Anonymous Coward · · Score: 0

      Yes, but we're talking about using a phone, which is useless for both NFC and audio without power, communicating with a payment verification system, which needs power to communicate with the verification server. If either side lacks power, it doesn't work in either case.

    3. Re:NFC irrelevant? by fuzzyfuzzyfungus · · Score: 1

      That was my point: in a substitute-for-credit-card scenario, both devices are powered, so any of these systems will work.

      In myriad other scenarios, where one device is powered and the other isn't, QR codes are excellent for cheap, 'dumb' applications, and NFC is pricer but much more versatile, while sound-systems are basically useless outside of powered/powered situations.

      If NFC is only a credit-card-substitute, that our lattes may appear upon our phone bills, then it is overkill. If one cares about other applications, it is rather more powerful.

  8. Most secure is cash. by Troke · · Score: 1

    The most secure transactions you can make is cash out of your wallet. Only person who can take it then is a mugger (or a girlfriend) and at least then I know when it happens and how much is missing. All these alternative payment systems (including debit and credit cards) are ripe for the taking because of the numerous hands and systems that touch the payment information along the way.

    1. Re:Most secure is cash. by DarwinSurvivor · · Score: 1

      Unless it's counterfeit.

    2. Re:Most secure is cash. by stabiesoft · · Score: 2

      Agreed, and the local coffee shop I go to gives me a discount for using the green stuff. It puzzles me how all these customers come in and use a credit card for a 2 dollar purchase. The dirty looks the cashier gives to these people is "priceless".

    3. Re:Most secure is cash. by w_dragon · · Score: 1

      I stopped carrying cash years ago. It's just too much of a pain, bills are fine but as soon as I spend them I end up with a pocket of heavy change, most of which is worthless anyway (and I live in Canada where those coins may be worth $2). The change then sits around till I get around to rolling it and going to a bank, which is maybe once a year. If a place is going to not allow credit (or debit), or charge extra for using credit on a small purchase then I will just go elsewhere. Although you have to be careful, one restaurant I go to sometimes charges $14.75 for a buffet. If you pay with credit they charge an extra quarter. If you pay with cash they'll give you $5 back as change, unless you ask for your quarter.

    4. Re:Most secure is cash. by Zebedeu · · Score: 1

      Agreed, and the local coffee shop I go to gives me a discount for using the green stuff. It puzzles me how all these customers come in and use a credit card for a 2 dollar purchase. The dirty looks the cashier gives to these people is "priceless".

      I don't get it, they don't want to take credit cards, but they do anyway.

      Or, as you mentioned, customers are paying a tax for using the credit card (it's not a discount to you, it's a penalty for them, even if the word discount sounds better), and choose to do so anyway, in which case it either compensates the coffee shop for the extra transaction costs, or they're not setting the tax high enough.

      In any case I can't see what the problem is. Unless you think that paying with a card takes longer than paying cash, which from my supermarket experience isn't always true.

    5. Re:Most secure is cash. by Chelloveck · · Score: 1

      The problem isn't with the company, it's with the cashier. The company is perfectly happy taking the cards -- it's cleaner, more efficient, less prone to employees stealing from the till, etc. The cashiers hate it because it discourages tipping. If I give a $5 bill for a $3.95 cuppa joe, it's just as easy to drop the change in the tip jar as it is to put it in my pocket. If I pay with a credit card it's easier to just pay the required amount with no tip.

      Of course, there's the whole other argument about whether or not some glorified soda jerk (ahem, "barista") really deserves a tip when you wouldn't think of giving one to the guy doing the same job in a fast-food joint, or to the cashier at a grocery store. But tipping is a weird custom anyway.

      --
      Chelloveck
      I give up on debugging. From now on, SIGSEGV is a feature.
    6. Re:Most secure is cash. by Anonymous Coward · · Score: 0

      Why does it puzzle you? I like to go to the ATM no more than once a month. I like to carry no more than $40 in cash on me. I like to keep that in as few bills as possible. I use that cash for when I have to, payments to friends, sometimes out at the bar, purchases under the minimum, vending machines, etc. Besides, the points really add up. The more I charge to my card, the sooner I get a free airplane ticket. Now, I don't charge things that have surcharges, because the surcharge is more than the miles/points are worth. However, most places don't offer cash discounts, so other than bill payments, the price is usually the same for credit or cash.

  9. Relevant Research by Anonymous Coward · · Score: 1

    I once experimented with the idea of using a high frequency(19khz-22khz) wav forms to transmit 1-30hz pulses into the brain via sound(think subliminal advertising) and found it incredible that most current cell phone mics are very adapt at receiving and playing it back very clearly, so there might be some merit to this idea.

    1. Re:Relevant Research by dynamo · · Score: 1

      I once experimented with the idea of using a high frequency(19khz-22khz) wav forms to transmit 1-30hz pulses into the brain via sound(think subliminal advertising) and found it incredible that most current cell phone mics are very adapt at receiving and playing it back very clearly, so there might be some merit to this idea.

      What was the result of your experimentation? Seriously.

    2. Re:Relevant Research by Anonymous Coward · · Score: 0

      Very useful, use it personally for going to sleep every night. More or less depends on how well the user's ear picked up the frequency, some people can't hear the highest frequency due to differences in the ear.

  10. 2600 Hz anyone by Anonymous Coward · · Score: 0

    Why don't they just use 2600 Hz so I can pull a whistle out of a box of cereal and make payments? How many chirps are a quarter? This tech company has not learned from AT&T's past mistakes.

    My cell phone will listen to your cell phone and get your money and stuff.

    1. Re:2600 Hz anyone by Anonymous Coward · · Score: 0

      Obviously. Similarly, since my phone has WiFi, it reads all your phone's email!

      What's that? You use encryption? Well, that's just because you're a genius. Nobody involved with this system would ever think of that...

    2. Re:2600 Hz anyone by DarwinSurvivor · · Score: 1

      It sounds stupid, but judging by the past actions of almost every financial institution in the world, any encryption they use will not even be worth it.

    3. Re:2600 Hz anyone by Guppy · · Score: 1

      I dunno, I'd feel pretty silly leaning over a grocery checkout counter and yelling "eeeEEEE Ksssssssshhhh.."

    4. Re:2600 Hz anyone by Anonymous Coward · · Score: 0

      Exactly. It's the 80s all over again

    5. Re:2600 Hz anyone by Vegemeister · · Score: 1

      Shi-pong! Shi-pong! Shi-pong!

  11. NFC works with cheap RFID + has security element by ad454 · · Score: 1

    One key advantage is that you can use your phone with a free Android app to read and write onto cheap (read+write-many or read+write-once or read-only) HF based HFID tags that cost a few cents and are field powered:

    https://market.android.com/details?id=com.nxp.nfc.tagwriter&feature=related_apps

    Imagine the possibilities... Product tags, WiFi setup including WPA2 keys for guests, bulletin messaging in areas with poor signals, etc. In addition, the NFC chips being used on these phones have a security crypto chip that is isolated from the main device and can act as a hardware security token capable of full PKI (RSA, ECC, X509v3, CMS, ...), in addition to being used for electronic payment, transit fares, etc. Google Wallet is just one example. But since NFC is compatible with ISO14443, you can also use it with Paypass, Clipper, Suica, Octopus, etc.

    How much do you think it costs to embed microphones and audio processing electronics? Not to mention the resources needed to support this including external power, and potential problems in noisy environments.

  12. back to capt'n crunch by fermion · · Score: 2

    There was a time when the cost of a long distance call was exorbitant. Fortunately the phone company ran validation over the same lines of communication, and it was possible to reverse engineer the tones ATT used to get free long distance. The lesson learned is that if the user has access to the validation channel, and the validating code is simple and unencrypted, then it will be hacked and abused. Given the limitations of the cell phone microphone and the network, I would wonder how complex the tone could be, and how easy it would be to hack to steal product or money.

    --
    "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
    1. Re:back to capt'n crunch by phantomfive · · Score: 1

      I'm guessing it is A) encrypted and B) VERY hard to whistle that tune. In any case, radio signals can be picked up just as easily as sound waves, so this probably isn't much different than NFC in terms of security.

      --
      "First they came for the slanderers and i said nothing."
    2. Re:back to capt'n crunch by Charliemopps · · Score: 1

      I can just as easily take a picture of your credit card number with my cellphone. I don't need to reverse engineer a damned thing.

      Not that I want this... or a credit card. When I want to spend money, I have to go to the bank and fill out a withdraw slip. If I don't want whatever it was I was going to buy bad enough to do that... I didn't need it in the first place.

    3. Re:back to capt'n crunch by sam0737 · · Score: 1

      Same for NFC and mag-strip. Access to audio maybe easier than NFC signal, but it's still "open" to user. Same for SSL...it's all in-band and accessible.
      Last time I read a NFC related spec, a asymmetric encryption/PKI is employed.

      If phone company run the signal in-band today with the signal signed with PKI, etc etc, it's just as secure as running it out-of-band. It's just we didn't have the technology to do that efficiently a few decades ago.

    4. Re:back to capt'n crunch by Hognoxious · · Score: 1

      I can just as easily take a picture of your credit card number with my cellphone.

      Without me seeing you do it? Don't think so.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    5. Re:back to capt'n crunch by AC-x · · Score: 1

      Given the limitations of the cell phone microphone and the network, I would wonder how complex the tone could be.

      How complex the tone could be? It's obviously going to be a modulated digital signal, so they can use whatever encryption protocol they want.

    6. Re:back to capt'n crunch by JasterBobaMereel · · Score: 1

      How much are they going to pay me to use this ..?

      Why, well they will be collecting information on my spending habits which they can sell and make money from, so how much do I get ?

      I Suspect none - so I will continue to pay cash for small transactions ... In my experience this is also quicker ...!

      --
      Puteulanus fenestra mortis
    7. Re:back to capt'n crunch by Anonymous Coward · · Score: 0

      So just... leave your credit card out on the table, and I'll, um.. ignore it.

  13. Michael Winslow by Master+Moose · · Score: 1

    I can just see Michael Winslow http://en.wikipedia.org/wiki/Michael_Winslow rubbing his hands together with glee.

    --
    . . .gone when the morning comes
  14. bring it on... by Anonymous Coward · · Score: 0

    i got my capt'n crunch whistle ready!

  15. Re:NFC works with cheap RFID + has security elemen by inputdev · · Score: 1

    How much do you think it costs to embed microphones and audio processing electronics? Not to mention the resources needed to support this including external power, and potential problems in noisy environments.

    I'd guess the microphone + audio processing electronics will come to less than $1, and they will only be necessary where payments are being accepted - I think a better question is how much the NFC chips will cost in every phone. Noisy environments are likely going to still work because the data transmitted can be relatively little (a few K in a few seconds is probably enough). You have a good point about product tags / etc. but I'm not convinced that we need more than the barcode.

  16. I completely refuse by holophrastic · · Score: 4, Insightful

    Right now, I have an AMEX in my wallet. It's the best. Unlike my six other credit cards, my AMEX has no chip, no PIN, and no magic. Ok ok, it has a magstripe. The point is that in order to use it, I open my wallet, swipe my card, sign my signature, and walk away. That's great. It's convenient because it takes fewer than 10 seconds, and it's super-secure, because it requires me to take out my wallet, and to use my card within a millimetre of the magstripe reader. And it's super legal too, because my signature is a legal tool that means something, and it's very criminal to forge someone else's signature. Finally, it's super-safe for me, because if anyone, anywhere in the world uses my credit account for any reason in any way, I'm not responsible for the charge. That's perfect.

    The reason I don't use my other credit cards is very simple. They suck. The chip can be read from many yards away, through my pocket. So it's not secure. I need to remember a different PIN for each, so it's not convenient. I'm not allowed to use the same PIN for each -- that's against the card agreement, and rightfully so. And here's the worst part. If someone else uses my card, and uses my PIN, it doesn't matter how they got it it, I'm still responsible to pay it. Read your agreement. Ask for it. That's what it says. It says that you are responsible for any purchase made using your PIN. My PIN is not 32 characters long. It's just a handful of digits that anyone could notice, and remember easier than a phone number.

    Now, we're talking about using my phone. A device that can break, die, crash, or get lost. Unlike my wallet, my phone moves from my pocket to my hand way more often. It discharges too. So now if my battery dies, I won't be able to buy a new one. Suck on that for a while. How's that for a buried shovel? So it won't be safe. It won't be secure because whatever information is being passed is being passed through the air, and is no more secure than any airwave transmission. And by using ordinary soundwaves, it can be detected by any microphone that ever existed -- including other phones. My credit card can't intercept other credit cards, unless it's covered in cheese when I swipe it. And by the way, jamming is just as bad. So it's not secure in any way.

    Not to mention the most annoying part of all. I just refuse to use a modem ever again. I don't want to hear that sound again. I don't want to wonder why my 16800 is connecting at 14400. I don't want to know why no one has ever gotten 56000 ever, with any 56000 modem. And I don't want to have to explain to someone what BAUD means ever again.

    I'm done with that shit.

    1. Re:I completely refuse by glwtta · · Score: 1

      Finally, it's super-safe for me, because if anyone, anywhere in the world uses my credit account for any reason in any way, I'm not responsible for the charge. That's perfect.

      That's great, but it's a feature of your account agreement, it has nothing to do with the technology used to authenticate the transaction.

      --
      sic transit gloria mundi
    2. Re:I completely refuse by holophrastic · · Score: 3, Interesting

      See, I used to think that, but it's the other side that makes it true. Certainly any agreement could say that if someone uses my PIN, I wouldn't be responsible. They don't, but they could, but they don't. And you can flip that any way you like. But a signature is different. A signature isn't a part of my agreement. A signature is a legal device.

      The primary reason that my credit account can't charge me for fraudulent charges is because I never agreed to those charges. And in today's legal world, the only reason that I need to pay my credit card bill is because every restaurant has me sign a piece of that says "I agree to pay above total amount in accordance with card issuer's agreement".

      It's not the account agreement; it's the law, and the concept of a signature as a binding contract. A PIN is based on the idea that no one else knows my PIN. A signature is based on the idea that no one else can bind me to a contract. The day that the law changes, and says that using someone else's PIN is criminal, then I'll be happy. But right now, you're allowed to use someone else's PIN. That's not illegal. It's illegal to steal, but that doesn't stop my having to pay my credit card bill. Contrast that with the idea that it was always illegal to sign someone else's name, even with their permission and consent. You simply aren't allow to sign someone else's signature, under any circumstance, for any reason whatsoever.

      So that's the reason that I say it's a problem with the technology. The technology failed to consider the legal ramifications of such a change. To say that it's not the technology's fault is like playing football during during recess (do they still have recess?) and calling interference when the ball hits a tree. That's not interference, the tree was there before you threw the ball.

    3. Re:I completely refuse by Anonymous Coward · · Score: 0

      It IS illegal to use someone else's pin with their (presumably stolen) credit card. It's illegal to impersonate someone else to defraud them. It's illegal to steal. None of this matters to a criminal, THEY DON'T GIVE A SHIT. It's not going to make a difference when someone takes your identity and run with it, you're still going to spend weeks ringing the card companies and talking to the police and your bank manager, whether you use AMEX, MasterCard, VISA, whatever, and whether you use signature, PIN or digital-authentication. Eventually it'll be covered by indemnity insurance, meaning the bank eats the cost.

      And signatures don't provide you with the security you believe, because no shop attendants or banks actually check signatures on receipts, withdrawal slips etc. The only thing that protects you from fraud in both cases is the credit cards implicit or explicit indemnity insurance against fraud and theft.

      Technology that makes it harder to defraud you is a good thing, because it means you're less likely to be defrauded, and so you're going to spend less effort resolving cases where it does occur. It also saves SOMEONE (not necessarily you) money, because the risk and hence cost of indemnity insurance is less.

      You SHOULD know that your AMEX is no different to VISA or Mastercard, that all someone needs is the name and numbers written on the front and back of the card to perform a card-not-present transaction, such as that used to purchase things online. It is actually a shame that no technical mechanism is in place to authenticate against the card and PIN when making online purchases. This in spite of the technology being readily available and used for all manner of other things (see Kerberos, SSL, etc).

    4. Re:I completely refuse by fast+turtle · · Score: 2

      I guess you didn't understand GP's point. If he didn't sign for it or authorize the charge, he's not responsible for more then $50 USD in debt in the States, unlike those smart cards, where the agreements are starting to include the improper use of a PIN making the customer completely responsible for the transaction.

      Because of that, I will never go with one of the smart cards as sticking with the old system means I still have the limit on damages of $50 USD instead of having no recourse.

      --
      Mod me up/Mod me down: I wont frown as I've no crown
    5. Re:I completely refuse by holophrastic · · Score: 2

      Just as the previous reply says, you're forgetting that for all of the things being equal, with a PIN, you have to first pay your VISA. With my signature, I don't have to pay AMEX while I'm fighting everything else. That's the difference. When someone steals my card, I still have my money to fight them. When someone steals your card, and charges $15'000, first, you lose $15'000. And if you don't pay it, then you lose your credit rating, and your lawyer won't even take your case.

      See the protection? Read your agreement. Read the line that says that you pay for absolutely any charge made with your PIN.

      As for the signature that isn't checked by anyone, you're wrong. It's checked when I say it should be checked. When I say it's not my purchase, AMEX calls the store, and asks for that slip. Then they look at it, send it to me, and ask me if it's my signature. I say no. They then believe me.

    6. Re:I completely refuse by Anonymous Coward · · Score: 0

      The reason I don't use my other credit cards is very simple. They suck. The chip can be read from many yards away, through my pocket. So it's not secure.

      Wow, you found a remote hole ... in a smart card?

    7. Re:I completely refuse by holophrastic · · Score: 1

      This year, of all years, you need me to explain to you the concept of surface area?

    8. Re:I completely refuse by Anonymous Coward · · Score: 0

      > The technology failed to consider the legal ramifications of such a change.

      Oh, it was considered. This was the whole point. Within the banking industry, the change from signatures to chip'n'pin was referred to as a 'liability shift'. Because there is no longer a signature, the bank is not liable in law for fraudulent transactions - the retailer and/or cardholder is.

      In the UK at least, a card transaction authenticated by signature is covered by the same law as a cheque and the law makes the bank responsible for verifying that the signature is authentic. A PIN is not covered by this law, and that's why the banks wanted it.

    9. Re:I completely refuse by holophrastic · · Score: 2

      Yeah, that's what I've been saying. Thanks for making it so concise.

    10. Re:I completely refuse by WillDraven · · Score: 1

      Contrast that with the idea that it was always illegal to sign someone else's name, even with their permission and consent. You simply aren't allow to sign someone else's signature, under any circumstance, for any reason whatsoever

      That depends on what you mean by their signature. You can't simply sign their name, but you can put both your and their names in lieu of their signature if you have their consent.

      Say Alice gives Bob authority to act on her behalf. Bob can sign "Alice by Bob" or "Bob as agent for Alice." I see it done fairly often on real estate documents (I work as a closing coordinator) and I'm fairly sure it happens elsewhere as well.

      --
      This is my sig. There are many like it but this one is mine.
    11. Re:I completely refuse by Zebedeu · · Score: 1

      I think the GP has a point. I wasn't aware of any way to remotely read a smart card. Do you have a reference?

      Or are credit cards coming with RFID chips in your side of the world?

    12. Re:I completely refuse by Anonymous Coward · · Score: 0

      Detail: The typical "chip and pin"-chip isn't even remotely wireless. It's a slightly finicky metal-on-metal contact system.

    13. Re:I completely refuse by KlaymenDK · · Score: 1

      Thank you for your well-written posts.
      I fully understand your motivation, and wish your solution (AmEx dumb-card) would be an option where I live. I just have one question: what do you do for online purchases? I'm guessing it's the usual card-number-and-expiration-date-and-three-digit-code thing, and if so, do you trust that?

      Also, I'm curious about the "remote hole" and the "concept of surface area" topic, which I don't understand. How is the non-RFID chip of a standard "smart card" vulnerable? No really, I'm not playing dumb or trolling -- I'd like to learn.

    14. Re:I completely refuse by JasterBobaMereel · · Score: 2

      ...and this will be backed up in writing by a document stating that you allow them to sign in lieu of you, and what they can sign on your behalf. and anything signed by them in this way can be disputed by you, and so is less binding that you signing it yourself ...

      They are not signing your name, they are signing theirs on your behalf

      --
      Puteulanus fenestra mortis
    15. Re:I completely refuse by anethema · · Score: 1

      Ours do here in Canada.

      http://www.rbcroyalbank.com/credit-cards/travel-credit-cards/infinite-avion.html

      See the little waves icon on one side? Its some kind of near field chip. You tap it on the reader and your transaction is done.

      If under $25 you don't even have to sign. If over, you sign. I like it much better than the pin. It is even a little easier than the magstripe.

      The readers for it are in about 50% of stores I'd say.

      --


      It's easier to fight for one's principles than to live up to them.
    16. Re:I completely refuse by Anonymous Coward · · Score: 0

      AMEX in your wallet? The idea is get rid of your wallet and put it in your phone like your laptop, your camera, your gps, compass, calculator, torch. Near-field communications gets rid of the last two lumps (wallet and keys), one lump to rule them all (iphone in my case).

    17. Re:I completely refuse by sohmc · · Score: 1

      The point of Zoosh seems to be to create a system using nothing but what everybody already has. I'm sure the software is still being developed but I actually have hopes for this. As another user already mentioned, RFIDs are hardly secure since they can be scanned at quite a large distance away.

      I would assume Zoosh uses some sort of trigger. E.g. the phone doesn't emit any sound until you say, "Use my phone to start the transaction."

      Additionally, I assume that the company is smart enough to figure out the right frequencies so that you don't get that annoying modem sound that you complained about. Furthermore, I assume that volume would also be considered so that someone would literally have to be next to you to get the entire data stream.

      As for security, I imagine that something similar to a one-time use credit card number would be used. For example, the cash register transfers the data to your phone giving you a certificate along with the total purchase price. You select your credit card and then encrypt it with the cert along with a one-time hash. Then the store profits.

      --
      We don't live in Shouldland.
    18. Re:I completely refuse by PoopCat · · Score: 1

      If the loss is covered by insurance, then by definition the bank is not eating the cost. Unless of course the bank is insuring itself against such loss, in which case, they're still charging their customers for this service one way or another.

      A signature does provides perfect security (from a legal POV) regardless of whether or not it is checked precisely because of the possibility of forgery. Consider: a fraudster forges your signature and walks away with the goodies. The transaction shows up on your statement. You call the issuer and say "I dispute this charge - I was in Belgium at the time - and I have passport stamps and hotel receipts to prove it". Issuer says "fair enough guvnor, musta been fraud". Same fraudster now guesses your PIN (or hacks it in one way or another), and uses THAT to authorise charges. Noticing the fraudulent transaction, you call the issuer and say "Can't have been me - I was in Belgium etc". Unfortunately, there's no way to prove you didn't give the fraudster your PIN, and so you're on the hook for the charges - this is not an issue with a signature because simply using someone else's (with or without consent) is illegal (c.f. aforementioned ease-of-forgery).

    19. Re:I completely refuse by holophrastic · · Score: 1

      Absolutely. But if Bob lies and says that, Alice is not responsible. In that case, the other side is responsible for having trusted Bob, and Bob is responsible for fraudulently misrepresenting his own legal status.

      Much like it's not illegal for me to impersonate you at a party, it's very illegal for me to impersonate a police officer at any time. It has nothing to do with the act itself, and everything to do with ensuring that people in general can trust anyone who looks like a police officer.

      Similarly, any document that looks like a cheque, is actually a cheque, even if it's not.

    20. Re:I completely refuse by holophrastic · · Score: 1

      Ah, I love the concept of "a way...to read a smart card". Seeing as how it's designed to be read, and there are devices to read them, everything else is just time, money, and effort. Normally, I wouldn't care. With time, money, and effort -- means, motive and opportunity -- just about anything can be done. My problem is that when it comes to an act that produces pure money, directly, then criminals will do it. It's that simple. No one steals my car when it's open and unlocked around here, and no one soils my convertible when I leave it open all the time. But they'll steal cash if I leave it on the seat. How much effort would be too much effort to figure out a way to read a smart card remotely? There's no upper bound.

    21. Re:I completely refuse by holophrastic · · Score: 1

      It's finicky and it's contact with the cheap $50 readers. It's reliable from millimetres with a $300 reader. It's reliable from centimetres with a $3'000 reader. And it's reliable from inches with a $30'000 reader.

      How long would it take you to recoup your $30'000 investment?

      Voyager is about as faint as a wristwatch a mile away. All you need to do is know where it is, and have a proper reader.

    22. Re:I completely refuse by holophrastic · · Score: 1

      Yes I do on-line purchases -- although AMEX is a four-digit code on the front, just to be different. I don't have to trust it, because if anyone else does it, I'm not responsible. That's what a credit card is for -- so you can give it to the pimply 17 year-old at teh gas station, and not worry, because AMEX is responsible. Although, AMEX is not a credit card, it's a charge card, technically. There's no difference if you pay your bill. Right, so I can purchase on-line and not worry, because I'm not responsible.

      Remote holes are funny things. Much like any other hole, they don't exist, and then they still don't exist. So think of your t-shirt. There's no hole in the chest. It's a perfect new t-shirt. Obviously, if you look close enough, it's full of holes because the stitching is loose, it's not stone, but we aren't talking about that level. So it's a great shirt. And it has no holes.

      Then a pin catches your shirt -- it caught your shirt because of those tiny spacings between the stitches, by the way -- and it tears a hole in your perfect shirt. Now your shirt has a hole, even though the hole didn't exist in the shirt before. Technically, it's not a hole in your shirt at all though. Your shirt wraps around a part of space. Much like the hole in the neck for your head wasn't considered a hole. Your shirt is now just a different shape, one that you don't like. You didn't lose any material, it's still attached, it's just flapping around instead of attached on all sides.

      The same is true of any system, and therefore of technological systems as well. Any perfect system can have a hole cut into it by someone with a tool that cuts holes into systems. For shirts it's a pin, for stone it's a hammer, for metal it's a shear, for fruit it's a knife, for butter it's a butter knife. Ethan Hunt can break into anything.

      This is the concept of nothing-is-secure. It's only secure-for-now. It's secure until someone pokes a hole into it. Security screws are a good example. It's a normal screw with a weird head. To open it, you need a weird screwdriver. The weird screwdriver is sold in stores. It costs about ten times as much as a normal screwdriver. So for $30, you can buy it. And open any of that type of security screw in the world. But people don't tend to have those drivers, and people don't tend to carry them around, so a secuity screw is good enough because realistically no one's going to go through the trouble of spending $30, when they could just smash the device open anyway.

      Think of a motorcycle. You could try to hot-wire a motorcycle, like you would a car, to steal it. Or, you can grab your pickup truck, or minivan, and a friend, and just pick up the bike and take it away. Then spend days in your quiet garage to hot-wire it safely without getting caught. The motorcycle isn't more secure because the weakest link is the portability.

      On the smart-card front, the same is true. If your card gives you access to a secure building, by the time someone break the security of your access card, they could have just smashed the window. We'd all prefer that they duplicate the smart-card as opposed to spending the same amount of money and effort to buy a machine gun and hold up the security guard. So the smart-card's security is only that strong -- because we don't want it to be stronger.

      That entire world vanishes when we talk about bank cards, or any financial device. Because breaking a bank-card means gaining access to infinite money. And there's no way to stop people from wanting infinite money. There's no lengths that a criminal won't go to for infinite money. It's never not worth it.

      This is where surface-area-of-attack comes into play. It's exactly what it sounds like. The amount of surface area available to attack. Back to the t-shirt. The surface area is your entire chest. That's the part that can catch the pin and tear a hole. Fat men have a bigger problem. Looser clothing has a bigger problem. Think about how much effort it would take to

    23. Re:I completely refuse by holophrastic · · Score: 1

      Might as well put my testicles in there too, if you want to get rid of all lumps.

      Get properly fitted and properly designed pants, and there won't be any lumps. That goes both for wallets and for testicles, by the way.

      Hope you don't lose your phone. I also hope you don't use your phone beyond the battery charge.

    24. Re:I completely refuse by holophrastic · · Score: 1

      One at a time shall we?

      RFIDs were designed for warehouse inventory. you're right. they were never appropriate here.

      The trigger is a software trigger. So absolutely any piece of software on the phone can do it. It's also a button. So anyone pushing the button can do it. So, malware and anyone who grabs my phone can do it. If your phone requires a password everytime, then it's no more convenient than chip-and-pin or signature, and therefore it's useless.

      Right frequencies? Ever get a call when your phone is by a radio? Even now, my computer speakers make noise five seconds before I receive a call. It's not the frequency, it's the packeting of the frequency. Welcome to the digital age of packeting. So no radios or speakers of any kind of cash registers anymore. Ever.

      Volume is volume. More can be heard from farther away more easily. Less can be heard from farther away with greater difficulty. Microphones have been around for a long time. We're pretty good with them. So I can have my phone -- or fake phone -- with a really really strong microphone. And when you pay for your item, my phone will simply reiterate your phone's sounds. And I'll pay with your phone.

      Your garage door opener uses a rolling code like that. Every garago door in all of canada uses a rolling code concept. It works very well. My garage door opener opens my friend's garage two blocks away. Odds are slim that they'd match, but they do. Call it a bug, but it's there, and I wasn't trying.

      Now, imagine in my pocket I have an entire cash register. While you pay with your phone at an actual cash register, I have mine talk to your phone instead. You don't know which cash register your phone is talking to. You're paying me.

      The nice part about a real credit card is that I'm holding it, it's touching one thing, and I know what that one thing is. I know where my card is, and I know what it's touching. So all I need to do is trust that device. If it's a cash register that says best buy on it, then I'm trusting best buy. I don't need to be trusting the creepy guy standing behind me.

      And if I don't trust that creepy guy? I just check to make sure that my card is still in my wallet, and I'm fine. And if it's not, I cancel my card. You can't do any of that.

    25. Re:I completely refuse by Anonymous Coward · · Score: 0

      OK I'll bite.

      A mag-stripe is pretty damn easy to duplicate, as is a signature, even if those are illegal (gee, criminals doing something illegal? I'm sure it would never have crossed their minds). There is no security there; only the word of the providing company to cover any losses.

      Credit card chips come in two sorts - contact, and contact-less. The former are inserted into a terminal to make electrical contact. These are much more secure that a mag stripe, and cannot be read from yards away.

      There is heaps more _potential_ for security using telephones, more so than any cards. I could run an app on my phone that asks me how much I want to transfer, authenticates me in one or more ways (knowing that it's my own phone, I can be more likely to know someone isn't eavesdropping on the keystrokes), then transfer that across some medium (sound, NFC, bluetooth, or TCP/IP) to the receiving party. A replay would be useless.

      Yes, you're screwed if you run out of battery. Just carry a spare.

    26. Re:I completely refuse by holophrastic · · Score: 1

      You're completely missing the point. My current AMEX, with magstripe and signature is 100% secure to me. If you steal it, use it, copy it, duplicate it, guess it, I don't care. Because I don't pay for your fraudulent charges. At all. Maybe AMEX loses, maybe the store loses, maybe you lose, but I don't lose a penny. I get the statement, I see a charge I don't like, I call AMEX, they ask me why, I say I didn't make that purchase, they go and ask the store to prove it was me, the store presents something that isn't my signature, or I present an airplane ticket that says I wasn't there, and AMEX takes it off of my bill. Then whether AMEX gets hte money back from the store, or prosecutes you, I don't care what happens next.

      That's what makes it secure. AMEX is responsible, not me.

      That's because a signature actually matters -- for real, in court, as a document. AMEX isn't allowed to charge me for something that I didn't agree to. And that agreement is done with a signature.

      The world is different with a chip and pin because your agreement with your credit card says that you'll pay the bill whenever your pin is used. doesn't matter if it was you or not. if yoru pin was used, you're obligated to pay. it's that simple. your fault or not, doesn't matter. for one simple reason. your agreement says that they provide the technology, and you provide the security. My agreement says that AMEX provides the technology and AMEX provides the security. Your chip and pin makes it easier for you to protect your account. My AMEX doesn't make me protect my account at all.

      See the difference?

      I don't have to care.

      You do.

    27. Re:I completely refuse by KlaymenDK · · Score: 1

      That's gotta be the longest /. post someone has ever written for me.

      I'm pretty sure I really can't follow how the topology of t-shirts relates to phreaking smart cards. I mean, I understand what you say about "what is a hole", in a topological sense, and also the impressiveness about us still talking to good ole Voyager, but I think it's fundamentally different from wirelessly reading an unpowered chip that is not designed for contactless transaction. Do you have a reference for this? That would be interesting. Sure, it's possible to trick everything from parking meters to voting machines, and obviously RFID and other meant-for-wireless devices, but I would expect a smart card reader to require physical contact with the pads of the chip, or at least be powered up for the duration of the "steal" -- phreaking, as it were.

      On the topic of "hey customer, use this *new* tech, it's so much *easier* for you" ... not so very long ago, the official personal digital signature solution of my country changed from a straight up OCES certificate to something called, of all things, an "Easy ID" which is neither easy nor a proper signature ID, and it's surrounded by so many glaring security issues that it stopped being even remotely entertaining a looong time ago ... and yet this thing is *mandatory*, nay, the *only option*, for dealing with taxes, banks, institutions, you name it. Yuck. So I know all about "it's easier for you".

      As for the CVV code, I actually make a point of memorizing it and scraping it off the card, exactly so that the pimply service attendand can't duplicate my card with a mere pencil and snippet of gum wrapper -- I've actually had store personnel tell me they "require" this information. Hilarity ensued, but I ended up walking out of the store with my desired purchase.

    28. Re:I completely refuse by holophrastic · · Score: 1

      You know, it never occured to me to scratch off the cvv code. But that's brilliant. I think I'll do that.

      Incidentally, parking meters are my favourite. Around here, they are remotely accessible for all sorts of configurations efforts, which makes sense, but tehy can be accessed at all times, which doesn't make sense. They could have been available for five minutes every day, that would have been enough, and would have dropped the surface area way down.

      No I've got no reference for reading smart cards at a distance. Give it a couple of years, and you'll have many; some of them will have existed today.

  17. do phones really need a 4th radio ? by obarthelemy · · Score: 1

    Smartphones already have 3 radios: Phone, Wifi, Bluetooth. Do we really need, or want, a 4th one ?

    --
    The Cloud - because you don't care if your apps and data are up in the air.
    1. Re:do phones really need a 4th radio ? by glwtta · · Score: 1

      I would think they need exactly as many radios as are needed to support the features that people want?

      But, and that's where I draw the line, not a single one more than that!

      --
      sic transit gloria mundi
    2. Re:do phones really need a 4th radio ? by Anonymous Coward · · Score: 0

      Nope. They just need one radio, a terahertz processor, and a software-controlled radio.

    3. Re:do phones really need a 4th radio ? by dynamo · · Score: 1

      Good point, except I think they'd be able to do software-controlled radio without the terahertz processor, a next generation dual core might work.

    4. Re:do phones really need a 4th radio ? by w_dragon · · Score: 1

      Most phones already have 4, and some have 5. GPS requires an antenna, although it is receive-only. If you're on Verizon and have a dual-mode phone you probably have a separate antenna for CDMA and GPRS.

    5. Re:do phones really need a 4th radio ? by w_dragon · · Score: 1

      Still doesn't help if you want to be able to receive on one antenna while sending on a different frequency on another.

    6. Re:do phones really need a 4th radio ? by black+soap · · Score: 1
      But what about AM, FM, weather band? If the internet breaks, I might want to listen to old-fashioned radio.

      Not to mention Shortwave, marine band, etc.

      Screw it, lets just make the thing a 500kHz-2.5GHz software-controlled scanner.

  18. No secure element means no security by swillden · · Score: 1

    Mobile handsets are well on their way to becoming general-purpose computing platforms, with all of the security problems that entails. I think we have reason to be hopeful that it won't get as bad as Windows-based PCs are, but the fact is that the security of the handset is never going to be something we can really rely on.

    To me, that means that if we want to use them for payment, we need to have a device in the phones which can securely store and use cryptographic keys, and contain and execute software that can be trusted to make appropriate security decisions. NFC is almost* exactly what's required for that, because the NFC chips are smart card chips -- small 8 or 16-bit computers in packages that have been specifically designed for years to resist intrusion. Are they perfect? No, nothing is. But they are the result of a decades-long arms race between attackers and designers, and they really are pretty darned secure. When competent security engineers who accurately understand their security strengths and weaknesses craft solutions and protocols using them, the result is orders of magnitude more secure than the main processor on a mobile handset.

    I don't really care whether you use RF or audio or direct electrical connection to facilitate communication between reader and phone, to make it anything like secure you need a secure processor to handle the crypto. So you need the chip, period. But that's okay, because the incremental cost of an NFC chip added to a mobile phone is trivial.

    And if you're adding an SE (or even just upgrading the SIM to make it featureful enough to handle the payment ops), the cost of the additional RF hardware needed by NFC is practically irrelevant, so why not do RF? I know Zoosh says this ultrasonic thing works in noisy environments -- but I'm really skeptical that it works in noisy ultrasonic environments. I'm also skeptical about the claimed low cost of merchant terminals, especially given that NFC-capable devices are already being produced in volume.

    * The reason for my hedge "almost" is that I/O still has to pass through the main handset. In the case of communications with various back-end servers, whether via NFC or the cellular network or audio or whatever else, that's mostly okay because those back-end servers can have HSMs and do end-to-end security with the SE. "Mostly", because we'll still need the handset to provide the UI for users to authenticate, approve transactions, etc. What would really be awesome is if the phone had a mode where the SE could take control of the UI and cut the main handset OS out of the loop -- and maybe also have an LED on the phone that is hard-wired ONLY to the SE so that when that light is on you know the SE is in control. But there are many, many reasons why that is infeasible with current-generation SEs, and those coming for the next few years. And when it does become possible, the increased level of software complexity will undoubtedly come with exploitable security defects. It's a hard problem.

    Still, even without my ideal situation, the result of combining an SE, well-designed protocols and a handset UI/network, etc. will provide a huge increase in security vs current electronic payment systems.

    --
    Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    1. Re:No secure element means no security by paulo.casanova · · Score: 1

      Mate, I'm with you. This is really funny but I'm going to quote a page from Microsoft. And it says something very interesting: Law #3: If a bad guy has unrestricted physical access to your computer, it's not your computer anymore. Now just let it make payments on you behalf and someone please explain how hell doesn't get loose.

      Of course, unless you're using a Secure cryptoprocessor on your mobile phone, to encode encryption keys and so on but I really doubt it. Really. Cell phones were not designed for security. Sure, credit cards can be stolen too but: they require your signature or they require a PIN and, AFAIK, you cannot install software on your credit card...

    2. Re:No secure element means no security by Jane+Q.+Public · · Score: 1

      Regardless of what hardware is either in the phone or in the terminal, NFC still has to do handshakes, ACKs, and send financial transactions over RF... and it will be sniffable. Will the encryption and security be up to the task? I am doubtful. Not because the cryptography is weak, but because there is nearly always some kind of flaw in the implementation.

    3. Re:No secure element means no security by swillden · · Score: 1

      Regardless of what hardware is either in the phone or in the terminal, NFC still has to do handshakes, ACKs, and send financial transactions over RF... and it will be sniffable. Will the encryption and security be up to the task? I am doubtful. Not because the cryptography is weak, but because there is nearly always some kind of flaw in the implementation.

      This is technology that has been deployed for millions of users for years now, including in contactless form. To date, the only significant flaw that has been found is the offline PIN verification attack against the UK chip & PIN implementation. That flaw really sucks, and it boggles the mind that it could have slipped through, but even with that flaw there is far less card-present fraud in the UK than in countries without this technology.

      Skepticism is well and good -- especially where security is concerned -- but this is proven technology. It's not perfect, but it's definitely good enough. And it's orders of magnitude more secure than magstripes.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    4. Re:No secure element means no security by Jane+Q.+Public · · Score: 1

      "That flaw really sucks, and it boggles the mind that it could have slipped through..."

      No, it doesn't. That was my point. It is pretty much standard procedure for those who implement security technology to make mistakes. We have learned that lesson the hard way. It has happened nearly every time. It has just taken time to discover the flaws.

      "And it's orders of magnitude more secure than magstripes."

      Really? In what way? Are you saying that if someone has your telephone, this won't work for them? You are saying that somehow the physical security is better than with cards?

      Pardon me if I remain skeptical.

    5. Re:No secure element means no security by swillden · · Score: 1

      "That flaw really sucks, and it boggles the mind that it could have slipped through..."

      No, it doesn't. That was my point. It is pretty much standard procedure for those who implement security technology to make mistakes. We have learned that lesson the hard way. It has happened nearly every time. It has just taken time to discover the flaws.

      The point is that in practice it's a minor flaw that doesn't enable a significant amount of fraud.

      "And it's orders of magnitude more secure than magstripes."

      Really? In what way? Are you saying that if someone has your telephone, this won't work for them?

      Yes. In order to pay with your phone you'll have to enter a PIN (modulo possible convenience options that allow a certain number of low-value transactions between PIN verifications -- as is presently done in the UK). Someone who finds your phone won't know your PIN. The PIN shouldn't be stored anywhere in the handset, only in the SE, and every copy of the PIN in handset memory should be zeroed as soon as it's presented to the SE.

      Of course, those "shoulds" in the last sentence are obvious areas for implementation flaws. But contrast that to your chipless magstripe card: Anyone who obtains your card can use it. No passwords, no encryption, no security whatsoever.

      You are saying that somehow the physical security is better than with cards?

      The physical security of your magstripe cards is nearly irrelevant to the security of your credit account. There are many ways for someone to steal from your account without having your card.

      The amount of fraud that is enabled and actually carried out due to the fact that magstripes provide zero security is on the order of tens of billions of dollars per year. Every time you use your card, you risk the stripe being copied and your card being replicated (this is called "skimming" in the industry lingo).

      So yes, an NFC-enabled phone will be far, far more secure than what you use now. There will undoubtedly be flaws, and fixes, and flaws, and fixes, but the net result of that security arms race will be less fraud.

      Pardon me if I remain skeptical.

      Skepticism of security technology is good. Preferring no security over imperfect security is foolish.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    6. Re:No secure element means no security by Jane+Q.+Public · · Score: 1

      "In order to pay with your phone you'll have to enter a PIN"

      In other words, just exactly as I said... no more secure than a card.

      "The amount of fraud that is enabled and actually carried out due to the fact that magstripes provide zero security is on the order of tens of billions of dollars per year. Every time you use your card, you risk the stripe being copied and your card being replicated (this is called "skimming" in the industry lingo)."

      But you have already shown that the phones are no more secure than cards. All you need is the PIN, and you're in. That's all I needed to know, to know that this is all just smoke and mirrors... and it is exactly what I have been saying, all along.

      I'm just exactly as skeptical as I was before. More so, perhaps.

    7. Re:No secure element means no security by Jane+Q.+Public · · Score: 1

      "Skepticism of security technology is good. Preferring no security over imperfect security is foolish."

      No... preferring what is effectively the same amount of security for greater cost and trouble is foolish. (Again, I am referring to physical security.)

      I'm not even convinced that the phones are more secure because you physically need the phone to make a transaction. I have no doubt that the security certificate, or equivalent, of a given phone can be cloned and used in another device.

      Better the devil you know than the demon you don't.

    8. Re:No secure element means no security by swillden · · Score: 1

      "In order to pay with your phone you'll have to enter a PIN"

      In other words, just exactly as I said... no more secure than a card.

      What part of the world do you live in? Where I live, credit cards don't require PINs. In theory the clerk is supposed to verify my signature against the signature on the back of the card but (a) no one does, (b) no one would know how if they wanted to and (c) who's to say that's actually my signature on the card?

      "The amount of fraud that is enabled and actually carried out due to the fact that magstripes provide zero security is on the order of tens of billions of dollars per year. Every time you use your card, you risk the stripe being copied and your card being replicated (this is called "skimming" in the industry lingo)."

      But you have already shown that the phones are no more secure than cards. All you need is the PIN, and you're in. That's all I needed to know, to know that this is all just smoke and mirrors... and it is exactly what I have been saying, all along.

      If you need a PIN to use your credit card then you're right that NFC doesn't greatly increase your security.

      It might add a little security, depending on the details of the existing system, because it means that the PIN entry device remains under your control. The UK chip & PIN card-present fraud that has occurred has pretty much all involved fake card terminals which collected PINs (which were then used to steal money through ATMs, which unfortunately still use the magstripe rather than the chip). If your phone is the PIN entry device, that risk is in some ways mitigated -- and in some ways still present if someone compromises your phone unless the SE can take control of the UI as I mentioned in my original post.

      But, all in all, if your current credit card requires a PIN, then no, putting it in the phone won't add security. OTOH, in the parts of the world where credit cards currently DO require a PIN, the chip payment infrastructure is already in place, so the only hardware cost of rolling out NFC is the secure elements in the phones, which is trivial.

      It will provide some convenience and ease of use, including the ability to put multiple payment instruments on one device, rather than carrying a wallet full of cards. It will also probably allow you some ability to customize the security/convenience tradeoff. Right now in the UK, chip & PIN cards allow (IIRC) seven transactions of less than 15 pounds each, or 50 pounds total, whichever comes first, before requiring a PIN. On your phone, this will probably be configurable, so if you prefer to have to authenticate every single transaction, you can, or maybe you can set the limits even higher.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    9. Re:No secure element means no security by swillden · · Score: 1

      No... preferring what is effectively the same amount of security for greater cost and trouble is foolish. (Again, I am referring to physical security.)

      I'm not sure what, precisely, you mean by "physical security" in this context, nor why you're focusing on it to the exclusion of all the other relevant security characteristics. I will only say that secure elements in credit cards have successfully reduced card-present credit card fraud to effectively zero. Rather than being a net cost, the technology has proven to save billions. This isn't theory, it's easily-researchable, documented fact.

      I'm not even convinced that the phones are more secure because you physically need the phone to make a transaction. I have no doubt that the security certificate, or equivalent, of a given phone can be cloned and used in another device.

      It can if you're willing to destroy the device and have access to a few million dollars worth of hardware. The best known direct physical attack has been the same for nearly 20 years -- an electron force probe used to painstakingly peel back the layers of security cladding to gain access to the EEPROM. Other attacks have come and gone, notably several side-channel attacks, including thermal analysis, power analysis, differential power analysis and EM analysis, but modern chips employ countermeasures to defend against all of these.

      Will there be other attacks in the future? Undoubtedly. This arms race has been going on for nearly three decades, and going in earnest for almost two, and it's not going to end just because we embed the chips in phones rather than in plastic cards. However, neither is putting the chips in phones going to suddenly change the nature of the race, and time has proven that the attackers rarely manage to obtain any truly exploitable advantage.

      Of course, part of the reason for that is because the magstripe-based system has been so utterly insecure that any chip-based security encouraged fraudsters to go after the easy targets. But there are now large sections of the industrialized world that use chips, and it certainly isn't the case that all of their criminals have moved out -- and yet those criminals have still not been successful at compromising the chip-based security in any significant way.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    10. Re:No secure element means no security by swillden · · Score: 1

      Better the devil you know than the demon you don't.

      Ah, forgot to address this part... and it's important because it truly is the core flaw in all of your arguments. NFC is not an unknown demon. It's a slight -- very slight -- spin on a time-tested and very well-known technology. It's entirely possible that you personally don't know it well, but there are lots of things you don't know, perhaps even as many as I don't know. But this payment technology is well-known and well-understood. The only change is that we're now embedding it in a phone rather than a plastic card... and that change is entirely to the positive from a security perspective: The chip now has an external power source, rather than having to rely on the reader, which facilitates security countermeasures that weren't previously possible. It also has a nearly always-available communications channel which it can use to communicate with the issuing bank, and it's also connected to a user-friendly UI which is generally under the control of the owner of the payment account, both of which enable still further security countermeasures.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    11. Re:No secure element means no security by Jane+Q.+Public · · Score: 1

      "I'm not sure what, precisely, you mean by "physical security" in this context"

      Then you're being deliberately obtuse. What I mean is that very simply, all you need is the device and the PIN in order to use it. In that sense, all your other electronic "security" is just so much BS.

      "It can if you're willing to destroy the device and have access to a few million dollars worth of hardware."

      You are remarkably vague about these "security technologies" that are so immune to attack. I would be interested to know just what they are, because it sounds like vaporware to me.

      I repeat: not necessarily the security technologies themselves, but the implementations of them, in the past, have almost universally had flaws. Up to and including, just for example, WPA2 authentication in WiFi. So far you have stated exactly nothing to make me think that this will be any different.

    12. Re:No secure element means no security by Jane+Q.+Public · · Score: 1

      You are remarkably confident of the security of this system. Which, again, in the past has been a classic earmark of a problem waiting to happen. I will be happy to wait and observe.

  19. NFC irrelevant? by stinerman · · Score: 1

    I don't know about that. Sure they've only won 5 of the last 14 Super Bowls, but they've won the last two. I wouldn't write them off just yet.

  20. Resolve Problem ... by ryanw · · Score: 1

    I think I have an easy solution to this. I'm not an analog expert by any stretch of the imagination, but I did use modems (300 baud modem all the way up to a 56k).

    If you could make a cradle where you slide the phone into it, the purchaser's phone would send it's public_key to the purchasing system, which would then send it's public_key back to the purchaser's phone -- encrypted with the purchaser's public_key. Then the purchaser's phone would send the payment information encrypted with the public_key of the purchasing system -- and the acknowledgement of successful transaction would be sent back encrypted with the purchaser's public_key, then one more final "ack" from the purchaser's device to the system saying that it received the transaction confirmation. DONE.

    I don't know how much bandwidth is there between the microphone and the speakers, but instead of just relying on the 'inaudible space', why not use the whole bandwidth? They're close enough, it won't be that much of a bother if it's in the cradle. I can't imagine this to be nearly as fast as swiping a credit card. But if you consider, swiping the credit card, waiting for the authentication, then waiting for the signature, then waiting for the printing out of the receipt, etc. That whole thing can take a minute or so depending. So if this system basically made it so that your receipts are all electronic (no paper print out required when using this system), no requiring another signature to use the device, and all you have to do is slide your phone in a slot for 30 seconds to a minute to complete the transaction, it nulls out the time and makes for effective use of technology.

    It might FEEL like you're waiting forever for the handshake.. but people would just need to realize what busy work they're saving themselves, and plus the store is saving a ton of headaches as well not having to keep track of the physical paper receipt signatures. The credit card processors would appreciate that as well.

    To really make this "safe" as well, you could have the software on the phone require a password to be entered on the device to "unlock" the encrypted "credit card information" within the phone for 2 minutes or whatever. After that 2 minutes of you entering the password, it auto locks and requires the password to be entered again. So if you loose your phone or someone steels it, they don't knwo your password to unlock your credit card information in the phone....

    Anyway, there's my free $0.02 on how to make this work. :)

    1. Re:Resolve Problem ... by tftp · · Score: 1

      If you could make a cradle where you slide the phone into it, the purchaser's phone would send it's public_key to the purchasing system, which would then send it's public_key back to the purchaser's phone -- encrypted with the purchaser's public_key.

      There is no reason to encrypt public keys - they are public, after all.

      Then the purchaser's phone would send the payment information encrypted with the public_key of the purchasing system -- and the acknowledgement of successful transaction would be sent back encrypted with the purchaser's public_key

      How do you know who you are paying to? You need to have those public keys signed, so that:

      1. The buyer knows that he pays to Albertsons Groceries and Stuff, and not to MS-13 Cyber Crime Gang. It could be a good racket to reconnect a couple of wires under the desk during the night. Even if the setup lasts one day, it's a good take.
      2. The store knows that the customer uses his legitimate account, and not a fake one that won't survive validation by the bank.

      All these issues are well known from HTTPS. If your phone needs to validate signatures of store keys it has to have keys of CAs on it, and those need to be managed in some way. Don't forget revocation, keys will be inevitably lost.

      But if you consider, swiping the credit card, waiting for the authentication, then waiting for the signature, then waiting for the printing out of the receipt, etc. That whole thing can take a minute or so depending.

      This is not the bottleneck, and there is no reason to optimize that phase. It rarely takes more than 15-20 seconds to confirm the transaction and to print the receipt. You know what takes forever? Checks, if someone in front of you is antisocial enough to use them.

      no requiring another signature to use the device, and all you have to do is slide your phone in a slot for 30 seconds to a minute to complete the transaction

      As other posters already mentioned, phones get lost quite often. With this system in place muggers will be hunting for phones. Do you want the thief to empty your bank account while you are laying in a ditch? Your {G,B}F will also be able to pay with your phone when you least expect it - and there is no way to prove that it wasn't you.

      To really make this "safe" as well, you could have the software on the phone require a password to be entered on the device to "unlock" the encrypted "credit card information" within the phone for 2 minutes or whatever.

      How is it different from using a debit card? Besides, the same attack applies to the phone: the mugger beats you until you reveal the password. Even worse - with the debit card the mugger can't verify it instantly; but with the phone he can enter it right in the dark alley, where you are laying on the ground, and check if you lied. [There is a possibility of duress codes, though, but they aren't implemented by US banks, AFAIK.]

      it nulls out the time and makes for effective use of technology.

      Paying for stuff is never a problem. Getting money to be able to pay is what you need to focus on :-) This and other phone-based "technologies" are just contrived ways to use the phone where it shouldn't be used. Might as well connect a toothbrush to it, set to "vibrate" and enjoy your new Sonicare :-)

      Payment systems are supposed to be simple and cheap. Many people don't know how to use technology. Other people don't have money to buy phones. Other people don't want phones. A phone is not a requirement to live in the country. Even a card is not required, cash is still accepted. If you can't drop cards then you have to have yet another payment system connected to your cash register. What for? What is gained? A phone is MUCH HEAVIER than a plastic card, and it costs more, and it has to be charged, and it can run malware, and it's always connected to who knows what. You don't want to forget your phone in that cradle ei

  21. Text a One-Time-Password by Doc+Ruby · · Score: 2

    I don't understand why the specific method of the phone giving the cash register some money is some kind of roadblock. Why the phone needs some new method of communicating with the cash register. The phone has a million ways to send a message to the cash register and get a message back. Why can't the phone just text a One-Time Password to the cash register? Or use HTTPS? Or USSD, the GSM infrastructure high priority message used for topping off prepaid phones? Or any of a number of other comms techniques? Phones in Scandinavia have been texting parking meters, and getting texted when the meter's running down, for years. The money can be transferred by digital "check" between banks, or the telco can collect micropayment notices to be paid back like a credit card at the end of the month - or your phone privileges are cut off by the telcos cartel, harsher than a credit rating hit.

    The infrastructure for these transactions are everywhere already. I'm impressed by the cleverness of this "inaudible" signaling, but it all seems an unnecessary waste of time.

    --

    --
    make install -not war

    1. Re:Text a One-Time-Password by rushdale94 · · Score: 1

      OTP texting (SMS) may not be secure enough. With users being allowed to keep their phone numbers when switching mobile operators, there is a risk that the text may go to a "hacker" instead of the mobile owner.

    2. Re:Text a One-Time-Password by dynamo · · Score: 1

      Ideally you don't want to communicate over a non-local network to make a local transaction, that's why. For security and because it just makes sense.

    3. Re:Text a One-Time-Password by AC-x · · Score: 1

      Why can't the phone just text a One-Time Password to the cash register? Or use HTTPS? Or USSD, the GSM infrastructure high priority message used for topping off prepaid phones? Or any of a number of other comms techniques?

      How will the phone get the address of the cash register? All of those ideas would require the user to enter the cash registers details on their phone (time consuming) and if their phone doesn't have signal then the whole thing won't work.

      With this the phone can send card details to the cash register regardless of signal and without the user having to type anything in.

    4. Re:Text a One-Time-Password by Doc+Ruby · · Score: 1

      Why not? SSL is cheap and easy, as are WANs. Why does it make more sense to add an entire new local network tech than to use the existing WANs?

      --

      --
      make install -not war

    5. Re:Text a One-Time-Password by Doc+Ruby · · Score: 1

      QR code on the cash register and cameraphone, already working.

      --

      --
      make install -not war

    6. Re:Text a One-Time-Password by Doc+Ruby · · Score: 1

      Keeping your phone# when switching phones makes it less likely that the old phone# is attached to the new person. Besides, the text goes in the other direction anyway, and the cash register is identified at the time of purchase with its current address.

      --

      --
      make install -not war

    7. Re:Text a One-Time-Password by AC-x · · Score: 1

      QR code on the cash register and cameraphone, already working

      Again, this relies on the customer's phone having a signal. Bad signal and the QR code is useless. The cash register could have a camera, and the phone display a QR code, but that's still only one way communication which limits its usefulness.

    8. Re:Text a One-Time-Password by Doc+Ruby · · Score: 1

      WiFi, Zigbee, femtocell, both phone and cash register have cameras and QR code displays...

      Or just (cf. femtocell) see that cell networks get their signal everywhere, which is a much more important basic requirement than micropayments added to the few but important places where signal doesn't travel yet. Femtocells cost $150 each +$5 a month, but are free from carriers whenever anyone asks for one and there really is no signal. Like inside a mall.

      --

      --
      make install -not war

    9. Re:Text a One-Time-Password by AC-x · · Score: 1

      Um, a simple acoustic coupling scheme is sounding a lot simpler to me than setting up and maintaining femtocells and wifi everywhere that shops want to roll out mobile payment.

    10. Re:Text a One-Time-Password by black+soap · · Score: 1
      You mean like using the credit card system?

      Apparently we are trying to make people forget what cash was, by giving them so many new options. And the bank/card company and now phone company will be getting a cut every time you buy a donut - plus probably selling the information to data collectors or anyone interested.

    11. Re:Text a One-Time-Password by Anonymous Coward · · Score: 0

      Uhm, well... there are 1000 reasons:
      1. This should work not just with phones, but with PDAs and plain cards. Hence the passive tag option.
      2. It should be high speed (i.e. 1 second all the time), hence the no remote-round-trip option.
      3. It should work where there may be no signal. (Underground, etc.)
      4. You for sure don't want it to be tied to the telcos, so be glad that in general they only require network signal to recharge the balance.
      5. You don't want to have to be running a certain app or something in order to pay. (You only need the apps or service to recharge the balance)

      In general most places using NFC are using it first as a train pass, and then for other forms of payment. Unlike a credit card, where the card itself is just a pointer to a database at your card company that needs to be verified online in real-time, the NFC is used as real cash - the balance is stored on the smart-card itself, and the logs are only used for auditing after the fact. You touch the phone be-deep, done. Next. Much faster than cash or credit cards. You might not think it'S a big deal but next time there are 35 people in front of you at 7-11 think about it again. Or next time you have a pocket full of pennies that are a pain to try to get anyone (including the bank) to take.

      Generally, you use your credit card (any card) to charge the chip in the phone.. say $20 at a time. Then you can spend from the balance on the chip. All your card statement shows is "$20 EDY Charge", and the store doesn't know anything about your credit card. When the balance on your chip gets low, you can charge it manually, or in some cases set it up to auto-top. (You can charge up to $200 or $400 depending on the system, but few people do that, as it'S mainly intended for small purchases. For a large purchase like a TV, you may as well whip out your credit card, the time isn't really going to be significant there).

      Another thing is that while the reader is usually a train gate or cash register, sometimes the READERS are also mobile. (And may have no network connectivity). For example, on the bullet train the waitress comes around with a little food card and a portable tri-corder looking thing that can read your card/phone.

      In general if the system relied on external networks, it would be slow and unreliable more than current credit cards are now. (Because at least terminals are usually hard-wired). It would mean that the handsets would always have to have internet, and make dumber cards impossible. That would mean separating the infrastructure for ID Cards/Train passes and money, which would mean a fragmented market and higher costs with lower availability.

    12. Re:Text a One-Time-Password by Anonymous Coward · · Score: 0

      I have a pay-as-you-go phone. If my phone texts a password, that'll cost me 10p. On a £3 transaction (which I do sometimes use my debit card for, because I want all my food spending recorded on my statement to add it up easily), that's a 3% fee. If it uses HTTPS, I'll get charged for accessing the internet. No thanks. I don't want a payment option which charges me for convenience.

    13. Re:Text a One-Time-Password by PoopCat · · Score: 1

      No thanks. I don't want a payment option which charges me for convenience.

      You mean like a credit or debit card?

    14. Re:Text a One-Time-Password by Doc+Ruby · · Score: 1

      Acoustic coupling means my phone, that I hold against my face, is getting all the germs from all the other phones (and so faces) inserted into the coupler. And it's yet more gear on the phone, and its battery, and something to go wrong.

      A femtocell that costs nothing to the shop but enables payment (and calls) is pretty simple to set up, if there's no signal in that particular place.

      --

      --
      make install -not war

    15. Re:Text a One-Time-Password by Doc+Ruby · · Score: 1

      If the reader has no network connection, how does it validate the payment? Credit card "trust me now, validate later" doesn't scale, and has already hit its limits far before most people pay with mobile devices.

      All the scenarios you mentioned are solved by QR codes displayed by the phone and the cash register, with cameras on each. No new tech needed on the phones, and existing tech on the cash registers. Including no network connection. Even dumb phones can do QR if they have cameras, which are so cheap that practically all phone should have them. Much more useful than some extra NFC HW.

      --

      --
      make install -not war

    16. Re:Text a One-Time-Password by AC-x · · Score: 1

      Acoustic coupling means my phone, that I hold against my face, is getting all the germs from all the other phones (and so faces) inserted into the coupler

      You didn't bother watching the video did you? It works long enough distance that it doesn't need to physically touch the device like an old "acoustic coupler" modem (hence "acoustic coupling scheme" for want of a better phrase, not "acoustic coupler").

      It would be insane for every shop to have to install and maintain a femtocell and have front facing screens just so that customers can use a QR code online mobile payment system when there are now several technologies that allow them to just plug a new reader (either NFC or this new sound based system) into their POS system and have their customers wave mobiles in front of it.

  22. Um. Posted a video... by fahrbot-bot · · Score: 1

    ...to demonstrate "inaudible sound waves"? Okay, here's one too:
    "




    "

    --
    It must have been something you assimilated. . . .
    1. Re:Um. Posted a video... by cababunga · · Score: 1

      You are confusing inaudible with invisible.

    2. Re:Um. Posted a video... by fahrbot-bot · · Score: 2

      You are confusing inaudible with invisible.

      You probably need a different plug-in :-)

      --
      It must have been something you assimilated. . . .
    3. Re:Um. Posted a video... by black+soap · · Score: 1

      You are confusing inaudible with invisible.

      You probably need a different plug-in :-)

      Hardware upgrade. Works just fine on some monitors.

  23. How is this more convenient than cards? by chemicaldave · · Score: 1

    Or cash even? It takes me 2 seconds to get my wallet out. How long are you willing to wait for this app to start up and finish a transaction with the register?

  24. Dont the DACs only output sound up to 20KHz? by DavoMan · · Score: 1

    It will be cool hearing a little 'DoodleyBIP!' sound when ya buy things!!!!

    But seriously. For this to be an advantage it would have to run as an application requiring no hardware changes, and would be subject to the same restrictions.
    Like say - a limited range of frequencies (about 50Hz up to 18Khz to be conservative). Humans can hear all of that, and its even dangerous to be too loud at high frequencies.

    --
    Whats the harm in yelling 'Computer, end program!'? You could be living in Star Trek! Go on.. give it a try.
  25. Hack the signal by viracochas · · Score: 1

    Jones from Police Academy is never going to pay for anything again once he hacks this.

    1. Re:Hack the signal by DavoMan · · Score: 1

      haha! +5 i met that guy. michael winslow. he's a top guy. he wouldnt tell me how he does jimi hendrix's guitar tho :P i did see him perform it live however. most amazing thing youve ever seen. he also did an entire 5min scene of starwars with the video on a projector while he did all the sounds himself.

      --
      Whats the harm in yelling 'Computer, end program!'? You could be living in Star Trek! Go on.. give it a try.
  26. chipless maybe, but not chirpless by markhahn · · Score: 1

    but seriously, shouldn't the question be whether EM or audio has a more usable SNR in the random retail environment?

  27. World+dog yawn over NFC smartphone shopping by mspeedie · · Score: 1

    http://www.theregister.co.uk/2011/06/20/nfc_survey/

    Seems demand is more vendor driven than consumer driven.

  28. Do not expose personal info by Anonymous Coward · · Score: 0

    Any system which expose buyer's info is bad.

    Money is better.

    If you compare a system to current one in security and privacy, you will find all new system is bad.

    Do not accept a payment system which expose buyer's personal info. Even a small portation.

    There are no benefit to do that.

    People, think carefully, a wallet is better than any high-tech payment system.

    Implementation can be done without give out the personal info. The store should generate a one-time transaction identifier, the buyer then receive that id, pay the bill with any means without give out personal info. Do not allow tracking please.

  29. More intermediaries won't work by DogDude · · Score: 1

    There are an endless supply of IPO driven, marketing oriented, bullshit companies like this one trying to make the next payment system. The truth is: none of them will work. Not one. Every one of these guys is in it to get a piece of the action. I don't blame them. There's an ungodly amount of money to be made, but that's exactly the reason why it won't work. Merchants pay about 2-3% already for accepting credit cards. That's a metric shit ton of money right there, and no merchant in his right mind is going to cough up an extra percentage point or two for some stupid gimmick like this. Credit cards and cash work fine. There's no problem for these moronic companies to solve.

    --
    I don't respond to AC's.
  30. But the reason why NFC is 'taking off'... by the-s-dog · · Score: 1

    ... is because it puts the money-making opportunity in the hands of telco's, who can further argue that one needs to upgrade a phone every 2 years?

  31. Yawn by Identita · · Score: 1

    Audio based smart card technology (sound-based OTP) has been around for more than 12 years. http://www.identita.com/products/acoustic http://www.beepcard.com/ With plenty of IP surrounding it.

  32. Ob by Hognoxious · · Score: 1

    exchange transaction information via inaudible sound waves.

    I'm a dog, you insensitive clod!!!!

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  33. Reinventing the wheel by simgod · · Score: 1

    Such a system already exists. It has been used in Slovenia for about 10 years. It was developed by Ultra d.o.o. and is called Moneta/M-pay.

  34. Re:NFC works with cheap RFID + has security elemen by Jane+Q.+Public · · Score: 1

    I think an even better question is how long it will be before people with sniffers find a vulnerability in the system.

    Don't try to tell me it isn't possible. If Chris Paget can read RFIDs out of passports from 30 feet away and inside his car (equipment cost: $1500), then how easy will it be to sniff active systems like NFC from across the room and behind a wall?

    And please don't try to tell me that the transactions are "secure". People have found vulnerabilities in just about every kind of electronic payment system in existence. Banks haven't even been able to make their cards very secure, and there is no way in hell NFC is going to be any "safer" than cards.

    Frankly, I think NFC is a disaster trying to happen. Maybe not right away, but once it becomes prevalent, and criminals become highly motivated to find its weak spots.

    The problems I see are:

    (a) It is a solution without a problem. Other than the ability to use RFIDs as you mention, I don't see that NFC solves or reduces any real problems that currently exist with cards or scanners.

    (b) NFC introduces some physical vulnerabilities that cards and scanners do not share: such as the active transmission of financial information via RF.

    (c) It is relatively expensive when cheaper solutions already exist.

    I could go on but the point is that I simply do not see much in the way of benefit, yet there are significant negatives.

  35. I had this idea myself recently ... by burisch_research · · Score: 1

    ... and built it. My system's called BitChirp, and can encode up to 512 bits. It works. Too bad these guys beat me to market :(

    --
    char*f="char*f=%c%s%c;main(){printf(f,34,f,34);}";main(){printf(f,34,f,34);}
  36. Again by Kim0 · · Score: 1

    There have been myriads of systems like this.
    I was contacted by a french company doing the same, with their own sound encoding system,
    which was quite similar to DTFM of the keys on old keypad tones.
    Then there were a similar system made by an european crypto-key calculator producer,
    which actually used DTFM.

    The principle is so simple that any good crypto programmer could have made it with an
    ordinary modem. I take this as a strong sign that this kind of technology, including
    near field communications, are hindered by some other factor, such as disinterest from banks.

    1. Re:Again by tftp · · Score: 1

      I take this as a strong sign that this kind of technology, including near field communications, are hindered by some other factor, such as disinterest from banks.

      • Banks would have to provide phones to their account holders - and that's quite expensive!
      • Alternatively, they can provide software for existing phones. But then they have to support thousands of models! It's a nightmare.
      • Such a system is not under bank's control. There will be various people who want their cut. The bank is not in business of giving money out.
      • Such a system has to be sufficiently secure, so that the customers don't sue the bank and that the bank doesn't lose too much money on fraudulent transactions.
      • Customers don't feel any urgency in parting with their money. I can certainly wait a few seconds while the transaction clears, and I do want my receipt.
      • Vendors are in no hurry to pay for another gizmo that won't increase their revenue. There would be no customers who come, want to buy stuff, note that the phone pay is not available, and leave.

      This leaves only peddlers of those new technologies, who are doing their best to sell the idea to phone companies. And phone companies want to insert themselves into the payment chain - for a fee, of course. Everyone else is indifferent. The gas station that I usually use has some sort of wireless pay thingie, I guess, but I gain nothing from using it (even if I had it) as opposed to using a c/c. The thingie would be just one more item to carry and lose, and one more bill to pay.

  37. Re:supermarket noise will make it unusable by Anonymous Coward · · Score: 0

    supermarket noise will make it unusable, since sound is not directed (yes I have heard of directed sound systems which can be installed on ships but not on pocket phone)

  38. Old is new by Anonymous Coward · · Score: 0

    Does this mean the "squeeeeeeeeee squuuuuuaallllllllll brrrrrrrbrbrbrbrbbrbrbtttt bong! bong!" sound is coming back?!

  39. No battery, no phone... No phone, no Zoosh... by Anonymous Coward · · Score: 0

    An NFC phone is just a phone with a contactless card implanted in it, and like those contactless cards, the NFC chip in the phone can be (are) powered thru the magnetic field generated by the POS, so can work even when the phone ran out of battery; Zoosh, by its software nature, needs a powered phone to oparate: no battery, no Zoosh... no money.

  40. Inaudible to people, perhaps.. by fastformation · · Score: 0
  41. Credit cards are the worst by Anonymous Coward · · Score: 0

    I don't really believe in credit cards. You always end up spending more money than you would had you had cash in your hands. I once ended up spending 120 quid on a fancy dress costume which I am certainly not proud of :(

  42. Probably wouldn't work so well in a night club by jools33 · · Score: 1

    A sound based technology might have big problems operating in a noisy environment - and I know this is for non human audible sounds - but these sounds can also occur outside of this phone app - ie building noise / night club / a busy street. This might limit the usage a little.

    1. Re:Probably wouldn't work so well in a night club by DavoMan · · Score: 1

      hey man you're totally right. what about night clubs? theres no way on earth it would work in a night club aye. hey not to mention all of those rooted iphones out there.. whatever private key/access the phone has a hacker would have too.

      --
      Whats the harm in yelling 'Computer, end program!'? You could be living in Star Trek! Go on.. give it a try.
  43. Yes, NFC is irrelevant. by drolli · · Score: 1

    The last commonly used type of NFC which worked (IRDA) different from magnetic induction essentially just vanished after a long time. All my Mobile devices bought from 2000-2007 (and one camera bought ) were able to speak irda.

    NFC by sound is an obvious idea. But i dont expect that it works very well. The differences in the mass density are higher than the difference in the dielectricity constant of leather, cotton to air. The impedance mismatches seen if you work in practical wavelength regimes (we dont want efficient transmitters to be large) will make it difficult to predict the signal strength, making it prone to interference with devices close (if you cant predict the scattering, you have to have a large range of volumes which you accept).

    For the applications where its practical (train tickets etc) you will have many tickets/devices swiped by close to each other. Assuming that you requirement is 10cm maximum working distance, and difference in the scattering of 20dB (power) for a device in a purse in a pocket, you have to allow 1m radius to communicate with a device in plain (acoustical) sight.

    Thats more than the distance in the queue at the cashier and more than the distance to the neighbor entrance in the subway.

    1. Re:Yes, NFC is irrelevant. by drolli · · Score: 1

      Irrelevant besides the use cases where it is already use by millions of people each day

    2. Re:Yes, NFC is irrelevant. by vlm · · Score: 1

      The last commonly used type of NFC which worked (IRDA) different from magnetic induction essentially just vanished after a long time.

      If there is one real truth learned by decades of experience in the tech field, its that everything old is eventually new again, and it never really changes.

      NFC will roll out to about 1% of users and 1% of retail establishments, then get a couple high profile hacking cases because they will roll their own inadequate security and stuff it full of backdoors for "customer convenience", there will also be a couple high profile phone theft resulting in CC fraud cases, then thankfully the whole technology will get flushed. A couple years later, "Hmm, how about trying that NFC thing again with infrared light instead of magnetic induction". Wash, rinse, repeat. Especially the repeat part.

      --
      "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
  44. Someone did this in Africa a few years ago by ntheory · · Score: 1

    There was a YouTube video of it and I've been searching for it forever. Anyone know what I'm talking about? The technology in Africa wasn't ultrasonic but it worked and was compatible with people's phones and ATMs. You could make a mobile payment in the middle of nowhere and then play that payment back to the ATM and it would give you cash. The system at the time was amazing, especially since it was directed at the 3rd world. If you've seen what I'm talking about please post a link. I've been dying to show it to a friend in Cape Town.

  45. Definitely inventors! by Anonymous Coward · · Score: 0

    This news article makes me remember old anecdote:
    A: Why do you call your cat "Zyxel"?
    B: pulling the cat's tail - listen - 19200 ...

    Next step would be ultrasonic whistles or flutes selling to interfere with such "point of sales"

  46. Why are you carrying the change? by jabberw0k · · Score: 1

    You could spend the coins, or is counting so incredibly challenging?

  47. Why use a new tech? by KiwiCanuck · · Score: 1

    There are other features that are already available. Why not authentication via Bluetooth? Or use the phone's LCD display to output a barcode, or series of barcode type images. Or bar code images with some pseudo random time between images. There are countless other ways to use the existing phone tech. Why do we need new hardware in the phone? When choosing a phone, I want my dollars to go towards better existing tech such as faster processor, more RAM, better battery life, etc.

    1. Re:Why use a new tech? by DavoMan · · Score: 1

      good point. bluetooth sends out RF signals and is close range. and doesnt suffer any interference from audible stuff. although to be honest i would prefer contact payment.
      whats hard about touching ya phone on something? like a spot that you touch onto the store owner's box.
      and before ya say 'hacking through the i/o port' you're still sending data with RF so its no different. Just cant be eavesdropped.

      --
      Whats the harm in yelling 'Computer, end program!'? You could be living in Star Trek! Go on.. give it a try.
  48. I have a sound that fits nicely... by MarkVVV · · Score: 1

    Ka-ching!

  49. An elephant? by Anonymous Coward · · Score: 0

    Irrelevant? Maybe the US implementation of it, but not NFC itself. Guess what? I use NFC at least twice a day to ride the train, for my ID badge to get into work, and to buy stuff at 7-11 and vending machines, etc.

    The US isn't the world, people, and NFC (at least the Felica standard) is already in wide deployment and in daily ise in a number of countries...

  50. What is that sound I hear? by Anonymous Coward · · Score: 0

    It's the sound of money.

  51. What Zoosh is doing is already old stuff in Africa by lsatenstein · · Score: 1

    Due to absence of major banks, they use an application that allows a user to put money onto his cell phone. Since this is so practical, almost every commerce is supporting this. You buy the money at a pharamacy, with a discount taken by the pharmacy. You make purchases (pay taxi driver), etc, with cellphone to cellphone transfer. He pays with his cellphone and the store. If real cash is required they go to the pharamacy and redeem an amount from that on the cellphone. I am not certain, but the banks and visa/mastercard are not involved. This makes this process very affordable for commerce and the people on the street.

    --
    Leslie Satenstein Montreal Quebec Canada