Slashdot Mirror


Google Adds Two-Factor Authentication To Gmail

Trailrunner7 writes "Google has introduced a new two-step authentication feature for Gmail users that it says will significantly increase the security of the free mail service. The system enables users to set up a method for obtaining a secret code that will be required, along with a password, to access a Gmail account. The new two-factor authentication system is a voluntary program right now, although it could become mandatory at some point in the future. Gmail, like virtually all other webmail services, has been a frequent target of attacks, both sophisticated and mundane, aimed at hijacking users' accounts. The most famous of these was an attack that was part of the Aurora operation against Google and others, part of which targeted the Gmail accounts of Chinese dissidents."

399 comments

  1. why no one time pad with index lookup by FuckingNickName · · Score: 3, Interesting

    Why no one time pad with index lookup?

    1. Re:why no one time pad with index lookup by C_amiga_fan · · Score: 0

      A what?

      I think Google's idea sucks. I have a hard enough time remembering my passwords across ~100 different sites. Now I have to remember random number codes too? C'mon!

      --
      FREE magazine : http://clarkesworldmagazine.com/prior/
    2. Re:why no one time pad with index lookup by Anonymous Coward · · Score: 0

      Maybe if you only created 1 account per site you would have an easier time with that.

    3. Re:why no one time pad with index lookup by Runaway1956 · · Score: 1

      Look, buddy. A nice randomly generated password is good. Why not just reuse the damned thing? If it was random once, it's gonna be just as random 150 times, right? Hell, try mine. 123abc456def No one has cracked it yet!!! There's no point in overworking the Gods of Random Numbers, is there?

      --
      "Windows is like the faint smell of piss in a subway: it's there, and there's nothing you can do about it." - Charlie Br
    4. Re:why no one time pad with index lookup by Alexandra+Erenhart · · Score: 1

      Keepass

    5. Re:why no one time pad with index lookup by Jeremiah+Cornelius · · Score: 3, Insightful

      2-Factor.

      Now they can be SURE it's YOU , that they are tracking.

      The flaw in GOOG and Yahoo and Hotmail? Social networking "features". They get the email address of every contact you have, and spam them from your address in spoofed headers. All without a login credential.

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
    6. Re:why no one time pad with index lookup by sexconker · · Score: 1

      Keepass

      Congratulations.
      Now accessing all of your passwords is as trivial as accessing one of them.

    7. Re:why no one time pad with index lookup by Catskul · · Score: 1

      I think you misunderstand. First: It's optional. You have to specifically decided to use it. Second: You will not need to remember anything. It is generated by your phone each time you need it. Third, If you decide to use it, but don't want to use it every time, you can have it set to be required every X number of days.

      --

      Im not here now... Im out KILLING pepperoni
    8. Re:why no one time pad with index lookup by 2names · · Score: 1

      Use an algorithm to derive your passwords. You never have to remember a password, just how you derive it based on the site, content, etc. I haven't used "passwords" in years, I just have an algorithm to derive them that is easy to remember.

      --
      "I'm just here to regulate funkiness."
    9. Re:why no one time pad with index lookup by icebraining · · Score: 1

      You can use a key file instead or in addiction of a password. And you'd still need access to the database file, which is stored locally.

    10. Re:why no one time pad with index lookup by Alexandra+Erenhart · · Score: 1

      They have two (three?) levels of protection. If you only use a "master password", then it's your own fault. You can always use a database key file, store it an USB and carry it around. Or keep it away. Or lock it under seven keys. Whatever floats your boat.

    11. Re:why no one time pad with index lookup by ptbarnett · · Score: 1

      Why no one time pad with index lookup?

      To clarify, this is typically implemented with a wallet card the size of a credit card, with something like 100 5-digit codes. The 5-digit codes are generated pseudo-randomly for each customer, or at least there is a non-trivial number of unique cards.

      At login, the user is challenged with a random index from 0 to 99, and they must enter the 5-digit code from the wallet card that corresponds to the index.

      I've seen this method used by a Brazilian online banking system.

    12. Re:why no one time pad with index lookup by swalve · · Score: 0

      Only if you are dumb enough to let them. Just check (or uncheck) the correct box.

    13. Re:why no one time pad with index lookup by trentblase · · Score: 1
      Actually, there will be backup codes, which is similar (no index):

      Backup codes can be used to sign in if you lose your phones or otherwise can't receive codes via SMS, voice call, or mobile app (via Google Authenticator). Each code can be used only once. Keep these codes in a safe place -- if you lose access to your phone, these codes will be the only way to sign in to your account.

    14. Re:why no one time pad with index lookup by FuckingNickName · · Score: 1

      So, phishing + replay.

    15. Re:why no one time pad with index lookup by pugugly · · Score: 1

      http://passwordmaker.org/ does exactly that - generates a password of specified size and character mix based on a Domain+MasterPassword Hash; Out of all the sites I use there are only maybe four that the generated password isn't suitable out of the box, and most of those involve adding a number or symbol at the end.

      Pug

      --
      An Invisible Entity of Vast Power whose existence must be taken on faith alone: Liberal Media
    16. Re:why no one time pad with index lookup by Jeremiah+Cornelius · · Score: 2

      Yeah. Pull the other one. It's got bells on it.

      You are Google's product and inventory - not their customer. You don't slip off the shelf so easily.

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
    17. Re:why no one time pad with index lookup by C_amiga_fan · · Score: 1

      "...although it could become mandatory at some point in the future. "

      --
      FREE magazine : http://clarkesworldmagazine.com/prior/
    18. Re:why no one time pad with index lookup by C_amiga_fan · · Score: 1

      I think Google's idea sucks. I have a hard enough time remembering my passwords across ~100 different sites. Now I have to remember random number codes too? C'mon!

      --
      FREE magazine : http://clarkesworldmagazine.com/prior/
    19. Re:why no one time pad with index lookup by trentblase · · Score: 1

      Sure, but how does the phishing work, exactly? You're going to send an email to their hotmail account asking them to login to their gmail account? You're going to typosquat at fmail.com?

    20. Re:why no one time pad with index lookup by noidentity · · Score: 1

      Correction: you think that idea sucks, but that's not Google's idea.

    21. Re:why no one time pad with index lookup by buchner.johannes · · Score: 1

      I think they should show emails in your gmail contacts' inboxes and let you associate it to your accounts. If you manage to get 4 out of 5 correctly, you're in.

      --
      NB: The message above might reflect my opinion right now, but not necessarily tomorrow or next year.
    22. Re:why no one time pad with index lookup by Electricity+Likes+Me · · Score: 1

      More importantly, it means you can make an intelligent guess about the mean lifetime of your passwords.

      If you're sure no-one else has a copy of your database, then you never need to vary your passwords. If you think someone else might have it, then you can figure out the time it will take to crack the password (there's a work-factor option there which means you can make it take a long time even with a simpler password), and then change all your stored passwords.

      On top of that, if people *do* have access to your database file, you're already doing something very wrong since either your machine is compromised already, or people have physical access, which is a game-over as well.

    23. Re:why no one time pad with index lookup by The+Wild+Norseman · · Score: 1

      I've seen this method used by a Brazilian online banking system.

      A Brazilian? Wow, that's a lot!

      --
      "A government is a body of people usually -- notably -- ungoverned." -Shepherd Book
    24. Re:why no one time pad with index lookup by FuckingNickName · · Score: 1

      Oh, I don't know, "We're doing some security updates to our Gmail system and need you to enter a backup code to verify your details. Please click here to stop losing access to your account," sort of thing. Coming to your Gmail account might even make it look more authentic, but anywhere'll do.

      I get that sort of phishing attempt all the time for banks.

    25. Re:why no one time pad with index lookup by lordbeejee · · Score: 1

      I have a hard enough time remembering my passwords

      Understandable as you can't even remember posting this exact same thing 4 hours ago...

    26. Re:why no one time pad with index lookup by teh+kurisu · · Score: 1

      As far as I can tell Google have never said anything about it potentially being mandatory in the future. That's just something some blogger wrote.

      And it's no more true that this might be mandatory in the future now than it was, say, two years ago. It might also be the case that Google might require fingerprints and an iris scan to log in to Gmail in the future (true both before or after any announcement of it being an optional feature).

      It's not a good reason to get your panties in a bunch now about something that might never happen.

    27. Re:why no one time pad with index lookup by Anonymous Coward · · Score: 0

      Fair enough.

  2. One more reason to use Google Apps by seifried · · Score: 1

    This has been available as an option on the paid Google Apps for domains for several months now, very very nice (phone app/etc.).

    1. Re:One more reason to use Google Apps by lgw · · Score: 1

      The whole two-factpor via SMS thing always seend bad to me. I don't have free messaging, and don't usually carry a cell phone, so it would be worse than useless, but more importantly, does anyone really think the SMS systems is all that secure?

      I guess this does help defend against simple brute-force password guessing, but a modern keylogger or similar trojan defeats it easily. I carry an RSA keyfob for my bank, but I still wouldn't log in from a computer I didn't trust.

      As long as there's a non-SMS option I guess it's better than nothing.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    2. Re:One more reason to use Google Apps by IcyWolfy · · Score: 1

      Keylogger doesn't defeat it, that's the entire point.
      Even if a keylogger was able to sniff out your password, unless they physically had your phone, or able to intercept your SMS en route. They would not be able to log in. The SMS is a single-use throwaway, so that it is always required, and not predictable from previous input.

    3. Re:One more reason to use Google Apps by Reapman · · Score: 1

      There is, apparently (on another site I read) you can even have it call your land line and speak out the code. You can also have it remember that system for 30 days, so your not doing this everytime you log in, but about once a month.

      I'm not sure if this is something I'd switch to but... it's a good option I think.

    4. Re:One more reason to use Google Apps by icebraining · · Score: 1

      In many (most?) countries, receiving an SMS is free for every plan.

      does anyone really think the SMS systems is all that secure

      Capturing one guy's SMSes may be feasible, but I don't know of any way to capture them en masse. Cellphone trojans are still less common, and you won't be using others' cellphones even if you need to use others'/public PCs.

       

      but a modern keylogger or similar trojan defeats it easily.

      No, because the code is only valid for one time. For them to log in, they'd need to capture codes you didn't ask for.

    5. Re:One more reason to use Google Apps by lgw · · Score: 1

      Well, good point, a true-single-use code, instead of a "good for one minute" code, requires more than an old-fashioned keylogger - it requires the modern attack.

      Assuming this works like other SMS-based 2-factor auth systems, you type your normal password along with your SMS-received code into your web browser. But your web broswer is owned, and you're not actually connecting to GMail (or whereever) - your attacker is, using the all the information you provided.

      "Man in the browser" attacks are the form modern keyloggers take, and it's a difficult attack to defeat. Requiring mutliple steps and elapsed time to make any significant changes helps, but of course that reduces the usability of the web site.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    6. Re:One more reason to use Google Apps by lgw · · Score: 1

      Sorry, by "modern keylogger" I meant "attacker owns your browser" - looking back that was not at all clear.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    7. Re:One more reason to use Google Apps by ptbarnett · · Score: 1

      In many (most?) countries, receiving an SMS is free for every plan.

      Not in the US. The cellphone companies have decided that SMS is a profit center. They don't mind giving out free calling minutes (that consume much more bandwidth and resources), but will charge you 25 cents to receive a message that is no bigger than the control messages that your phone exchanges with the system on a regular basis..

      Some of them are starting to get a clue and bundling it with other features, or charging separately for unlimited messages. But, there's still no connection between actual cost and price.

    8. Re:One more reason to use Google Apps by HomelessInLaJolla · · Score: 1

      Considering the extent of modern web browsers I do not believe that they need to pwn your browser to get a keylog. Sure, it takes a few hoops, but since nobody has the time to audit all of the advertisements and preloaded links, it is a snap, even likely persistent after a page is closed (with the browser yet open), and quite likely, using browser cache and local cookie magic, persist the keylogger even if the browser is closed.

      Just look at the size of modern browsers. Take a source code, count the #inlcudes, and then figure how many mechanical turks it would take to thoroughly audit all of those circuit trails.

      It is nothing short of "ghost in the shell" type brainwashed idiocy (you know, the guy driving the garbage truck showing off the picture of his family?) to believe that there isn't a keylogger included in every web based e-mail login.

      --
      the NPG electrode was replaced with carbon blac
    9. Re:One more reason to use Google Apps by __aaxtnf2500 · · Score: 1

      Your rambling prose is difficult to parse, but are you saying it is stupid to assume that a web service that authenticates with a password is not hacked? What is the purpose of capping passwords when you own the resources to begin with?

    10. Re:One more reason to use Google Apps by lordbeejee · · Score: 1

      How do you expect any site to protect you if your machine/browser is compromised?

    11. Re:One more reason to use Google Apps by takev · · Score: 1

      a "good for one minute" code should also be used only once. A colleague told me to access all his wow accounts he has to wait 1 minute for each, because the "good for one minute" code is only allowed once.

    12. Re:One more reason to use Google Apps by lgw · · Score: 1

      By imposing delays on significant changes. Here's an example: in order to transfer money online from my bank to a new account, there's a process that takes a couple of days, and my bank warns me through many channels that this is in progess. But they need to add a phone call to this process - not necessarily even for confirmation, just a robocall "did you know a new account has been linked to your account? call us immediatly if that wasn't you".

      Showing the last time someone logged on to your account is another defense, if a bit hard to take advange of. Requiring password changes to be confirmed through an outside channel (phone call, seperate pre-existing email address, etc) would be another.

      --
      Socialism: a lie told by totalitarians and believed by fools.
  3. Great...what if you're without your phone? by cayenne8 · · Score: 3, Insightful
    So..what happens if your phone is out of power, or lost or you just plain don't carry the damned thing EVERYWHERE you go?

    If this becomes mandatory..then if you have the situation listed above and are at a friend's house or library you can't check your email?

    --
    Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    1. Re:Great...what if you're without your phone? by Script+Cat · · Score: 2

      Just memorize the code and type it in when you log on.

    2. Re:Great...what if you're without your phone? by h4rr4r · · Score: 1

      Why would you not have your cellular phone with you?
      Most phones can be charged via USB, how often in your life are you at a location with a computer(to check said email), but not within reach of a usb port?

    3. Re:Great...what if you're without your phone? by fermion · · Score: 1
      Paypal has this system and I really like it. At first they had a one time pad which they sold for a few dollars. Then they went a system in which they texted a number from a one time pad. For people without phones with them at all time, I suppose this would be an option, i.e. google selling a one time pad.

      Also, I am not sure if this is completely new. I notices when i was signing people in Google back in August that google was asking for a phone number, and people were getting texts and calls. I suppose this may have only been for registration.

      I an not sure if I really want this to be standard. With paypal it is not an issue, as I only log in occasionally. For sites, like my bank, where I am on all the time it would become annoying. Likewise gmail, which is used in various production setting, might become an impediment to productivity. It might drive people to MS solutions, which generally focus a bit more on ease of use at the expense of security.

      --
      "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
    4. Re:Great...what if you're without your phone? by BradleyUffner · · Score: 2

      Why would you not have your cellular phone with you?
      Most phones can be charged via USB, how often in your life are you at a location with a computer(to check said email), but not within reach of a usb port?

      Because I forgot it on the nightstand, or on my desk. I frequently work from home so I don't have it on my person at all times. When I leave for a meeting or to grab lunch I sometimes forget to put it in my pocket.

    5. Re:Great...what if you're without your phone? by Anonymous Coward · · Score: 0

      If it is optional, it means that if you anticipate being in that situation, you don't engage in the program.

    6. Re:Great...what if you're without your phone? by thatskinnyguy · · Score: 4, Informative

      Because some of us travel to countries/continents where cell service is either at a premium or non-existent but internet service is available by satellite. Try getting a signal in the middle of a jungle in Central America. No. I can't hear you now.

      --
      The game.
    7. Re:Great...what if you're without your phone? by Beardo+the+Bearded · · Score: 3, Insightful

      Why would you not have your cellular phone with you?

      Because I do not OWN a cell phone. They're a huge fucking ripoff and until they get to the point where it's a reasonable price with vendors that aren't asshole oligopolies I will not get one.

      --

      ---
      ECHELON is a government program to find words like bomb, jihad, plutonium, assassinate, and anarchy.
    8. Re:Great...what if you're without your phone? by SanityInAnarchy · · Score: 1

      Mod parent -1 Get Off My Lawn.

      Seriously.

      What happens if your phone is out of power? The same thing that happens if your laptop battery is out of power.

      Or lost? The same thing that happens if your laptop is lost.

      Or you just plain don't carry the damned thing everywhere? Honestly, where don't you carry it? I certainly carry my phone a lot more places than I carry my laptop.

      And why on earth would this ever be mandatory?

      Really, your post has the tone of "OMG how dare they add a feature I don't like!"

      --
      Don't thank God, thank a doctor!
    9. Re:Great...what if you're without your phone? by gstoddart · · Score: 3

      Why would you not have your cellular phone with you?

      Because I used my cell phone very little and don't use it for stuff like signing onto gmail?

      Not all of us are tethered to a cell phone 24/7, nor do we want to be.

      --
      Lost at C:>. Found at C.
    10. Re:Great...what if you're without your phone? by sanchom · · Score: 1

      It's not mandatory.

    11. Re:Great...what if you're without your phone? by ChunderDownunder · · Score: 1

      except if your connection is 'micro' usb. Many people I know have a metric shitload of mini usb cables but micro usb, not so. Maybe in a couple of years when this newish connection reaches saturation.

    12. Re:Great...what if you're without your phone? by Anonymous Coward · · Score: 0

      *woosh*...

    13. Re:Great...what if you're without your phone? by C_amiga_fan · · Score: 1

      >>>Why would you not have your cellular phone with you?

      Often (like in the office).

      And even if I carried it with me, it does not accept text messages (unless I pay for them - which I do not). Of course my Chase card gets around this by sending the passcode to my email address.

      >>>Most phones can be charged via USB

      Since when? Every phone I've ever seen needed a special power adapter.

      --
      FREE magazine : http://clarkesworldmagazine.com/prior/
    14. Re:Great...what if you're without your phone? by zn0k · · Score: 3, Informative

      They offer a smart phone app for several platforms that doesn't require Internet access. Just like an RSA keyfob doesn't require Internet access.

    15. Re:Great...what if you're without your phone? by Anonymous Coward · · Score: 0

      Frankly, the system is retarded. I have a static IP - allow me to set it so I can only login from this IP and alternatively, require me to verify additional secrets (like passphrase 1, 2, 3, 4, 5) if I want to allow additional IPs to login.

      IPv6 should fix the issue with lack of static IP.

      There is absolutely no need to verify over some cell (mine can't even receive SMS - they are disabled - as this is Canada and I get charged if I allow SMS). Heck, 99% of the time I don't have a cell... If Google requires me to have SMS, well, they lose my account for certain. Even regular phone-back is not very welcome often - it's annoying.

    16. Re:Great...what if you're without your phone? by wHartHog(69) · · Score: 2

      Because I don't need a reason not to have my phone with me.

    17. Re:Great...what if you're without your phone? by AndrewNeo · · Score: 1

      I think you mean "OMG how dare they add an optional feature I don't like!"

    18. Re:Great...what if you're without your phone? by wjousts · · Score: 1

      Yet

    19. Re:Great...what if you're without your phone? by wjousts · · Score: 1

      Believe it or not, but some people don't have cell phones.

    20. Re:Great...what if you're without your phone? by DerekLyons · · Score: 0

      Yeah, the system only works 99.99% of the time for 99.99% of the users - so it must be useless.

    21. Re:Great...what if you're without your phone? by cayenne8 · · Score: 1

      "Paypal has this system and I really like it. "

      Really? I've never seen this on Paypal.

      Just a simple username and password to get in is all I've ever seen or used.

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    22. Re:Great...what if you're without your phone? by seifried · · Score: 2, Insightful

      You know just because you carry a cell phone doesn't mean you have to answer it (or even leave it on). You can also send the call to voice mail, or if you don't have voice mail just ignore it/mute it.

    23. Re:Great...what if you're without your phone? by PrimaryConsult · · Score: 1

      This. Also third party cables do not seem to work as reliably as third party mini usb cables, so whether or not you'll actually be able to charge/power the phone with it on the computer you plug it into is a crapshoot.

    24. Re:Great...what if you're without your phone? by 4phun · · Score: 1

      Why would you not have your cellular phone with you?

      Because I do not OWN a cell phone. They're a huge fucking ripoff and until they get to the point where it's a reasonable price with vendors that aren't asshole oligopolies I will not get one.

      Google has an Android for you.

      Get with their program.

    25. Re:Great...what if you're without your phone? by cayenne8 · · Score: 1

      "And why on earth would this ever be mandatory?"

      The article mentioned it was optional, but mentioned a possibility that it might become mandatory.

      And no..not everyone carries a cell phone with them 24/7,.and even those that do, may not pay the extra $$ is costs for SMS text messaging service to be added onto their plan.

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    26. Re:Great...what if you're without your phone? by Runaway1956 · · Score: 1

      Why "woosh"? I mean, I want to check my mail this evening, but I forgot my phone at work this afternoon. I'll call in tomorrow, and memorize the code, so that I can use it now! Errr, wait - I guess I've gotta finish my time machine first?

      --
      "Windows is like the faint smell of piss in a subway: it's there, and there's nothing you can do about it." - Charlie Br
    27. Re:Great...what if you're without your phone? by Anonymous Coward · · Score: 0

      While setting this up you get a generated list of one-time backup codes. Just put them in your Dropbox or print them out and put that hard-copy in your wallet.

    28. Re:Great...what if you're without your phone? by rcuhljr · · Score: 1

      My droid charges via USB. I use blizzards authenticator application for my WoW account for over a year now and haven't had any issues with it. This may not be for everyone, but I can't think of a time I've ever wanted to check my email that I haven't had access to my phone.

    29. Re:Great...what if you're without your phone? by Runaway1956 · · Score: 1

      How about, "I seldom carry the damned cell phone because people can FIND ME!" I pay for the phone for MY convenience, not for everyone else's convenience. If the boss wants to be able to find me, he can pay for the cell phone, then I can forget HIS cellphone at the restaurant!!

      --
      "Windows is like the faint smell of piss in a subway: it's there, and there's nothing you can do about it." - Charlie Br
    30. Re:Great...what if you're without your phone? by cayenne8 · · Score: 1

      "Why would you not have your cellular phone with you?"

      You're assuming everyone has a cell phone?

      For instance, my Mom didn't have a cell phone for year, and only recently got one a month or two ago for carrying for emergencies only. But I do pay for her a computer and connection at her home. So, before this..she'd not be able to log on (if mandatory 2-phase) before she got her phone.

      And, even now..it is ONLY for emergencies while out driving..so, no txt plan.

      Not everyone has and uses a cell phone...and there are still a ton of people out there with cell phones that still simply do not want to pay the extra, often high fees for a text plan on their cell phones.

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    31. Re:Great...what if you're without your phone? by tagno25 · · Score: 1

      If you want 2-factor Paypal checkout http://paypal.com/securitykey

    32. Re:Great...what if you're without your phone? by Runaway1956 · · Score: 1

      Best answer yet. You must be working hard to become an old asshole like me, LOL

      --
      "Windows is like the faint smell of piss in a subway: it's there, and there's nothing you can do about it." - Charlie Br
    33. Re:Great...what if you're without your phone? by Anonymous Coward · · Score: 0

      Yet.

      If we don't stand up to this now, then when it becomes mandatory it will be too late!

      You know how the saying goes:
      First they made it optional for Jews to go to the concentration camps
      Then they forced them too with guns.

      We must let Google know that we will not take this abuse, and also that requiring a cell phone to log onto e-mail is the same as genocide.

    34. Re:Great...what if you're without your phone? by Anonymous Coward · · Score: 0

      Some employers do not allow cell phones on site.

    35. Re:Great...what if you're without your phone? by MobileTatsu-NJG · · Score: 1

      So..what happens if your phone is out of power, or lost or you just plain don't carry the damned thing EVERYWHERE you go?

      Most of the large handful of people this will affect will consider finding a way to improve their cell phone availability because it means they can't get phone calls either. One or two peeps will genuinely be bitten by it and find themselves unable to get their email for a bit. A sizable group of people who haven't been affected by it and likely won't be will go on Slashdot and bleat on about it like it like it's some big crushing, yet invisible, problem.

      --

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

    36. Re:Great...what if you're without your phone? by gstoddart · · Score: 4, Insightful

      Or, you know, I don't carry it -- which is what I do now.

      Why is it so hard to understand that many of us simply do not carry our cell phones all of the time, nor do we want to? Are you guys so obsessed with your phone you never put it down and walk away and can't fathom that other people don't?

      I sure as hell don't want a cell-phone to be an integral part of logging into my webmail.

      --
      Lost at C:>. Found at C.
    37. Re:Great...what if you're without your phone? by natehoy · · Score: 1

      http://www.google.com/support/accounts/bin/static.py?page=guide.cs&guide=1056283&topic=1102160

      I haven't set it up yet, it's not yet available on my account. So everything I'm about to say comes from reading the manual.

      Google appears to be providing you the option of SMS texting you or calling you on a voice line. If you opt for the "landline" option I presume an electronic voice will read off the number for you, so no SMS charges, no need for a cell phone at all. You can use your landline.

      --
      "This post contains words, known to the State of California to cause thought. Wash brain thoroughly after reading."
    38. Re:Great...what if you're without your phone? by wed128 · · Score: 0

      So let's not ever do anything that benefits anyone except for those cell-phoneless luddites.

    39. Re:Great...what if you're without your phone? by mlts · · Score: 1

      I've been using Paypal's security token (an OEM-ed VASCO device), and added the SMS feature as well.

      Two factor authentication is a must these days, although it would be nice if people could standardize on a ZTIC-like appliance that plugged in a USB port and asked the critical questions through its interface.

    40. Re:Great...what if you're without your phone? by noidentity · · Score: 2

      If it worked like that, it wouldn't be two-factor anymore (it would just be a system where your password must be entered in two chunks in two separate fields, no more secure than currently).

    41. Re:Great...what if you're without your phone? by Catskul · · Score: 2

      ... the code changes every time you login. Memorizing it will do you no good. That is, in fact, the point. To compromise the second factor, you need to have the phone.

      --

      Im not here now... Im out KILLING pepperoni
    42. Re:Great...what if you're without your phone? by IcyWolfy · · Score: 1

      You obviously have never banked outside the US.
      Where if you want to do -anything- you need to look up the TAN from a one-time use pad that's mailed out to you. They ask fory our password, and then "Enter tan 82:"

    43. Re:Great...what if you're without your phone? by Beardo+the+Bearded · · Score: 1

      Are you even remotely serious?

      I just looked up a plan, and they start at $50 a month for 100 minutes and 500MB of data plus the monthly connection fees, stealing from you fees (they call these "9-1-1 fees"), etc.

      How is that not an abject ripoff?

      --

      ---
      ECHELON is a government program to find words like bomb, jihad, plutonium, assassinate, and anarchy.
    44. Re:Great...what if you're without your phone? by maxume · · Score: 2

      I don't think they are too worried about the segment of their userbase that refuses to carry a cell phone but wants to check their email from random restaurants.

      --
      Nerd rage is the funniest rage.
    45. Re:Great...what if you're without your phone? by geminidomino · · Score: 1

      I think you mean "OMG how dare they add an optional feature I don't like!"

      Okay, I know this is /. and no one expects you to RTFA, but FFS, at least read the summary.

      The new two-factor authentication system is a voluntary program right now, although it could become mandatory at some point in the future.

      And I did the unthinkable and confirmed that it IS in fact, in TFA.

      Two-Factor authentication is good.

      Requiring you to tie your cell phone number to an email address in the hands of the biggest dataminers in the fucking world? Not so much.

    46. Re:Great...what if you're without your phone? by jonbryce · · Score: 1

      Do incoming texts cost you anything? As far as I'm aware, none of the cellphone companies in the UK charge for incoming texts, even when you are roaming abroad. The one I use has unlimited outgoing texts as standard when inside the UK, and it is very difficult to find a plan that doesn't have at least 50 outgoing texts per month.

    47. Re:Great...what if you're without your phone? by Anonymous Coward · · Score: 0

      Like the "remember me" options already used, there's a tickbox which means you won't need to get a code on that computer for 30 days.

    48. Re:Great...what if you're without your phone? by Inner_Child · · Score: 0, Troll

      I do not OWN a cell phone.

      Hey, it's the new White Person catchphrase! It used to be "I do not OWN a television," but "that shit's played, yo." It's gotten to the point where no one cares about the endless ranting about how bad TV is and how that particular person is soooo much better for not having one. Now these self-important bastards can do the same thing and keep their smug superior attitude, but still watch Hawaii Five-O!

      And yes, I get the hypocrisy of my sig in conjunction with this post, but is it really necessary to inform everyone in earshot (or everyone reading the comments, in this case) of your preference, despite there being virtually no chance of anyone actually caring?

      *waves goodbye to his karma*

      I'm going to miss you!

      --
      Today is red jello day - all workers must eat all of their red jello. Failure to comply will result in five demerits.
    49. Re:Great...what if you're without your phone? by chinakow · · Score: 2

      What are you four? Learn to read the caller ID or here's a thought, don't answer your phone when you don't want to talk. I take youth comment back, old people are the same way, they think just because a phone rings in earshot it must be answered. Anyway, keep your hair on grandpa, and learn how to silence a phone when you don't want to be bothered.

    50. Re:Great...what if you're without your phone? by bruno.fatia · · Score: 1

      I heard they have a landline you can call and it reads the code for you

    51. Re:Great...what if you're without your phone? by icebraining · · Score: 1

      So don't use it and you won't be any less secure than now. What's the problem?

      Why is it so hard to understand that many of us simply do not carry our cell phones all of the time, nor do we want to? Are you guys so obsessed with your phone you never put it down and walk away and can't fathom that other people don't?

      I don't use my phone much (one call per month, or so), but when I need it it's useful to have it, and they're not exactly bulky nowadays.

      I don't see the point in not carrying it.

    52. Re:Great...what if you're without your phone? by icebraining · · Score: 1

      Often (like in the office).

      Parent asked why, not when.

      And even if I carried it with me, it does not accept text messages (unless I pay for them - which I do not).

      We europeans can't understand that concept :)

    53. Re:Great...what if you're without your phone? by Tetsujin · · Score: 1

      Then they forced them too with guns.

      I think you're missing a comma in there...

      --
      Bow-ties are cool.
    54. Re:Great...what if you're without your phone? by Anonymous Coward · · Score: 0

      on your bank site all the time huh?
      whats the delta B on your Balance that you need to check it so often?
      poop

    55. Re:Great...what if you're without your phone? by ediron2 · · Score: 1

      Yo. I'm a let you finish, but first you need to check out platinumtel.com -- stupid cheap per-minute plan. Found it via cellguru's prepaid comparison chart, if memory serves. No other relationship.

    56. Re:Great...what if you're without your phone? by pmontra · · Score: 1

      I happened to be on vacation in Mongolia two years ago. I was in an Internet shop in a small town with no cell phone coverage (no international roaming there with my operator) but I could access gmail. I wouldn't be if this verification process was active. Luckily it is optional because it's a bad idea in some scenarios, as it binds your access to google services to your phone being online.

    57. Re:Great...what if you're without your phone? by dr00p · · Score: 1

      Then don't use the 2 factor auth. It's a opt-in feature :)

    58. Re:Great...what if you're without your phone? by Patch86 · · Score: 1

      I bought a Nokia for £10. On pay as you go it's free to receive calls and texts, and while not exactly cheap for outgoing calls/texts it's hardly extortionate compared to my (largely neglected) landline. It also has a frickin torch built in, and about a week battery life on standby. It's my backup phone at the moment, but it did perfectly good duty as my main phone for about 6 months.

      If you have any need of a mobile phone at all, you don't need to get ripped off. Just don't buy a blinking iPhone and you'll be fine.

    59. Re:Great...what if you're without your phone? by SanityInAnarchy · · Score: 1

      Fair enough, though keep in mind what "requiring" really entails here. First, they mentioned an app -- assuming that app generates stuff locally, it doesn't need to phone home, so they don't need your cell phone, and someone could port the app to your PC or the web in general.

      Second, all it really means is that if they eventually decide to do this and it bothers you that much, you move to another free email provider. If you're paying for it for a domain, all the better, you won't even have to change your email address.

      --
      Don't thank God, thank a doctor!
    60. Re:Great...what if you're without your phone? by SanityInAnarchy · · Score: 1

      I'd bet people have cell phones than have computers. Just look at India.

      --
      Don't thank God, thank a doctor!
    61. Re:Great...what if you're without your phone? by Anonymous Coward · · Score: 0

      I, and hundreds of thousands like me, work in classified facilities where cellphones and other devices that download and transmit data are banned.

    62. Re:Great...what if you're without your phone? by James_Duncan8181 · · Score: 1

      "Requiring you to tie your cell phone number to an email address in the hands of the biggest dataminers in the fucking world? Not so much." You'll be pleased to know that if you have an Android, iOS or Blackberry device you don't have to. Even optionally.

      --
      "To any truly impartial person, it would be obvious that I am right."
    63. Re:Great...what if you're without your phone? by antdude · · Score: 1

      For me, I don't have one or need one. I have speech and hearing impediment, and rarely go out. I do use Internet a lot though for communciations.

      --
      Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
    64. Re:Great...what if you're without your phone? by Anonymous Coward · · Score: 0

      You're missing the fact that his mentioning he didn't have a phone was explicitly relevant to the conversation. It would be similar to this exchange:

      "Did you watch American Idol last night?"

      "No, I don't have a tv."

      "Oh, well, what a high-and-mighty better-than-thou you are! You just can't resist telling everybody you don't have a tv, can you? Blah blah blah..."

      Your response was a little high-strung. By the way, I don't have a cell phone either. It's not uncommon, and it's a pertinent point when talking about a new security feature that requires a cell phone.

    65. Re:Great...what if you're without your phone? by h4rr4r · · Score: 1

      They have text and email on phones now. I attended university at the same place that hosts the National Technical Institute for the Deaf, they all had texting phones and smartphones.

    66. Re:Great...what if you're without your phone? by xaxa · · Score: 1

      >>>>Most phones can be charged via USB

      Since when? Every phone I've ever seen needed a special power adapter.

      Since China and the EU told the manufacturers to standardise, to cut waste and help consumers.

      (So maybe US-only phones will still have weird connectors, I don't know.)

    67. Re:Great...what if you're without your phone? by xaxa · · Score: 1

      Some employers do not allow cell phones on site.

      They sound like exactly the same employers who do not allow checking your personal email on-site.

    68. Re:Great...what if you're without your phone? by h4rr4r · · Score: 1

      Places you should not be checking your gmail account from, is my bet.

    69. Re:Great...what if you're without your phone? by screwzloos · · Score: 1

      You think 99.99% of people carry cell phones?

      You may want to check your sources.

    70. Re:Great...what if you're without your phone? by antdude · · Score: 1

      But I can do that on my computers. Why do I need that when I don't go out. :P

      --
      Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
    71. Re:Great...what if you're without your phone? by Inner_Child · · Score: 1

      Had he said, "Sorry, I don't have a cell phone," that would have been one thing. What I took issue with was: "They're a huge fucking ripoff and until they get to the point where it's a reasonable price with vendors that aren't asshole oligopolies I will not get one." (Yes yes, you have your reasons, we get it.)

      And his later response: "I just looked up a plan, and they start at $50 a month for 100 minutes and 500MB of data plus the monthly connection fees, stealing from you fees (they call these "9-1-1 fees"), etc." (So he didn't look very hard, and God forbid he'd ever need to call 911.)

      But you're right, not having a phone is relevant. It's just not worthy of broadcast with that level of misinformed and misdirected vitriol.

      --
      Today is red jello day - all workers must eat all of their red jello. Failure to comply will result in five demerits.
    72. Re:Great...what if you're without your phone? by HAKdragon · · Score: 1

      But are you allowed to access gmail in such a classified facility?

      --
      "Our opponent is an alien starship packed with atomic bombs. We have a protractor."
    73. Re:Great...what if you're without your phone? by bluemonq · · Score: 2

      1) Get a Virgin Mobile MiFi from Walmart. Buy 1GB for $20 top-up cards (only available at Walmart).
      THEN
      2a) Buy new or used iOS smartphone off of contract capable of running Talkatone app, which provides VoIP via GMail which has free US phone calls.
      3a) Install Talkatone app.
      4) Done.
      ===
      2b) Buy any Android or iOS smartphone off of contract capable of later versions of Skype which allow cellular VoIP.
      3b) Install Skype with Pay as you Go option.
      4) Done.

    74. Re:Great...what if you're without your phone? by bluemonq · · Score: 4, Informative

      Do you have access to a landline? Because you can set the account settings to call you via a backup number and have the code read out to you. Or you can print out some backup codes and keep them in your wallet if you choose to do so. Not only that, you have to option to not have to enter a new verification code for 30 days, just your password, so if you brought your laptop along with you, you could have enabled the 30 day grace period. Then, when you go someplace and realize that you do in fact get reception, turn the 30day off. You can even generate a ton of one-time codes for use on public computers! And once you generate the code and copy it down somewhere, you can hide it - and the code can't be retrieved from your account again! And you can revoke them at any time! And if this isn't enough choice for you - you can simply not opt-in. That's right, this is entirely opt-in.

    75. Re:Great...what if you're without your phone? by thesandtiger · · Score: 1

      Volume->mute.

      Voila, you aren't tethered to your phone, and won't even know if it rings.

      Amazing things, these phones. They let you get calls when you want and completely ignore 'em when you don't, while still allowing you to have them in a pinch.

      --
      Since I can't tell them apart, I treat all ACs as the same person.
    76. Re:Great...what if you're without your phone? by Beardo+the+Bearded · · Score: 1

      We have two carriers here and they collude on prices. Any startups get bought by them and then the good plans are changed into the same old plans, and you already signed a contract so too bad for you.

      The 911 fee is fraudulent and has nothing to do with accessing 911, it has to do with adding more money into the telcos. We have the same rules as the FCC where any phone must be able to call 911 even if there's no plan and no minutes.

      --

      ---
      ECHELON is a government program to find words like bomb, jihad, plutonium, assassinate, and anarchy.
    77. Re:Great...what if you're without your phone? by interkin3tic · · Score: 1

      Because some of us travel to countries/continents where cell service is either at a premium or non-existent but internet service is available by satellite. Try getting a signal in the middle of a jungle in Central America. No. I can't hear you now.

      Could you setup a google voice account, have the SMS verification sent over that, and check it online before you login to gmail? Skype? Some other VoIP? At the very least, you could have gmail forward to another, slightly less secure e-mail account.

    78. Re:Great...what if you're without your phone? by __aaxtnf2500 · · Score: 3, Insightful

      Hey there are plenty of Machine looms still in use all over the country. I think you can find one to go smash rather than attempt to convince the people on a technology forum that the ability to wirelessly communicate outside of your home is for fancypants techno-fiends intent on throwing their money away to "the man."

    79. Re:Great...what if you're without your phone? by interkin3tic · · Score: 1

      Hey, it's the new White Person catchphrase! It used to be "I do not OWN a television," but "that shit's played, yo." It's gotten to the point where no one cares about the endless ranting about how bad TV is and how that particular person is soooo much better for not having one. Now these self-important bastards can do the same thing and keep their smug superior attitude, but still watch Hawaii Five-O!

      No, I think the new white person catchphrase is not so much a phrase but more of a "making an off-topic post." Bonus white-points if you make fun of self-important bastards insulting bad TV shows, then subtly insulting a bad TV show yourself.

      ...is it really necessary to inform everyone in earshot (or everyone reading the comments, in this case) of your preference, despite there being virtually no chance of anyone actually caring?

      If you read GGP before reading GP, you'd notice that it was actually germane to the topic.

      And yes, I get the hypocrisy of my sig in conjunction with this post... I mod trolls +i, Imaginary.

      Your post was a veritable MC escher of hypocrisy. I think it actually canceled itself out at some point, once my head stops spinning I might be able to say for sure.

    80. Re:Great...what if you're without your phone? by geminidomino · · Score: 1

      You'll be pleased to know that if you have an Android, iOS or Blackberry device you don't have to. Even optionally.

      If you're referring to "Google Authenticator," I don't trust it.
      The latest version says "Refresh Codes automatically over time" but it still says "No special permissions."

      Sure, it's possible that they didn't update the permission list, but that means that the permissions list isn't entirely trustworthy, so I'll wait until I have a non-phone android device...

    81. Re:Great...what if you're without your phone? by 93+Escort+Wagon · · Score: 1

      While setting this up you get a generated list of one-time backup codes. Just put them in your Dropbox or print them out and put that hard-copy in your wallet.

      If you put this in your dropbox, it's no longer "two factor" authentication (something you know + something you have). It then just becomes security via using two passwords.

      Of course you could probably make the same argument about the list being sent to you via email in the first place - but I assume one would securely delete the email after printing the list, so the window of opportunity for an attacker would be quite short.

      --
      #DeleteChrome
    82. Re:Great...what if you're without your phone? by DerekLyons · · Score: 0

      That sound you just heard is my point whooshing over your head, carrying your reading comprehension with it. (Tip: Read TFA and note that cell phones aren't the only alternative.)

      Then engage your brain and consider the audience that uses Gmail - you don't think that virtually all of them have cell phones?

      But either way, my point remains the same - that edge cases exist in which this method is not useful doesn't mean those edge cases are anything but a microscopic minority.

    83. Re:Great...what if you're without your phone? by Anonymous Coward · · Score: 0

      keep a copy in your wallet. on paper.

    84. Re:Great...what if you're without your phone? by Penguin+Programmer · · Score: 1

      Yes, but that's what banks call two-factor security these days. Password and mother's maiden name are two factors, right?

    85. Re:Great...what if you're without your phone? by Sancho · · Score: 1

      There's a huge amount of overlap, to be sure. But to the GP's credit, there are some that allow such access because they monitor everything that goes across their network or happens on their PCs. It's much harder to monitor things that are going across the cellular network.

    86. Re:Great...what if you're without your phone? by ftobin · · Score: 2

      Why is it so hard to understand that many of us simply do not carry our cell phones all of the time, nor do we want to? Are you guys so obsessed with your phone you never put it down and walk away and can't fathom that other people don't?

      Those pesky keys you carry around to get into your house and car are so annoying too! In order to ease your burden, you should consider just leaving your house and care unlocked. It'll be easier on your mind that way.

      I sure as hell don't want a cell-phone to be an integral part of logging into my webmail.

      It's all about ease of use.

    87. Re:Great...what if you're without your phone? by noidentity · · Score: 1

      Yes, if you enter something like ijbhihgviherithoijsxcfimser for your mother's maiden name.

    88. Re:Great...what if you're without your phone? by dudpixel · · Score: 1

      So..what happens if your phone is out of power, or lost or you just plain don't carry the damned thing EVERYWHERE you go?

      If this becomes mandatory..then if you have the situation listed above and are at a friend's house or library you can't check your email?

      same thing that happens when you forget your password...

      --
      This seemed like a reasonable sig at the time.
    89. Re:Great...what if you're without your phone? by Mashiki · · Score: 1

      That's nice. But in some parts of the world(like Canada) cell phones are so expensive that the telco's fuck you in the face with a cheese shredder as a form of business.

      --
      Om, nomnomnom...
    90. Re:Great...what if you're without your phone? by cayenne8 · · Score: 1

      "If you put this in your dropbox,"

      What is a 'dropbox'?

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    91. Re:Great...what if you're without your phone? by Zemran · · Score: 1

      Why would you not have your cellular phone with you?

      Because I am not attached to it or in love with it to the degree that I cannot live without it. Why should I have to have it with me?

      More importantly, why are all these sheeple seriously considering giving their mobile number to Google? ARE YOU ALL CRAZY????

      --
      I love stacking my barbecues in the shed at the end of summer - you can't beat a bit of grill on grill action.
    92. Re:Great...what if you're without your phone? by cayenne8 · · Score: 1

      "You obviously have never banked outside the US.

      Where if you want to do -anything- you need to look up the TAN from a one-time use pad that's mailed out to you.

      They ask fory our password, and then "Enter tan 82:""

      NOpe....why would I ever bank outside the US if I live in the US?

      Never heard of a TAN before...what does that stand for?

      I assume you're just talking about access to your bank account when online (web)...surely you don't have to do this when AT the bank talking to a live teller....or the drive up window or ATM...?

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    93. Re:Great...what if you're without your phone? by mehrotra.akash · · Score: 1

      are they a ripoff??
      In India, calls make from cell phones cost between Rs 1.5 - Rs 0.3 per minute, and a message costs Rs 0.01
      And these are the 3G rates, 2G is cheaper
      (for conversion , 1USD = Rs 45 approx)
      You can buy a cellphone starting at Rs 800-1000(unlocked) and Android based smartphones from Rs 6600 onwards
      With US,etc having much higher cellphone penetration, I would assume that the rates are much lower there.

    94. Re:Great...what if you're without your phone? by brusk · · Score: 2

      It also has a frickin torch built in

      I sincerely hope you were speaking British there.

      --
      .sig withheld by request
    95. Re:Great...what if you're without your phone? by Anonymous Coward · · Score: 0

      See, this site is billed as "news for nerds, stuff that matters". And while it mostly isn't that anymore, a lot of us here are nerds who spent the 80s and more-or-less the 90s wishing we had a computer in our pocket we could carry everywhere and use anytime.. y'know, because we're nerds.

      Now those computers finally exist, and although they're called "smartphones", making phone calls is probably the thing we use them for least. They let us email, play music, edit documents, develop software, surf the web, record pictures and videos, take notes, play games, everything. Yeah, you can bet we're obsessed with our decades-long fantasy, brought to life and parked in our pockets.

      If you can't stand pocket computers, then GTFO. It still says "news for nerds", and you're sure as hell not one.

    96. Re:Great...what if you're without your phone? by Call+Me+Black+Cloud · · Score: 2

      Shoot, you stole my answer.

      My wife often complains that I don't carry my phone with me all the time or that I have it with me in my car but it's turned off. Sometimes I don't want to be bothered by a phone call - I just want some uninterrupted time to myself. Her response? "What if there's an emergency?" My response: "Call 911, not me".

      Yes, we've played that out many many times now.

      What surprises me is that there's someone who is surprised that a person may actually not have a phone with them. Why would someone want to be connected every single moment of every single day?

    97. Re:Great...what if you're without your phone? by tftp · · Score: 1

      Then engage your brain and consider the audience that uses Gmail - you don't think that virtually all of them have cell phones?

      If you imply that most Gmail users are geeks, that's not so. Gmail is a simple email, and as result it is attractive to many people. Geeks, in fact, would be not so interested in Gmail because it is not very secure.

      I do have a Gmail account, but I have a bunch of other email accounts, on real, paid-for servers, and I carefully choose which email to use for what.

      I have a cell phone, but it doesn't receive SMS. I guess they could call the number, but I won't give it to Google anyway. If they make this system mandatory they'd better send me an RSA token, otherwise I'm done with them. The cost of their free service would be too high for me.

      It's Google's decision, of course, to bet on teenagers who are married to their phones. Looking at vast history of stupid business decisions at Google, I'm sure they will do just that.

    98. Re:Great...what if you're without your phone? by 93+Escort+Wagon · · Score: 1

      "If you put this in your dropbox,"

      What is a 'dropbox'?

      Since the person to whom I was responding capitalized it (although I didn't), I'm pretty sure he's referring to this: Dropbox. Basically it's an online service that keeps the contents of a particular folder (called your "dropbox") in sync across an arbitrary number of computers.

      So when he advocated saving the one-time pad as a file on a computer, basically it just becomes like any other file - accessible to anyone who might crack either his account on any computer, or his account with Dropbox. That's why I said it was no longer "something you have", because there's no unique copy at that point. Access to it just requires cracking another password.

      --
      #DeleteChrome
    99. Re:Great...what if you're without your phone? by fahrbot-bot · · Score: 1

      rather than attempt to convince the people on a technology forum that the ability to wirelessly communicate outside of your home is for fancypants techno-fiends intent on throwing their money away to "the man."

      Or people who have no real pressing need for a cell phone or to use it all the time. I own a Qualcomm QCP-1900 from 1988 that I only use for emergencies. My provider doesn't support SMS on it. The plan is dirt cheap, but can't remember the last time I used the phone.

      --
      It must have been something you assimilated. . . .
    100. Re:Great...what if you're without your phone? by SnowZero · · Score: 1

      Not true, if you install the Android app it works completely offline. It imports data via a 2D-barcode displayed in gmail when you set up 2-factor. You don't even need a phone with a working SIM.

      Go here and click on "permissions":
          https://market.android.com/details?id=com.google.android.apps.authenticator
      Note that no internet or phone access is listed.

    101. Re:Great...what if you're without your phone? by SnowZero · · Score: 1

      Perhaps you missed the part about being able to optionally associate it with an IP for 30 days? Entering a 6-digit code 12 times a year doesn't sound too onerous to me.

    102. Re:Great...what if you're without your phone? by SnowZero · · Score: 1

      Okay, I know this is /. and no one expects you to RTFA, but FFS, at least read the summary.

      The new two-factor authentication system is a voluntary program right now, although it could become mandatory at some point in the future.

      And I did the unthinkable and confirmed that it IS in fact, in TFA.

      Now click through to the original blog post from Google itself, and look for any hint that this will ever be made mandatory. Nope, nothing there. I wonder if TFA's author was just trying to sound dramatic, like so many of the "news" sites out there.

      I can play that game too: "Gmail is currently a free service, although it could have a monthly fee at some point in the future."

      Sure, either could happen, but it's pure speculation.

    103. Re:Great...what if you're without your phone? by pmontra · · Score: 1

      You are right but there are scenarios where even that doesn't work. An example: the Android app doesn't work on my Symbian phone. I won't buy a smartphone only for using gmail but I'll accept a present from Google (a Nexus S) and stop complaining :-)

    104. Re:Great...what if you're without your phone? by SnowZero · · Score: 2

      If you don't trust the app, inspect the source here and compile it yourself:
          http://code.google.com/p/google-authenticator/

      If you don't trust the compiler, get a yubikey which implements the same standard.

      If you don't trust a 3rd party vendor, implement something for RFC-4226 yourself:
          http://tools.ietf.org/html/rfc4226

      If you still don't trust that, I suggest you get a different email provider :)

    105. Re:Great...what if you're without your phone? by SnowZero · · Score: 2

      There are some hardware options, such as yubikey. Another alternative if you don't mind the extra weight is to find a used android phone -- since the app doesn't require a sim, you only need wifi to get it set up (actually if you wanted to you could use USB and install it directly).

      Also, check around to see if there's a Symbian app that implements HOTP (RFC 4226), since that's what Google uses. I imagine that if there isn't one yet, there will be one if this becomes popular.

      Good luck, and no you can't have my Nexus S :)

    106. Re:Great...what if you're without your phone? by Spad · · Score: 1

      It gives you the option to save the details on a given machine for 30 days, so if you just want to use it to "authorise" a specific PC rather than every time you log on, then you can do.

    107. Re:Great...what if you're without your phone? by Anonymous Coward · · Score: 0

      Landline? Was that the thing with the four wires and a RJ-11 connector that most people discontinued, like, five years ago? Next thing you'll be telling me I should go to the downtown telegraph office to contact Google.

    108. Re:Great...what if you're without your phone? by thisisntme · · Score: 1

      It also gives you a set of 10 one-time use codes that can be used instead of your phone. You can carry a couple in your wallet, or memorize one of them in case of emergency.

    109. Re:Great...what if you're without your phone? by bloosh · · Score: 2

      Or better yet, get a Google Voice account and number, tell everyone that you have a new number and use GV's call routing system to control how people contact you.

    110. Re:Great...what if you're without your phone? by Anonymous Coward · · Score: 0

      Presumably they sent you a new one time pad for every transaction? Otherwise it's not really a one time pad...

    111. Re:Great...what if you're without your phone? by tsj5j · · Score: 1

      A rather alarmist post that overshadows the progress Google puts forth here.
      Two-factor authentication is long overdue for communications that is critical and private for businesses and individuals alike.

      1.) Firstly and most importantly, the "mandatory" is pure guessing/speculation. Google almost always implements an opt-out system for such features.
      2.) Secondly, if you're the type that relies on e-mail being available everywhere (business-types), chances are your phone is also everywhere with you. The large majority already bring their phones everywhere with them. Those that don't are a really small group.

      Furthermore, it is very easy for Google to implement something like this:

      - Read-only and/or Reply-only mail for the past 24 hours if you only have the password, with no changes permitted to settings and all attempts logged.
      - Full access if you are able to reproduce the code. Those logging in through this way will be clearly warned of any past password-only attempts.

      This way, leakage of personal information and impersonation will be minimized whilst those needing their latest updates from email everywhere can get it.

    112. Re:Great...what if you're without your phone? by tehcyder · · Score: 1

      own a Qualcomm QCP-1900 from 1988 that I only use for emergencies.

      I think you mean 1998 don't you? In 1988 the only mobiles were military style with batteries the size of a brick, not something you could stick in your pocket and forget.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    113. Re:Great...what if you're without your phone? by wjousts · · Score: 1

      And you'd be wrong. I've had computers since I was 4 years old. I got a cell phone two weeks ago.

    114. Re:Great...what if you're without your phone? by wjousts · · Score: 1

      No, it's let not do something that excludes a portion of your users.

    115. Re:Great...what if you're without your phone? by tehcyder · · Score: 1

      It also has a frickin torch built in

      I sincerely hope you were speaking British there.

      No, that model also comes with a foldaway pitchfork too, so it's always ready for a good angry mob scene against the local mad scientist in his castle.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    116. Re:Great...what if you're without your phone? by tehcyder · · Score: 1

      Is it really a hardship to carry your own wind up micro usb cable around with you? I've got one, it's smaller than a USB thumb drive, cost a couple of quid on ebay.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    117. Re:Great...what if you're without your phone? by tehcyder · · Score: 1

      >>>Most phones can be charged via USB

      Since when? Every phone I've ever seen needed a special power adapter.

      All smartphones can be charged by usb, for a start.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    118. Re:Great...what if you're without your phone? by tehcyder · · Score: 1

      More importantly, why are all these sheeple seriously considering giving their mobile number to Google?

      I don't give a fuck who has my phone number, if someone rings and I don't know them, I don't answer.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    119. Re:Great...what if you're without your phone? by tehcyder · · Score: 1

      I'm not in the US and my bank doesn't do that.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    120. Re:Great...what if you're without your phone? by tehcyder · · Score: 1

      .surely you don't have to do this when AT the bank talking to a live teller

      I don't think I've been inside a bank branch and talked to someone for at least ten years.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    121. Re:Great...what if you're without your phone? by tehcyder · · Score: 1

      Requiring you to tie your cell phone number to an email address in the hands of the biggest dataminers in the fucking world? Not so much.

      If you're that worried about Goolge's datamining why use gmail in the first place?

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    122. Re:Great...what if you're without your phone? by tehcyder · · Score: 1

      Believe it or not, but some people don't have cell phones.

      But toddlers, people being held in secure psychiatric units and centenarians probably don't have email anyway.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    123. Re:Great...what if you're without your phone? by __aaxtnf2500 · · Score: 1

      No one is impressed that you carry a phone from the last millenium that does not provide a modern feature set. A burner from wal-mart is dirt cheap too and has modern capabilities. I'm sure you can access your free email from Google for a long time to come, as google will still want to mine your data and serve ads to you.

    124. Re:Great...what if you're without your phone? by tehcyder · · Score: 1

      I have a cell phone, but it doesn't receive SMS.

      I wouldn't even bother having a phone if it didn't do texting/SMSs. Probably 90%+ of my actual phone use is text rather than voice. It is interesting how the mobile phone culture is so different between the UK and the US.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    125. Re:Great...what if you're without your phone? by tehcyder · · Score: 1

      I heard they have a landline you can call and it reads the code for you

      Couldn't they just email the code to you?

      I think Google are unnecessarily complicating things here.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    126. Re:Great...what if you're without your phone? by dbitter1 · · Score: 1

      Those pesky keys you carry around to get into your house and car are so annoying too! In order to ease your burden, you should consider just leaving your house and care unlocked. It'll be easier on your mind that way.

      And that's why I have a combination lock on my back door, so I can go jogging or walk the dogs or whatever without worrying about carrying (or losing) those pesky keys. It is very easy on my mind.

      --
      For us carnivores, "Sucking the marrow out of life" isn't a transcendentalist philosophy but a practical instruction.
    127. Re:Great...what if you're without your phone? by wed128 · · Score: 1

      Does this mean my bank shouldn't have a banking app for a smartphone because not everyone owns one? Maybe walmart shouldn't do any business on the internet, because some people don't have internet access?

      Your argument is flawed, sir.

    128. Re:Great...what if you're without your phone? by wjousts · · Score: 1

      No it means your bank should move to exclusively require all customers to use their smartphone app. And I know this isn't compulsory for g-mail either....yet.

      But if it's not compulsory, then what's the point?

    129. Re:Great...what if you're without your phone? by c++0xFF · · Score: 1

      That's amazing. I've got the same mother's maiden name on my luggage!

    130. Re:Great...what if you're without your phone? by wjousts · · Score: 1

      Not everybody, even technically inclined people, even people who work in tech, are so passionately in love with technology that they have to own every piece available regardless of the cost or whether it's actually useful to them.

    131. Re:Great...what if you're without your phone? by wed128 · · Score: 1

      The point is, the people that want the extra security can enable it and authenticate with their phone, and those that want to continue business as usual can do so.

    132. Re:Great...what if you're without your phone? by Fastolfe · · Score: 1

      This is not mandatory and won't be mandatory. The whole "mandatory" crap was a complete fabrication in the giant game of Telephone that is the Internet.

    133. Re:Great...what if you're without your phone? by SuperQ · · Score: 1

      Unfortunately you can't use a Yubikey for gmail right now because it is using TOTP not HOTP. Yubico would have to make a battery version of the token to support the clock needed for TOTP.

    134. Re:Great...what if you're without your phone? by Patch86 · · Score: 1

      Apologies. I find myself unable to use the term "flashlight" without getting unpleasant mental images of a certain lonely gentleman's plaything.

    135. Re:Great...what if you're without your phone? by kingturkey · · Score: 1

      Yeah, except that is just random speculation from a random blogger (who by the way was just summarizing the Google Blog post, why wasn't that the article linked to on /. instead?). I doubt Google would be dumb enough to ever make this mandatory for all the reasons people have already listed here.

    136. Re:Great...what if you're without your phone? by robsku · · Score: 1

      Well, then they may fsck off as far as I'm concerned...

      --
      In capitalist USA corporations control the government.
    137. Re:Great...what if you're without your phone? by robsku · · Score: 1

      And neither does owning a cell phone mean that you have to carry it with you all the times.

      --
      In capitalist USA corporations control the government.
    138. Re:Great...what if you're without your phone? by SnowZero · · Score: 1

      Ah ok thanks for the correction. I had heard that that was a hardware option for GAFYD, but maybe there's nothing suitable available right now, or it isn't an option in the plain-gmail version. Hopefully some new demand will change that in short order :)

    139. Re:Great...what if you're without your phone? by SanityInAnarchy · · Score: 1

      What I meant to say was:

      I bet more people have cell phones than have computers.

      I'm not sure what you thought I was saying, but I'm not sure what your anecdote proves, especially when I didn't have a proper sentence (sorry about that).

      --
      Don't thank God, thank a doctor!
    140. Re:Great...what if you're without your phone? by wjousts · · Score: 1

      Ok. That's clearer. I thought you were trying to say that all (or at least very close to all) people who have computers have cell phones. But with your clarified sentence, I absolutely agree with you. There are lots of cell phones in the ass-end of the third world whereas there are very few computers. Not sure that helps with g-mail.

    141. Re:Great...what if you're without your phone? by Uzuri · · Score: 1

      Though of course the landline option chains you to your home.

      (Not to say I think this is a bad idea -- I think it's a great idea, so long as it remains optional)

      --
      I'm a she-slashdotter... but I make up for it by living with my folks.
    142. Re:Great...what if you're without your phone? by Uzuri · · Score: 1

      Many (Most? All?) US plans count a text as a text, no matter which direction it's going*.

      This is rather like if an ISP decided they were going to charge you for every email you got, spam or not. Only the cell providers get away with it.

      *This is somewhat less of an issue now that unlimited texting plans have a decent pricing structure, though they're still out of reach of many of us. I only went for the 250/mo myself, because I really can't spare the $10/mo extra for the big plan right now.

      --
      I'm a she-slashdotter... but I make up for it by living with my folks.
    143. Re:Great...what if you're without your phone? by natehoy · · Score: 1

      Agreed.

      This is really intended for people who occasionally need to access their account on shared computers in random places and want an extra layer of security. Even if a keylogger is put in place and they get your username, password, and the one-time factor you used when you logged in, the account is inaccessible to anyone else after a very brief window of opportunity. Someone else would have to read the keylogger in very near-real-time and access your account using the same one-time factor you used on a computer that Google can't differentiate from the one you are using within the expiration window (if it's anything like RSA keys, we're taking 60 seconds). And even then they'd get a different SSL session key so they'd probably be prompted for the one-time factor.

      If you don't have any independent way of being reached away from home, and you ARE away from home frequently and want to use random computers to access your Google account, then you don't want to implement two-factor authentication. You probably just want a really strong password instead, and rotate it out frequently to mitigate keylogged password capture risks.

      Of course, if you are away from home and using your own device, you could use IMAP with encryption to get to your email and use an application-specific password to access that service, which does not require two-factor authentication specifically. You could use the two-factor to log in from home and set your application-specific passwords (which are long and complex and have the advantage of ONLY allowing access to one singular application, rather than your whole Google account). Then configure your IMAP device with that long password, and if someone hacks that they only get access to your Gmail itself, not your master Google account. And that for only as long as it takes for you to revoke that device and change the app-specific password.

      Heck, even if a thief stole your cell that had both the Google keygenerator and your configured IMAP client on it, and you were dumb enough to leave that phone unlocked, the thief would have access to only your Gmail (which would last as long as it took for you to revoke that client). Without your master password in addition to the key generator, they can't get into your account. If you kept it to SMS instead of installing a keygen, you're even more secure because you have to present your master password before Google will send out the one-time-use key.

      --
      "This post contains words, known to the State of California to cause thought. Wash brain thoroughly after reading."
  4. Wish-It-Was Two-Factor by Some+guy+named+Chris · · Score: 2

    Isn't this technically "Wish-It-Was Two-Factor"

    Reminds me of this:
    http://thedailywtf.com/Articles/WishItWas-TwoFactor-.aspx

    1. Re:Wish-It-Was Two-Factor by Anonymous Coward · · Score: 1

      No, it's two factor: something you know (password) + something you have (cell phone or landline)

    2. Re:Wish-It-Was Two-Factor by SanityInAnarchy · · Score: 1

      RTFA. I know, the summary makes it look that way, but it actually relies on either sending you a text message with a one-time code, or having you generate it yourself on a portable device. So it's something you know (password) + something you have (your phone, or the data for the app on your phone.)

      --
      Don't thank God, thank a doctor!
    3. Re:Wish-It-Was Two-Factor by sexconker · · Score: 1

      No, it's two factor: something you know (password) + something you have (cell phone or landline)

      When you present these digitally, they are both "something you know".
      Bits are logical, not physical.
      You cannot verify one blob of bits as being the original blob of bits.

    4. Re:Wish-It-Was Two-Factor by hedwards · · Score: 1

      Yeah, I know. If you choose answers which are actually secure, then you're screwed if you forget them. But if you can remember them then usually the information can be looked up or is known by friends or family. Why we let banks decide what regulations they're going to have is beyond me.

      Oh, yeah, half the country is more than happy to go along with it if they're told they won't have a job if they don't.

    5. Re:Wish-It-Was Two-Factor by Sancho · · Score: 1

      Are you saying that it's impossible to have two-factor authentication over the Internet?

    6. Re:Wish-It-Was Two-Factor by Byrel · · Score: 1

      Why we let banks decide what regulations they're going to have is beyond me.

      The reason for this is actually closely related to your post. If you allow questions with publicly available information, then people are likely to remember them. If you allow questions with publicly available information, a cracker is likely to be able to guess/obtain them. OTOH, if you don't allow such questions, people have a much easier time forgetting the answers.

      In other words, there is a tradeoff here between convenience and security. Remember that there is no absolute security, and security is not worth any cost. We regularly make cost-benefit balances for security, and frequently the cost takes the form of convenience. I expect you can probably think of many examples of this, but one would be where we choose to live; if security was worth any cost, we would all be living in Japan or Switzerland.

      The other important thing about security is that its value is different for each person. I know people who accept reduced wages to move out of downtown Chicago, and others who do not think the cost is worth the reduced risk. Because of this, a uniform standard for the minimum value of security cannot be imposed without costing some people the right to make "better" decisions (that is, decisions that are more valuable to them.)

      This is why we let banks regulate themselves. Banking is clearly a voluntary activity (you occasionally hear about people who die, leaving gobs of money in trash cans, mattresses etc.) Furthermore, banking online is even more clearly voluntary; many people consider it less secure than walking into a bank to manage their accounts, but do it anyway because of the convenience. People making such decisions are quite capable of judging for themselves whether the particular security questions they use, and the risks they entail are worth the additional cost.

    7. Re:Wish-It-Was Two-Factor by Anonymous Coward · · Score: 0

      Not exactly. The WIWTF method is basically 'something you know' and 'something else you know'. This method is 'something you know' (your password) and a form of 'something you have'--your cell phone. The option to generate one-time passphrases is admittedly a variation on something you know, but realistically since they can only be used once and are generally hard to memorize it's something you need to have, it's just easier to copy than a housekey.

      Truth be told, all three of the methods are actually 'something you know', because something you have is basically just a physical representation of knowledge: a key can be fabricated as long as you know the keyway and pin heights, an RSA token can be duplicated if you can extract the cryptographic information from it, etc. If you're really clever something you 'are' can be fabricated too, for example making contact lenses with an image of an iris, or a gummi bear with an etching of your fingerprint. The only question is how easy extraction/duplication is.

    8. Re:Wish-It-Was Two-Factor by Anonymous Coward · · Score: 0

      Nope. Wish-It-Was Two-Factor is like having a fixed password and a second password from a list of other passwords, and you have to put the right one in according to what password the system decided to ask you for. In this case, you actually must have a second authentication device - your phone or your list of pre-issued codes - which issues a 2nd channel authentication code for you, which the hacker will most likely not be able to snoop at the same time as your main authentication channel. All the codes you are issued are one-shot too, and they expire, making them useless to any eavesdropper unless they get your authentication device (phone, piece of paper with one-shot codes) too, in addition to installing a keylogger on your computer.

  5. Direct link to Google's announcement (bypass blog) by Anonymous Coward · · Score: 4, Informative
  6. I was excited by OverlordQ · · Score: 1

    I was excited till I realized it was just going to be another app for your phone. Call me when I can get an actual hardware token.

    --
    Your hair look like poop, Bob! - Wanker.
    1. Re:I was excited by Anonymous Coward · · Score: 0

      Yeah, that's just what we need: Yet another token.

    2. Re:I was excited by olsmeister · · Score: 1

      Why would you prefer an additional piece of hardware to carry around? Consider your phone your token.

    3. Re:I was excited by OverlordQ · · Score: 1

      Not all of us need or want a smart phone, and not all of us work in places with great reception.

      --
      Your hair look like poop, Bob! - Wanker.
    4. Re:I was excited by ard · · Score: 1

      You can use YubiKey as hardware token.

      http://vimeo.com/4163662

    5. Re:I was excited by bradgoodman · · Score: 1
      You don't need phone reception for the two-factor app to work, just like a hardware token. Paypal implements something like this too now, as they also allow SMS messages as an alternative.

      If you don't like it, you still have the right not to use it.

    6. Re:I was excited by dgatwood · · Score: 1

      Why would you prefer an additional piece of hardware to carry around? Consider your phone your token.

      Because when someone steals your phone, they now have the password (in the keychain) and the token.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    7. Re:I was excited by hedwards · · Score: 1

      Which is fine if you don't access email on your phone. If you've got a smart phone and are using email on it, then you're basically where you were previously, with poor security. Sure it's not worse than what you have now, but it's hardly as much of a step forward as it could be.

    8. Re:I was excited by city · · Score: 1

      Why would you want to carry around another piece of hardware. Your phone is entirely capable of being a token. You don't even need cell service for the google Authenticator app to work.

      --
      I am a v1ral sig. Plse c0py me and h3lp me spread. Thank y0u?
    9. Re:I was excited by Anonymous Coward · · Score: 0

      Yeah, I love carrying around additional devices everywhere. Woo.

    10. Re:I was excited by __aaxtnf2500 · · Score: 1

      Your wallet and laptop and car could be stolen just as easily. If something is really sensitive or damaging in your email as plaintext, that's your first mistake. Implementing a custom solution to automatically purge the application and data is trivial. Also, how about don't let someone steal your phone. That seems like a good solution to preventing phone theft.

    11. Re:I was excited by dgatwood · · Score: 1

      The point is that statistically speaking, your keys are unlikely to be stolen unless the thief saw you walking from a really nice car, and the same goes for crypto tokens attached to your keys, generally speaking, because thieves usually don't know what they are. By contrast, phones are commonly stolen because they are easily pawned. That goes double for smartphones.

      Therefore, the security of your data with a physical token is unlikely to be compromised unless you are being specifically targeted (or your car is being stolen at the same time), whereas the security of your data with a software token depends entirely on the intelligence of the person who took or bought your phone from the original thief.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    12. Re:I was excited by SnowZero · · Score: 1

      Note the added support for "application specific passwords" on the blog post:
          http://googleblog.blogspot.com/2011/02/advanced-sign-in-security-for-your.html
      Now you can make a single-use revocable password for your phone, and it no longer needs to know your actual gmail password.

      So if you were to steal my phone, you'd only have access until I noticed I lost the phone and revoked those keys from home. I'd still be able to get to gmail from a home computer using the 30-day per-computer 2-factor allowance, or by using one of the one-time-use keys printed out at setup.

      It looks like someone has through this through a bit :)

    13. Re:I was excited by __aaxtnf2500 · · Score: 1

      Since you can revoke access from the mobile device and roll your account information before the thief can get pass your phone password, what is your point? How is your account going to be compromised in time? Statistically speaking, people rely on the low probability of being mugged to protect them from being mugged. That is not a very good defense once you are actually mugged. Phones are commonly stolen because people are stupid about protecting them. My point, that I thought was pretty clear, is that if you want to transport something of value on your person, don't let someone steal it.

    14. Re:I was excited by tehcyder · · Score: 1

      Also, how about don't let someone steal your phone. That seems like a good solution to preventing phone theft.

      Yes, and the solution to ending murders is not to let people murder you. Obviously, any crime is the victim's own fault completely.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    15. Re:I was excited by __aaxtnf2500 · · Score: 1

      First off, I didn't bring up murder, you did. I didn't assess culpability. Your argument is a straw man. The fault has nothing to do with crime prevention.

    16. Re:I was excited by Anonymous Coward · · Score: 0

      Erm... the phone IS a hardware token... after you install the app? Want a different piece of hardware that is just a hardware token? Simple: buy the cheapest Android phone you can find on ebay and use it just for the app.

  7. IMAP? by Y-Crate · · Score: 1

    I'm not sure how this will work for those of us using 3rd party mail clients and IMAP or POP3.

    1. Re:IMAP? by ahecht · · Score: 4, Informative

      Read the article. There is a randomly-generated application-specific 16 digit password that is used for things like IMAP and POP3. If someone gets access to that (unlikely, since you would never need to write it down, and Google encrypts IMAP and POP3), they can only access that specific service, and its not going to be the same password you use anywhere else.

    2. Re:IMAP? by Dayofswords · · Score: 1

      I was thinking the same, I use thunderbird.

      --
      Someday we'll hit the human carrying capacity. And the band will just play on.
    3. Re:IMAP? by Anonymous Coward · · Score: 0

      For each 3rd-party application accessing your Google account, you set up a separate single-use password for (single-use here means one application, not one login attempt). Presumably these single-use passwords offer limited access to your account, in particular any security settings.

      Aikon-

    4. Re:IMAP? by Anonymous Coward · · Score: 0

      Ok, first off its not int he article I don't think its in a link in the article. Assuming you dug that far down. POP or IMAP don't appear in the article or third / 3rd. Its in the last paragraph under a picture and easily skipped. The term one time bugs me. It isn't clear if you have to generate this every login defeating the point an IMAP client to begin with.

      "You can also set up one-time application-specific passwords to sign in to your account from non-browser based applications that are designed to only ask for a password, and cannot prompt for the code."

    5. Re:IMAP? by Anonymous Coward · · Score: 0

      Oh?

      You mean like if I have access to a trusted CA (like if I were, say, China) I couldn't just forge a trusted imap cert, harvest your password, read your email, then put you and all your associates in prison?

      If you really care, store it encrypted, deliver it over the wires encrypted, and read it on a trusted device that decrypts it as you read it.

    6. Re:IMAP? by Wallslide · · Score: 1

      Read the article. There is a randomly-generated application-specific 16 digit password that is used for things like IMAP and POP3. If someone gets access to that (unlikely, since you would never need to write it down, and Google encrypts IMAP and POP3), they can only access that specific service, and its not going to be the same password you use anywhere else.

      To add to the parent's statement, the application-specific passwords you generate aren't temporary. Instead, they continue to work in perpetuity until you decide to revoke them from your Google account page.

    7. Re:IMAP? by Anonymous Coward · · Score: 0

      Sorry, I'm retard and I don't undestand you post ^^''''''.
      For what I can undestand if I activate this option I will not be able to download my e-mail with programs like thunderbird, opera and so on. Am I wrong?

    8. Re:IMAP? by Fastolfe · · Score: 1

      It's generated once and has a long lifetime. You generate one of these for each application you want to use it with, and you can selectively disable them anytime you want, or generate a new one.

  8. Two factor? Not quite by Anonymous Coward · · Score: 0

    People need to figure out what words mean before they use them. This is not really two factor. It a single factor (what-you-know) used twice. If you really want to be two-factor, then, as OverlordQ mentioned, it needs to be hardware so we really have a what-you-have factor. I'm not saying I really need it to have true two-factor. I'm just saying use the right words.

    1. Re:Two factor? Not quite by ahecht · · Score: 2

      No, it's really two factor: something you know (password) + something you have (cell phone or landline).

    2. Re:Two factor? Not quite by Iphtashu+Fitz · · Score: 1

      Well receiving an SMS on your phone is somewhat like "what you have" since you need your phone to get the text. And if Google supports tokens like RSA SecurID and Verisign VIP Access fobs (or apps on smartphones) then you would be able to get more realistic two factor authentication.

    3. Re:Two factor? Not quite by SanityInAnarchy · · Score: 1

      People really need to RTFA before they make bold claims like this.

      It's not "what-you-know" twice. It's what you know (password) and what you have -- either your phone (for it to send a text to) or the data on your phone.

      Or, if we take the "data on the phone" to be "something you know", why wouldn't we conclude the same thing about those little RSA devices?

      Granted, the what-you-have is somewhat weak in this case, but it's still a significant improvement over "twice what-you-know", which is what banks tend to use -- where they ask for a password, and then they ask for one of your "security questions".

      --
      Don't thank God, thank a doctor!
    4. Re:Two factor? Not quite by Fastolfe · · Score: 1

      If you generate codes with an app on your phone, it most certainly is "something you have".

  9. security vs annoyance by Anonymous Coward · · Score: 0

    All banking systems I know of which use single use codes depend of the users not to require the codes too often.
    One bank issues pre-generated personal code sheets, 50 codes per sheet, which are mailed to the users. They authorise payments or setting changes (though you can certify an secure transfer target). I cant't see how it would be feasible to use sth like that for each email I send (hundreds a day).
    Another bank uses tokens, which generate codes in sync with something serverside... Again, using that to log-in to the banking system is a pain, even if I do it once a week or so. I log-in to gmail 10-20 times a day...
    Secure is good, annoying is bad. I suppose special authorisation should be demanded only when login conditions are unusual, eg from an unknown location. I wonder it'd prevent me logging from Japan, where I had no phone access...

    1. Re:security vs annoyance by bradgoodman · · Score: 1

      Phone reception is not required for the soft-token app (Google Authenticator) to work on your smartphone

    2. Re:security vs annoyance by Anonymous Coward · · Score: 0

      I have no smartphone.

    3. Re:security vs annoyance by Anonymous Coward · · Score: 0

      I have no smartphone.
      I have no phone.
      I have no smart.
      I have no smartphone.

  10. just for browser? by bikefridaywalter · · Score: 1

    i've only ever had a problem with my account getting compromised via the browser. it seems that this system is really only set up for browser access. however, isn't it equally important to secure imap/pop3?

  11. Good idea, bad implementation by Lord+Byron+II · · Score: 3, Insightful

    While I have to applaud Google for trying to keep their users' accounts safe, I have to say that this idea is really untenable. Not everyone has a cellphone, not everyone with a phone carries it all of the time, and you might not always have reception. Just this last summer, I had a month-long internship in Nebraska. The town I stayed at had zero reception on Sprint's network and the nearest cell tower was over an hour away. So, for the entire month, I was without a phone. And last February, I was in Switzerland, where again, I had no cell service.

    Furthermore, if my bank can authenticate me without requiring an SMS, then certainly my email provider can do the same.

    1. Re:Good idea, bad implementation by bradgoodman · · Score: 1

      Again, cell reception not required for smartphone app to work.

    2. Re:Good idea, bad implementation by LateArthurDent · · Score: 4, Insightful

      While I have to applaud Google for trying to keep their users' accounts safe, I have to say that this idea is really untenable. Not everyone has a cellphone, not everyone with a phone carries it all of the time, and you might not always have reception. Just this last summer, I had a month-long internship in Nebraska. The town I stayed at had zero reception on Sprint's network and the nearest cell tower was over an hour away. So, for the entire month, I was without a phone. And last February, I was in Switzerland, where again, I had no cell service.

      Furthermore, if my bank can authenticate me without requiring an SMS, then certainly my email provider can do the same.

      This isn't meant for the average joe. It's meant for people with sensitive e-mails. If you think a totalitarian government might be going after you because you're part of a human rights organization, then signing up for two-factor authentication is for you. If your e-mail is basically your friends sending you stupid chain e-mails, then it's not. After all, I do have my cell phone with me all the time, and I don't ever want the inconvenience of two-factor authentication precisely because I carry my cell phone with me all the time: I never go to the gmail web page, I use imap and check my mail with my phone's client (or rather, my phone's client tells me when I have mail).

    3. Re:Good idea, bad implementation by MattskEE · · Score: 1

      While I have to applaud Google for trying to keep their users' accounts safe, I have to say that this idea is really untenable. Not everyone has a cellphone, not everyone with a phone carries it all of the time, and you might not always have reception. Just this last summer, I had a month-long internship in Nebraska. The town I stayed at had zero reception on Sprint's network and the nearest cell tower was over an hour away. And last February, I was in Switzerland, where again, I had no cell service.

      Clearly then you are not well-suited to this optional extra feature, or at the very least you should not enable it while travelling abroad or in poorly developed areas. I for one think it's great that I now have the option to make my Gmail account far more secure.

      Furthermore, if my bank can authenticate me without requiring an SMS, then certainly my email provider can do the same.

      Does your bank even implement two-factor authentication? Mine doesn't. Of course it can easily and securely be done with RSA key fobs, but those are are fairly expensive and would require much more effort for Google to implement since they would need to snail mail you the key. It hardly makes sense for a free email account. Otherwise a phone call or text is one of the best ways to cheaply implement two-factor authentication.

    4. Re:Good idea, bad implementation by Anonymous Coward · · Score: 0

      Even if they don't have the actual passphrase in their email account, ownership of the email account is often taken as a proxy by various institutions as a proof of identity. Think password reset...

      Your email account is the gateway to oh so much more.

      Of course, you can always choose not to opt in if you don't want this form of additional security. There is always a convenience/security tradeoff.

    5. Re:Good idea, bad implementation by WaffleMonster · · Score: 1

      If you think a totalitarian government might be going after you because you're part of a human rights organization, then signing up for two-factor authentication is for you.

      An SMS from google is essentially a giant signal beacon announcing your presence and exact location. An extremely unwise course of action if your advasary is a government.

    6. Re:Good idea, bad implementation by eLore · · Score: 1

      As an opt-in program, this is actually very, very good. (Note that it's not perfect, but more on that in a bit.) What becomes untenable for some companies is managing hard token distribution for their customers. There are some trade-offs, including reception, battery power, etc. The fact that you went to regions not covered by your current provider and did not purchase even a pre-paid burner phone or something to cover the interim is somewhat irrelevant. Had you really *needed* access to your iWidget, you could have arranged to dial back to traditional authentication or taken the hit and acquired some cell coverage from a different provider.

      This is an example of two-factor authentication for end users, and you're going to see (I sincerely hope anyway) more of it in the future. Is it extremely robust two-factor? No, but it *is* two-factor. (Given the assumption that you and only you can receive the SMS, that is... big assumption, watch your step.)

      Your bank only authenticates you to the point where 1.) they're willing to pay back any damages they may incur for giving someone access to your bank account or 2.) they're able to convince a judge that they performed with due diligence (You do trust judges to have full knowledge of the rapidly evolving security and technology landscape, right?) and you in fact were responsible for the wire transfer to (sorry, no soup for you). Strictly speaking, they're saying "Eh, good enough. What could possibly go wrong?" You or I as the consumer of gmail services may have a different threshold, depending on what we're sending and receiving via gmail. Note that your email provider giving access to an authorized person will probably not have the same direct, material impact that giving access to your bank accounts may have... That's where enhanced authentication credentials come to play.

    7. Re:Good idea, bad implementation by grmoc · · Score: 1

      Then, if you don't want an SMS, you install the application on your phone which requires zero access to the 'net.

    8. Re:Good idea, bad implementation by Anonymous Coward · · Score: 0

      So don't enable it...

    9. Re:Good idea, bad implementation by Anonymous Coward · · Score: 0

      You people don't understand what you are talking about. For one thing, the mobile phone app does not require a cell, or even a data connection to generate the authorization code. For another thing, there are other options besides a mobile app for generating an auth code. Why don't you look into it a little before you speak your nonsense?

    10. Re:Good idea, bad implementation by 140Mandak262Jamuna · · Score: 1
      What part of "optional" you don't get? If it is not going work for you, don't use it. As time goes by Google and others will develop other means of delivering the second authentication token. If convenience is more important to you than security by all means use a less secure but more convenient authentication procedure.

      I see myself creating a secure email that uses two factor, and a non secure one without it. And I will store more sensitive data/email on the secure account. BTW android phones are attached to gmail. Wonder how the two factor works on these devices??

      --
      sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
    11. Re:Good idea, bad implementation by hedwards · · Score: 1

      Yes, but I think the better question is: "Why does my bank not take security seriously?" I think that's really the question. I think it's rather fantastic that people haven't come to the conclusion that banks really and truly don't care about security, or at least that's the conclusion I've come to given the embarrassing measures they put into place for "security." They add inconvenience but little if anything in terms of security.

    12. Re:Good idea, bad implementation by x0ra · · Score: 1

      Since when all cell phones are smartphone ?

    13. Re:Good idea, bad implementation by x0ra · · Score: 1

      only if your cell phone is a smartphone...

    14. Re:Good idea, bad implementation by noidentity · · Score: 1

      Furthermore, if my bank can authenticate me without requiring an SMS, then certainly my email provider can do the same.

      Google has had a single-factor authentication for years. They will still have it; this two-factor authentication is opt-in. And you talk as if authentication is a binary thing, either the remote party knows for sure that it's you, or does not. But it's not binary, as they are never certain. This two-factor authentication is to increase the certainty, in case you would like less of a chance of abuse of your account.

    15. Re:Good idea, bad implementation by Anonymous Coward · · Score: 0

      yubikey

    16. Re:Good idea, bad implementation by tizan · · Score: 1

      A bit disengenuous about ease ...your bank/credit card will typically authenticate you by asking for your zip code, address, and your SSN#

      Do you want to give google all this info ?

      If yes then i agree with you ...if no then a bank and a email provider should not be considered as the same kind of beast

    17. Re:Good idea, bad implementation by jazzcrimes · · Score: 1

      Funny how we go to extremes to prevent individuals from accessing our email, but have no problem with the same email being read by Google (either systematically for targeted ads or from a government subpena). If it's really that sensitive, encrypt it.

    18. Re:Good idea, bad implementation by Anonymous Coward · · Score: 0

      seems like that's what gnupg is for.

    19. Re:Good idea, bad implementation by Charliemopps · · Score: 1

      I believe Mr Byrons concern in his post was if it were to become mandatory, which is mentioned in the original post.

    20. Re:Good idea, bad implementation by Charliemopps · · Score: 1

      Unfortunately the way in which your bank authenticates you would lead to revealing a level of detail about yourself that you'd rather not reveal to a throwaway email service you're going to be using for skulduggery against your own government. I think the real sollution here is for disidents to start usings more secure passwords. "RememberTiananmen69" ain't going to cut it anymore.

    21. Re:Good idea, bad implementation by bluemonq · · Score: 1

      If your Sprint phone is an Android phone, you don't need cell access because it's done via a self-contained app that functions like the SecureID tokens. Not a smartphone? Did you have access to a landline? Because you can set the account settings to call you via a backup number (pehaps a landline; I hope you had landlines there in that little Nebraskan town) and have the code read out to you. Or you can print out some backup codes and keep them in your wallet if you choose to do so. Not only that, you have to option to not have to enter a new verification code for 30 days, just your password, so if you brought your laptop along with you, you could have enabled the 30 day grace period. Then, when you go someplace and realize that you do in fact get reception, turn the 30day off. You can even generate a ton of one-time codes for use on public computers! And once you generate the code and copy it down somewhere, you can hide it - and the code can't be retrieved from your account again! And you can revoke them at any time! And if this isn't enough choice for you - you can simply not opt-in. That's right, this is entirely opt-in.

    22. Re:Good idea, bad implementation by Anonymous Coward · · Score: 0

      "If you think a totalitarian government might be going after you because you're part of a human rights organization, then signing up for two-factor authentication is for you."

      Because a totalitarian government would never be able to intercept an SMS message, right?

    23. Re:Good idea, bad implementation by __aaxtnf2500 · · Score: 1

      So the totalitarian government will just imprison everyone in range of the cell tower which routed the sms? If the government knows your phone number to begin with, turning on your phone pinpoints your location anyways. I think it's safe to say that it is unwise, with regards to your personal safety, to make a government as an adversary. If you choose to do so, it would be wise to use something other than GMail for communication. Like SMS or voice with a subliminal channel, the same way that organized crime, terrorists, and everybody with the sense not to possibly get caught with contraband does.

    24. Re:Good idea, bad implementation by hey! · · Score: 1

      Well, just because it doesn't work for *you* in every situation you might want it to, doesn't mean it is a bad implementation. It just mens it doesn't work for *you* in *that* situation.

      That said, I think it'd be way cooler if they used a client side certificate.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    25. Re:Good idea, bad implementation by LateArthurDent · · Score: 1

      seems like that's what gnupg is for.

      gnupg prevents someone from reading the e-mail, but if they get access to your account, gnupg won't help prevent people from figuring out who you're communicating with. The headers are still in the clear, they have to be.

    26. Re:Good idea, bad implementation by LateArthurDent · · Score: 1

      Funny how we go to extremes to prevent individuals from accessing our email, but have no problem with the same email being read by Google (either systematically for targeted ads or from a government subpena).

      If it's really that sensitive, encrypt it.

      As I've mentioned to another poster, encryption protects the contents of your message, but not the identity of your contacts. Finding out e-mail addresses of other people you're communicating with gives them other accounts to try to perform surveillance on.

    27. Re:Good idea, bad implementation by scottv67 · · Score: 1

      >only if your cell phone is a smartphone...

      How many more times are you going to post that "Durrrr...my cell phone is just a phone, not one of them there smart phones" crap?

      Nobody gives a shit if you use Gmail. Google doesn't give a shit if you use Gmail or not. If you don't like two-factor authentication, you don't own a smart phone or you don't a cell phone at all, then DON'T USE GMAIL.

    28. Re:Good idea, bad implementation by sootman · · Score: 1

      Pfft, you just posted because you wanted to brag that you spend lots of time in exotic places like Switzerland and Nebraska. ;-)

      --
      Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
    29. Re:Good idea, bad implementation by tftp · · Score: 1

      Because you can set the account settings to call you via a backup number (pehaps a landline; I hope you had landlines there in that little Nebraskan town) and have the code read out to you.

      It's tough to do if you don't know your phone number ahead of time - and you need to. If you stay in a hotel they often don't have direct dial numbers, so no Gmail for you.

      With regard to printed tables, that would be cumbersome but acceptable. Unfortunately that would drop Gmail's "ease of use" rating from 9+ to 0 because many people would be unable to log in. Some people don't even speak English, how are they going to listen to the codes - in what language? Will it be configurable? Will it support their language?

      Google is getting this flak not because the need is not there, but because the implementation sucks. Besides, there is a ever-growing number of people who are annoyed with cell phonery, and when Google starts pushing those gadgets into every crevice those people are not happy. On top of that the summary ominously mentions that one day this optional feature may become mandatory. Loss of control is yet another thing that people hate. Looks like Google, with their billions of dollars, doesn't have a competent PR person (a psychologist) who can go through the harebrained output of engineers and prevent its publication before the damage is done.

    30. Re:Good idea, bad implementation by Anonymous Coward · · Score: 0

      damn, i always knew switzerland was a backward mountain country but no cell coverage!?
        # for the sarcasm impaired

    31. Re:Good idea, bad implementation by SnowZero · · Score: 1

      It's in the TFA, which cites the official Google blog post as its only source, but that in turn has no mention of this every becoming mandatory. Mandatory is just pure speculation at this point, and given that smartphones aren't *that* widespread yet, I really doubt gmail would be that stupid.

      I really dislike how Slashdot never bothers to cite original sources, instead going with an N-th level removed blog post.

    32. Re:Good idea, bad implementation by SnowZero · · Score: 1

      You don't need phone, SMS, or wifi access if you have a smartphone. The authenticator app works completely offline.

    33. Re:Good idea, bad implementation by Anonymous Coward · · Score: 0

      If you think a totalitarian government might be going after you because you're part of a human rights organization, then signing up for two-factor authentication is for you.

      And if that totalitarian government can also access your SMS inbox?

    34. Re:Good idea, bad implementation by Anonymous Coward · · Score: 0

      i have to agree! while this would be great for the google app users and company email I hardly see the point. Do i really care if someone goes through all the time and trouble to hack my gmail account? Yes and No, It's not pleasnat thing obviously but if your conducting real business or critical communication from a gmail account you're a f$%&* idiot. Let me know when it's available for Google app accounts then it will be new worthy!

    35. Re:Good idea, bad implementation by SnowZero · · Score: 1

      Google is getting this flak not because the need is not there, but because the implementation sucks

      So if these are all unacceptable:
      (1) getting called at a fixed number
      (2) receiving an SMS
      (3) running a smartphone app on Android or iPhone which requires no network access
      (4) using a 3rd party hardware token (yubikey)
      (5) using a printed sheet of access codes

      What the heck would your "preferred" system look like?

      On top of that the summary ominously mentions that one day this optional feature may become mandatory.

      TFA made that up; it's not in the official blog. That random speculation did its job though, by sounding scary and increasing page-views.

    36. Re:Good idea, bad implementation by Anonymous Coward · · Score: 0

      If you think a totalitarian government might be going after you because you're part of a human rights organization

      I think then you shouldn't be using a free email service in the first place

    37. Re:Good idea, bad implementation by Anonymous Coward · · Score: 0

      > Again, cell reception not required for smartphone app to work.

      Great! Except:

      "on your Android, BlackBerry or iPhone device."

      Despite the fact that Symbian has over 60% global market share, no app for us!

      I'll stick with Fastmail, which allows me to print-out my one-time pad.

    38. Re:Good idea, bad implementation by Anonymous Coward · · Score: 0

      If you think a totalitarian government might be going after you because you're part of a human rights organization

      ...then said regime probably has access to answer/intercept/impersonate Google's phone calls as well.
      They'd already be tapping the phone line, wouldn't it be easy to catch the Google "code" calls too?

      From TFA:
      After entering your password, Google will call you with the code, send you an SMS message or give you the choice to generate the code for yourself using a mobile application on your Android, BlackBerry or iPhone device.

      So it sounds like they do have an approach similar to SecurID, but I'd still prefer having the token (so it's completely separate from something the government has easy access to).

      Then again, we are talking about friggin' email - you know, the stuff that flies around as unencrypted SMTP messages...
      So if you're not using some form of local encryption you're fucked anyway.

    39. Re:Good idea, bad implementation by Anonymous Coward · · Score: 0

      RTFA, or maybe skim the comments. Its an opt in program and works without a connection. Do you need your ass wiped while I'm here, too?

    40. Re:Good idea, bad implementation by Journe · · Score: 1

      Again, not everyone has a cell phone. For a lot of people such as myself, they're not a viable option, whether finanicially, or just because there's no need for one. I'm never so far from a phone that I think "it would be great if I could call someone right now without walking to the nearest phone.

      Sure, there's other ways of doing the authentication, but..it really shouldn't ever be something mandatory. It's a fucking email account. If someone actually wants to have to jump through hoops for extra security, then they can have a normal account and use another one just for hoopjumping. I know that's what I'll do, and it seems like a really good idea.

      Personally, I find this to be a case of "most people are so stupid about security and passwords that we're just going to try to please everyone".

    41. Re:Good idea, bad implementation by bradgoodman · · Score: 1

      It's not mandatory. It's a security option, just like PayPal has added various SMS and soft-token *options* for account security. You're perfectly welcome to continue using the standard password-only method.

    42. Re:Good idea, bad implementation by Fastolfe · · Score: 1

      This isn't a mandatory security option, it's something you have to opt into. If you don't have a smart phone, and live someplace where you're afraid to receive SMS, then this security option isn't for you. Just don't enable it! You don't have to give up on Gmail entirely.

    43. Re:Good idea, bad implementation by tftp · · Score: 1

      What the heck would your "preferred" system look like?

      Like this.

      Phones are out because I'm not really related to any specific phone. I may have my cell phone with me, or I may be at home, or I may be at the office, etc. And as I mentioned elsewhere, I don't trust Google with the price on last year's snow, let alone my phone number. I don't use SMS at all and it is disabled on my phone.

      Authentication software on smartphones is also out because I don't have a smartphone and have no desire to ever get one. They are too bulky for my taste, and the mandatory (on AT&T) data plan adds nothing to my life - I'm near computers all the time already (except when I'm driving, and then I don't need a computer anyway.)

      The Yubikey is a good idea, but it suffers from the need to have a USB port. On the other hand it does the input for you. Still I'd put a classical RSA token above Yubikey because it is a self-contained device that requires no hardware access to operate. This may be important if you are at a kiosk or at an Internet cafe where USB ports are disabled or inaccessible. If Gmail starts supporting RSA tokens then I will gladly buy one myself. If they support a mix of tokens then I'd be happy with Yubikey at home and an RSA token in my pocket.

      The printed sheet of numbers is a hassle to carry, but in a pinch it will do.

    44. Re:Good idea, bad implementation by Journe · · Score: 1

      I understand it's that way already. I'm saying that's the way it should stay, and possibly ranting just a tad. Apologies for any confusion.

  12. So how will this impact IMAP access? by Iphtashu+Fitz · · Score: 1

    I access my gmail account via IMAP. I didn't see anything in that article about whether this impacts IMAP/POP or not. It's probably just for web logins, but then again you know what they say about assuming something...

    1. Re:So how will this impact IMAP access? by gQuigs · · Score: 1

      You can also set up one-time application-specific passwords to sign in to your account from non-browser based applications that are designed to only ask for a password, and cannot prompt for the code.
      (from actual google post http://googleblog.blogspot.com/2011/02/advanced-sign-in-security-for-your.html)

      This might be what you are looking for.

    2. Re:So how will this impact IMAP access? by AikonMGB · · Score: 1

      For each 3rd-party application accessing your Google account, you set up a separate single-use password for (single-use here means one application, not one login attempt). Presumably these single-use passwords offer limited access to your account, in particular any security settings.

      Aikon- (but this time, I am logged in)

    3. Re:So how will this impact IMAP access? by dr00p · · Score: 1

      yup, you can set up these one application passwords, and you can delete them any time.
      It's a little bit of a pain as you need to be in front of a computer when you set up a new connection to google from your device (to create the password).

      The only problem I see so far is that password is not really connected to the application, so if you lose that password, it can be used to access you account :(
      It should be really fixed to one application or service as much as possible.

    4. Re:So how will this impact IMAP access? by AikonMGB · · Score: 1

      So, if someone gets a hold of one of your single-use passwords, then that's it, game over? That's pretty silly.... if anything, those are the passwords that are more likely to get hacked/found out/stolen/whatever.

      Aikon-

    5. Re:So how will this impact IMAP access? by Anonymous Coward · · Score: 0

      Well, I apologize about that random post. Apparently, the cursor skipped or something

      The information you are talking about is not in the article even if he did read it. Its in a link to the article and depending on the depth of your recursive read function you might not of gotten to it. Then its fairly hidden as its in the final paragraph under a picture. I wouldn't expect the average person browsing through two articles of the same information to make it that far.

      "You can also set up one-time application-specific passwords to sign in to your account from non-browser based applications that are designed to only ask for a password, and cannot prompt for the code."

      What bugs me with that is the term one time. If you have to open up a web browser to use your IMAP client its rather usless. And if you only have to generate it one time then you now have two passwords which I'm sure on some level actually makes your account easier to hack.

  13. What apps? by Iphtashu+Fitz · · Score: 1

    FTA: "Google will call you with the code, send you an SMS message or give you the choice to generate the code for yourself using a mobile application on your Android, BlackBerry or iPhone device"

    So what apps? Are they going to roll out their own updated Google App or are they going to support existing apps like those from RSA SecurID or Verisign VIP Access?

    1. Re:What apps? by bradgoodman · · Score: 4, Informative
      The section you quoted is just to set it up, I believe.

      There is a "Google Authenticator" application that you install on your phone. It has been out for several months. It requires no cell reception.

    2. Re:What apps? by Anonymous Coward · · Score: 0

      Great, so I need the Google app to authenticate against Google services, the RSA SecurID app to authenticate against my company VPN, the Verisign VIP app to authenticate against eBay/Paypal and others, etc. If it keeps going this way it's going to be a HUGE pain in the ass to keep track of what apps I need to authenticate against what services. I'll have an entire page of apps on my iPhone just to authenticate against services....

    3. Re:What apps? by grmoc · · Score: 1

      Well, you can always choose to not do it. You get increased convenience that way, with the expected tradeoff...

    4. Re:What apps? by AndrewNeo · · Score: 1

      At least they're all apps, and you don't have to carry around three or four actual dongles.

    5. Re:What apps? by John+Meacham · · Score: 1

      It's a standard, you can use any app/device that supports it. or even roll your own. The HOTP algorithm is darn simple to implement.

      http://www.openauthentication.org/specifications

      --
      http://notanumber.net/
  14. What is the point? by WaffleMonster · · Score: 1

    If I required that kind of security where a strong password was not enough for messaging I would not be using a hosted platform such as google or SMTP for that matter.

    1. Re:What is the point? by pmontra · · Score: 1

      Good point, agreed!

  15. Love this part ... by gstoddart · · Score: 1

    I love seeing stuff like this:

    Google will send that code to the user via SMS or a phone call. Users also will have the option of installing an app on the mobile device that can generate the code locally.

    So, if I don't use SMS, and if I refuse to give a phone number to Google ... this is basically useless to me.

    I sure as fsck hope to hell that I'm not eventually told I have to use an authentication method I refuse to use -- why does everybody assume I'm willing to give them my mobile number for such things?

    --
    Lost at C:>. Found at C.
    1. Re:Love this part ... by Anonymous Coward · · Score: 0

      I love seeing stuff like this:

      Google will send that code to the user via SMS or a phone call. Users also will have the option of installing an app on the mobile device that can generate the code locally.

      So, if I don't use SMS, and if I refuse to give a phone number to Google ... this is basically useless to me.

      Or you could, you know, use the app.

    2. Re:Love this part ... by olsmeister · · Score: 1

      Or maybe they'll come out with a carrier pigeon option, and if you don't have an aviary they also might have smoke signal or semaphore alternatives.

    3. Re:Love this part ... by gstoddart · · Score: 1

      Or you could, you know, use the app.

      What, on my non-smart phone which doesn't have apps?

      Just because you want to have one, doesn't mean that I do.

      If this comes down to SMS, a phone call, or an app ... none of these are viable options for a large number of people.

      --
      Lost at C:>. Found at C.
    4. Re:Love this part ... by Anonymous Coward · · Score: 0

      If you don't want to receive by text, just install the app.

    5. Re:Love this part ... by Anonymous Coward · · Score: 0

      What part of "generate the code locally" do you not understand? You actually quoted the answer to your own problem. No SMS needed, no need to give the goog your phone number.

    6. Re:Love this part ... by x0ra · · Score: 1

      I DO NOT have a fraking smartphone, and I do not want google to know my cell phone number. Is this that hard to understand ?

    7. Re:Love this part ... by Rary · · Score: 1

      For fuck sake, it's an option. You don't have to use it, and there's no way in hell that Google would ever make two-factor authentication mandatory for webmail. They'd lose users in droves. I have a smartphone, but my GMail just isn't important enough for me to need the inconvenience of two-factor authentication, so I'd abandon them in a second. However, if I actually used GMail for something critical and therefore needed the extra security, then this is a kick-ass option.

      --

      "You cannot simultaneously prevent and prepare for war." -- Albert Einstein

    8. Re:Love this part ... by takowl · · Score: 1

      Well, if you have a smartphone, you could install the key generator app, which, since it doesn't require a signal, presumably doesn't report your phone number to Google. If you want to check that, you could always look at the source (for Android & Blackberry, at least).

      I very much doubt they'll ever make it compulsory. It's just too much hassle for most people. If they really want to push it, they might show a banner ("Find out how to make your account more secure..."), but I bet it'll just sit on the settings page, only to be used by those who know they want it.

      Do we really have nothing better to do than complain? It's an entirely optional way to add some security, and they do seem to have given it at least a modicum of thought (several methods to get the tokens, limited backup tokens if you lose your device...). What else should they provide? Free ponies?

    9. Re:Love this part ... by GuldKalle · · Score: 1

      If you don't want to give them your phone #, you install an app on your smartphone instead. Read what you quoted.

      --
      What?
    10. Re:Love this part ... by Catskul · · Score: 1

      ... so then don't use this option. It is an option after all.

      --

      Im not here now... Im out KILLING pepperoni
    11. Re:Love this part ... by Anonymous Coward · · Score: 0

      RTFA you can install an app which performs authentication without ever having to give your phone number to google, or use SMS.

    12. Re:Love this part ... by Anonymous Coward · · Score: 0

      Did you only read the first half of what you quoted?

  16. Google Voice by radicalpi · · Score: 1

    So, say that my forwarding phone is dead/not around and I have a Google Voice number set up as my cell phone to text/call. How am I supposed to login to check my sms or email so I can get the code so I can log in to check my sms or email?

    1. Re:Google Voice by grmoc · · Score: 1

      In that case you install the application on your phone instead. The app requires no net access at all-- it just generates a code.

  17. Does seem to make sense... by lazlo · · Score: 1

    It's always seemed strange to me that, between my personal e-mail, my online banking, and my level 85 priest, only one has dual-factor auth. Guess which one? Adding e-mail to this makes a whole lot of sense as, with access to my e-mail, you could probably convince Blizzard and possibly convince my bank to reset my authentication details.

    Now, it would be nice if they were to make this as full-featured as Blizzard's (they have a key fob, a mobile phone app, and also pretty cool, a feature where if you connect from a sufficiently unusual IP address, they call your phone to verify you) but it's a step in the right direction.

    Of course, I can envision this trend going too far, where I have a huge keychain filled with nothing but DFA tokens for everything... but having the choice of either app or token would be nice.

    --
    Pound! Bang! Bin! Bash! is this a shell script or a Batman comic?
  18. Interesting idea, bad application by Darkness404 · · Score: 1

    This is an interesting idea, but there are far too many flaws with it. First off is the obvious privacy issue, your phone number can easily be used to track you, plus your Gmail account, plus Google's information logging makes this a privacy nightmare. And even if you trust Google, there is still the fact that the government/*AA could get ahold of the data and frame you for crimes you didn't commit based on circumstantial evidence. Secondly is the obvious implementation problems, not everyone has a cell phone or has service 24/7.

    --
    Taxation is legalized theft, no more, no less.
    1. Re:Interesting idea, bad application by bradgoodman · · Score: 2

      Cell service is not required. It's a "soft-token" app - just like an RSA Key-fob token.

    2. Re:Interesting idea, bad application by Blue+Stone · · Score: 1

      So you have to have a smart phone though.

      --
      Corporation, n. An ingenious device for obtaining individual profit without individual responsibility. - Ambrose Bierce
    3. Re:Interesting idea, bad application by brusk · · Score: 1

      Presumably, you could run it on iOS or Android device that is not a phone (e.g., an Archos music player or an iPod Touch).

      --
      .sig withheld by request
  19. Android phones already have support by GooberToo · · Score: 5, Insightful

    Install, "Google Authenticator" to allow for two-factor authentication with your Android device.

    1. Re:Android phones already have support by bradgoodman · · Score: 2, Informative

      "Google Authenticator" available (free) for iOS in the AppStore, too.

    2. Re:Android phones already have support by Anonymous Coward · · Score: 0

      Geez, that's the best news. SMS is lame. Something that automatically generates a code based on the time would be great.

    3. Re:Android phones already have support by GooberToo · · Score: 1

      Something that automatically generates a code based on the time would be great.

      "Google Authenticator" does that.

    4. Re:Android phones already have support by bemymonkey · · Score: 1

      So what happens when you've wiped your device (i.e. when installing a new ROM)? How do you connect your phone to Google when you don't have access to the authenticator app until you've logged in, downloaded Titanium Backup from the Market and restored your apps?

      Chicken or egg?

    5. Re:Android phones already have support by Fastolfe · · Score: 1

      If you've wiped your device, and you've lost or never printed out any backup codes, and you're not using Google Apps (so you don't have a domain administrator), you have to go through the account recovery process.

      From http://www.google.com/support/accounts/bin/static.py?page=guide.cs&guide=1056283&topic=1056287#backupfaq:

      If you don't have any backup codes and you aren't using Google Apps:

      1. Sign in to your account with your username and password.
      2. On the verification code challenge page, click Other ways to get verification codes.
      3. Click I no longer have access to any of these.
      4. You'll need to fill out an account recovery form to verify ownership of the account. Take time to answer each question to the best of your ability. The form was designed to ensure that no one can gain access to your account except you. Since Google doesn't collect a lot of information about you when you sign up for an account, we will ask you questions like when you created your account, what Google services you use, and who you email frequently (if you use Gmail) to make certain you are authorized to access your account.
    6. Re:Android phones already have support by bemymonkey · · Score: 1

      Can I request an SMS (once) even if I've been using the Android app?

    7. Re:Android phones already have support by Fastolfe · · Score: 1

      Yes, but only if you've enrolled to receive SMS.

  20. If it ever will be mandatory, I hope by Blackout+for+Hungary · · Score: 1

    code via smoke signals, or postman will be an option too, because - I don't have a phone, I have naked DSL. - I don't have a cell phone. There is no cell phone coverage in 10 km radius.

  21. Reaching a bit aren't you? by SmallFurryCreature · · Score: 1

    If you are that compulsive about checking your email, you have your phone with you. And your phone will already be checking your email for you.

    --

    MMO Quests are like orgasms:

    You may solo them, I prefer them in a group.

    1. Re:Reaching a bit aren't you? by brusk · · Score: 1

      Not if you're in an internet café in a country where your cell phone doesn't work.

      --
      .sig withheld by request
  22. Why bring up Aurora? by Anonymous Coward · · Score: 0

    So, the idea to beat the Aurora hack is to make your system rely on the user logging in through a system that totalitarian regime easily can control or intercept?

    If they have your password and control your phone network, then this system is just a nuisance.

  23. Easily pwned by fph+il+quozientatore · · Score: 1

    Most phones that can run apps can also be connected to a pc via USB, allowing full access to their internal memory as an USB mass storage device. So: 1) pwn PC 2) get password 3) next time the user connects its phone, get the secret data used by the app to generate the code (it must be written on the phone's memory, right?) 4) ??? 5) profit Looks like one-and-a-half factor authentication, at most.

    --
    My first program:

    Hell Segmentation fault

    1. Re:Easily pwned by blueg3 · · Score: 1

      Both Android phones and iPhones have two sections of storage: one "internal" and one "external". The internal storage is not available as a USB mass storage device, only the external.

      I don't know the details of the iPhone's system. On Android, nearly all applications and their data are stored on the internal storage that is not available over USB. You need to have a rooted phone in order to access data owned by applications on your phone. (The exceptions are apps that have been "installed to SD card", which is an option that the app can disable, and data that is intentionally stored on the SD card for the purpose of making it accessible over USB.)

    2. Re:Easily pwned by bradgoodman · · Score: 1
      It's not perfect, and someone *could* steal and scan your phone. Hell, they don't even need to crack the phone - they can just run the app! But that's only *HALF* the puzzle. That's why it's called **TWO FACTOR** authentication.

      Unless they have *BOTH FACTORS*, they can't get in. So if someone steals your phone, your safe. If someone keyboard-logs your password, your safe. They need to do *both* to get in.

  24. Call me crazy by DNS-and-BIND · · Score: 1

    Call me crazy, but do I really want Google knowing my phone number? It seems like nobody is even thinking of this one. What happens when they make this mandatory?

    What if you have more than one Gmail account? Frankly, I use some Gmail features to stay hidden (I was going to say anonymous but now that word means kid porn and DoS).

    --
    Shutting down free speech with violence isn't fighting fascism. It IS fascism!
    1. Re:Call me crazy by Sancho · · Score: 1

      Call me crazy, but do I really want Google knowing my phone number? It seems like nobody is even thinking of this one. What happens when they make this mandatory?

      I would probably worry about that when the time comes. All of the griping about this is really quite irritating. There is zero indication that this will ever be mandatory.

    2. Re:Call me crazy by Locke2005 · · Score: 1

      I have an Android phone. Google already knows my phone number!

      --
      I've abandoned my search for truth; now I'm just looking for some useful delusions.
    3. Re:Call me crazy by Catskul · · Score: 1

      You're crazy.

      And... there is an application that doesn't require your phone number.

      --

      Im not here now... Im out KILLING pepperoni
  25. Re:Friends by ben_kelley · · Score: 1

    You have friends? Who let you use their computer????

  26. Why does every site need its own auth app? by goodmanj · · Score: 1

    My physical key ring is already loaded with authentication tokens made of brass and metal. I've already got one authenticator app on my phone for World of Warcraft: why do I need a new one for every online entity I do business with? Can't we standardize on one?

    (Yes, having just one authenticator app means Google can do a man-in-the-middle attack and steal all my WoW gold, but somehow that's not a big concern for me.)

    1. Re:Why does every site need its own auth app? by Locke2005 · · Score: 1

      Why do you need a separate physical authentication token for each physical lock you need to unlock? Why couldn't they all use the same key? Can't we standardize on one?

      Hint: because compromising that single key would compromise every lock you own instead of just a single lock.

      --
      I've abandoned my search for truth; now I'm just looking for some useful delusions.
    2. Re:Why does every site need its own auth app? by goodmanj · · Score: 1

      Hint: because compromising that single key would compromise every lock you own instead of just a single lock.

      That's not why we have separate physical keys. It's because re-keying a physical lock to open with a new user's existing key is a giant pain in the ass, and it's even more of a pain if the lock has to work with multiple different users with distinct keys. Matter locks are annoyingly hard to reconfigure: software locks are not.

      In any case, since I keep my keys on a keychain, if one falls into the wrong hands, they all do. Same's true for authenticator apps on a phone: if you lose the phone, you compromise every site with an auth app on that phone. So why have more than one?

    3. Re:Why does every site need its own auth app? by Locke2005 · · Score: 1

      With the Kwikset SmartKey system, many of your physical locks could be re-keyed quickly and easily. However, physical locks are a poor analogy to digital authentication. The OS itself should keep a key chain for you; doesn't MacOS already do this to some extent?

      --
      I've abandoned my search for truth; now I'm just looking for some useful delusions.
    4. Re:Why does every site need its own auth app? by El_Oscuro · · Score: 1
      Unless you have These. You can change the key in seconds. For my house, I bought locks with several different keys, then rekeyed them to all be the same and kept the extra keys. That way, if a contractor needs access, I can just rekey one lock and change it back when they are done.

      BTW, paypal offers 2-factor authentication through your cell phone. You enter your password and they send a text message to the phone you have on file. Why can't banks use the same system?

      --
      "Be grateful for what you have. You may never know when you may lose it."
    5. Re:Why does every site need its own auth app? by bradgoodman · · Score: 1
      Google Authenticator is "open". You can have more than one key stored within the application. Other applications can use it, with their own key, to permit authorization to them.

      For example, I use a Google Authenticator PAM module to permit SSH access to my Linux machine.

      Verisign has a similar program "VIP Access". The biggest difference of-course is that theirs is not free or open. (Hosts have to use their paid "service" to authenticate through them). So I'd obviously vote Google's method to be the "standard".

    6. Re:Why does every site need its own auth app? by John+Meacham · · Score: 1

      No they can't do a man in the middle attack. The authenticator app is completely offline, if you were able to link your WOW account to the authenticator, it wouldn't allow google too access your account any more than keeping your keys in the same pocket as your phone would allow them to get into your house.

      And there is a standard protocol that keyfobs and most OTP systems use. http://www.openauthentication.org/specifications

      --
      http://notanumber.net/
    7. Re:Why does every site need its own auth app? by SuperQ · · Score: 1

      Read the source. Google is using open standards here.

      http://code.google.com/p/google-authenticator/

      The Google Authenticator project includes implementations of one-time passcode generators for several mobile platforms, as well as a pluggable authentication module (PAM). One-time passcodes are generated using open standards developed by the Initiative for Open Authentication (OATH) (which is unrelated to OAuth).

      These implementations support the HMAC-Based One-time Password (HOTP) algorithm specified in RFC 4226 and the Time-based One-time Password (TOTP) algorithm currently in draft.

      Unforunately TOTP is still in draft. But you're welcome to implement your own TOTP token app for $DEVICE, or buy a TOTP device and import the key when signing up for 2-Step.

  27. Pay-as-you-go plan by jabberw0k · · Score: 1

    I pay nothing per month, 5 cents per incoming text message, 10 cents outgoing message, and 10 cents per minute of conversation. All that costs me well under $100 a year... and you can get a phone like that for $20 at Wal-Mart, cash, anonymously.

  28. How quickly we forget... by Anonymous Coward · · Score: 0

    Perhaps we have forgotten that Google and the CIA have partnered up in a joint venture called Recorded Future (http://www.bit-tech.net/news/bits/2010/07/30/google-cia-invest-in-web-monitor/1). So now we should realize that the new motto should be "do only evil". This is only to ensure that when the bag men come they get the right person...

  29. Is this specific to gmail? by AbRASiON · · Score: 1

    I take it this is for your google account overall? I'm not aware of them being separate.

  30. Hah by dakameleon · · Score: 1

    But, there's still no connection between actual cost and price.

    When has there ever been? In Australia, we pay 90 cents a minute with a 35 cent "flagfall" to call from a domestic mobile to another domestic mobile, while a friend working in India gets 20c-a-minute per-second billing with no flagfall to call from India to Australia. We're obviously a captive market, but the international carriers aren't. We don't pay for roaming or incoming calls thanks to the consumer watchdog, but even with three major carriers competition is non-existant.

    (sorry for OT rant)

    --
    Man who leaps off cliff jumps to conclusion.
    1. Re:Hah by ShooterNeo · · Score: 1

      That sounds exactly like what USians have to put up with...except our consumer watchdog is far weaker, so we pay out the ass for roaming, incoming, and SMS messaging as WELL as various nasty fees. There are about 3 major carriers as well.

    2. Re:Hah by Namarrgon · · Score: 1

      Good thing we don't have to pay 90c/min.

      There's a wide range of much cheaper options in AU from various carriers, ranging from $45/month for unlimited calls + texts, down to $1/month + 10c/min + 10c flag with 10c texts. And of course all incoming calls/texts are free, so Google's method is fine for us.

      --
      Why would anyone engrave "Elbereth"?
    3. Re:Hah by Archangel+Michael · · Score: 1

      Roaming?

      I've not seen roaming charges in years here. But then again, I chose my carrier for because it has the best coverage.

      I've seen people with second/third tier carriers get Roaming, but that is simply because they are cheap bastards who end up paying more trying to be cheap.

      Penny wise, Pound Foolish.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    4. Re:Hah by dakameleon · · Score: 1

      The $45/month plan just happens to be on the one network that is makes AT&T look good. The caps distort the competition in many ways - the rates make it increasingly easy to chew through the "cap credit", especially with Telstra's decision to switch to per-minute billing from March.

      I'm not saying the SMS-to-verify method won't work here - I've used that method with Google Local to verify identity - but rather that the mobile market doesn't have a cost-price reflection at all visible to the end-user.

      --
      Man who leaps off cliff jumps to conclusion.
  31. Re:lock it by TaoPhoenix · · Score: 1

    I'll put a sign that says "beware of the leopard".

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  32. privacy implications by Anonymous Coward · · Score: 0

    Now google will know my phone number. Great. What is next? My Social Security Number?

  33. Trouble with all this crap is by melted · · Score: 1

    Trouble with all this crap is that IMAP/POP3 don't support it. So you still get the good old single-factor authentication there, and if someone knows your password, they read your email.

    1. Re:Trouble with all this crap is by NextGen · · Score: 1

      Just in case you didn't see the other comments, they do allow for "one-time" application-specific passwords. I'm still not entirely certain how that secures your account, but then again, I haven't tried it yet.

    2. Re:Trouble with all this crap is by Fastolfe · · Score: 1

      You can generate unique long-lived passwords for each individual application that you need it for, and selectively revoke these passwords anytime you want.

  34. Still falls to MITM by rsborg · · Score: 1

    This is a great tool to reduce exposure to account compromise, but it fails to secure against Man-in-the-middle attacks.
    A good way to prevent MITM is out-of-band verification (ie, call the number and type in the 1-time code you see on the screen... this can't be replayed by a MITM without revealing the tap).

    --
    Make sure everyone's vote counts: Verified Voting
    1. Re:Still falls to MITM by bradgoodman · · Score: 1

      Google Authenticator codes are one-time codes. They change every 30 seconds.

    2. Re:Still falls to MITM by bradgoodman · · Score: 1

      Also - it's not meant to protect at that level. Use SSL/HTTPS to avoid MITM attacks.

    3. Re:Still falls to MITM by Fastolfe · · Score: 1

      If you're paying attention, you'll notice that the code you just generated didn't work (because they stole it and used it). When you finally log in, it should be apparent that your account is being used somewhere unexpected (since Google tells you that at the bottom of Gmail).

  35. Authenticator by toastar · · Score: 3, Insightful

    Yeah,

    What i really don't get is how my Wow account is more secure then my back account.
    http://images.dailytech.com/nimage/8561_product.jpg

    1. Re:Authenticator by Mysteray · · Score: 1

      When Wow gets hacked and your virtual gold is stolen, they pay people to help you put it all back the way it was because they value your business as a customer.

    2. Re:Authenticator by brusk · · Score: 1

      Some backs in Europe have these, and give them to you when you sign up for online backing. Works pretty well.

      --
      .sig withheld by request
    3. Re:Authenticator by TheThiefMaster · · Score: 2

      Because your bank is crap.

      I have one of these: Barclays PINsentry Card Reader

    4. Re:Authenticator by tehcyder · · Score: 1

      And they are a total pain in the arse.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    5. Re:Authenticator by binkzz · · Score: 1

      My back - the Raboback, has required these for yeras.

      --
      'For we walk by faith, not by sight.' II Corinthians 5:7
    6. Re:Authenticator by godefroi · · Score: 1

      Simple. Your WOW account is probably more valuable than your bank account, plus, it's easier to turn into liquid cash, and less likely to be vigorously investigated by authorities.

      Any other questions?

      --
      Karma: Poor (Mostly affected by lame karma-joke sigs)
  36. Limited use case by Anonymous Coward · · Score: 0

    What does this solve that SSL doesn't? Fake SSL certs signed by a trusted authority who can control your DNS? E.g., China?

    It's nice to add an extra factor for reasonable paranoid cases, but in those cases, isn't it reasonable to assume they have full control over your cell network as well?

    I'm not understanding what case this really improves.

    Or is it just to force security on people who can't or won't use SSL for everything in GMail? Which, you know, you should definitely do.

  37. It will never be mandatory. by Joshua+Fan · · Score: 1

    Common sense. Original poster seems to have none. This option is for paranoids only.

  38. Sucks by Nemyst · · Score: 1

    It's in those times that it sucks to be on a dumbphone plan in Canada... I had to deactivate SMS because the bloody telcos actually made me pay for incoming messages!

    This is useless to me, unfortunately.

    1. Re:Sucks by bradgoodman · · Score: 1

      The SMS part is only for activation. The app itself doesn't require a network connection.

    2. Re:Sucks by coolmadsi · · Score: 1

      The SMS part is only for activation. The app itself doesn't require a network connection.

      But it would be a bit futule to try and log into your webmail account without a network connection.

    3. Re:Sucks by Anonymous Coward · · Score: 0

      Some people use Gmail through a desktop computer that has an Internet connection independent of their cell phone.

  39. Yo dawg by Anonymous Coward · · Score: 0

    Yo dawg, I heard you like authentication...

  40. What if you don't have a phone? by Hyperhaplo · · Score: 2

    Yes, but what about those of us without phone?

    Or, those of us who don't want to give GOOG our mobile phone number?

    This is just another attempt by GOOG to match every user with a mobile #.

    --
    You have a sick, twisted mind. Please subscribe me to your newsletter.
    1. Re:What if you don't have a phone? by Zemran · · Score: 1

      I agree, there is no way that I would give out my mobile number. It is also a stupid idea because I am often in areas where I cannot use a mobile but have access to the internet via landline, but I would not be able to log in!!! I know that if this is made mandatory, gmail will be a part of my past like Hotmail...

      --
      I love stacking my barbecues in the shed at the end of summer - you can't beat a bit of grill on grill action.
    2. Re:What if you don't have a phone? by Anonymous Coward · · Score: 0

      It doesn't need your phone number, and doesn't even have permissions to read it. See the permissions tab on the app's market page:
          https://market.android.com/details?id=com.google.android.apps.authenticator
      You install the app and then connect it by scanning a barcode or manually entering the account information.

  41. Useless if it involves your phone by chelsel · · Score: 1

    Your smartphone has all of your email. You can reset the password on almost any website you visit just by having access to that email. Someone with access to your phone can reset the password for your online banking, facebook, twitter, etc. and basically take over your online identity.

    Few people set a password on their phone and even fewer set it to something besides a 4 digit pin with is either 1111, their birthdate or something equally "rememberable". Adding TWO factor authentication using the phone is really just a gimmick.

  42. Late Article? by spyingwind · · Score: 1

    Aren't ya a bit late on reporting this?

    --
    GENERATION 26: The first time you see this, copy it into your sig on any forum and add 1 to the generation. Social exper
    1. Re:Late Article? by gmor · · Score: 1

      Yes, this has been a feature for a while and was reported months ago when it was added to Google Apps. I think the main announcement today is that the wizard is more comprehensive now. It seems they're also tightening security around other entry points: programs like IMAP and Picasa require separate passwords from the primary account password now.

  43. Password Strength is Google's Weapon AGAINST You! by Jeremiah+Cornelius · · Score: 1

    LINK

    I see this development as a sort of confidence trick, where Google is trying to get people to put more of their eggs into fewer baskets (that Google controls, of course).

    Two-factor authentication schemes offer strong security against unauthorized account access by miscreants, no doubt about it, but never forget that Google is God on Google. It sees all. It knows all. Many people will make the mistake of thinking that the enhanced security protects their data from everyone, including the government. Thatâ(TM)s not true at all. This does nothing to protect your information from Google itself and the national security interests it willingly serves.

    So, if you use Google services, I would say to use this, but just keep in mind that Google has access to everything that you do on there, and that, if they turn over your data to any outside organization, there would be no indication of it, two factor login or not.

    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
  44. Google Authenticator is open-source by gmor · · Score: 1

    Google Authenticator is open-source and is based on an open protocol, so if you have some other computing device that you trust to be worm-free, you can save the seed on the device and get subsequent keys using a shell script or whatnot. Or if you have some recommendation for another platform it should be ported to, perhaps you can lobby for or support an additional port.

  45. Solid idea unless you are dealing with pros by Anonymous Coward · · Score: 0

    I'm sorry, but this is not nearly enough security if you are dealing with someone like the Chinese government. In this system, if you use the SMS option, they just hack the cell phone carriers SMS logs and voila the code is theirs too. Chances are they have root access to Google's servers anyways, so this is mostly fluff to make them look good and think they care about security and privacy.

  46. sheeple giving their mobile number to Google... by vaporland · · Score: 1

    I only give out my Google Voice number. It can route incoming calls, using it's address book, to ring on combinations of phone numbers I have responsibility for: home phone, my cell, wife cell, direct to voice mail, etc. These parameters can be set globally and also for specific address book entries.

    When I switched cellphone providers, I didn't bother to transfer the old number; I just updated google voice. Now the new phone number rings, the old phone number is deleted, and nobody in my address book even notices, or needs to.

    Have a busy hair salon? Just have GV ring all the stylist's cellphones with the caller's ID, and the stylist who knows the name can pick up. The front desk landline can also pick up directly. If nobody picks up, the call goes to digital voicemail with immediate (dubious) transcription to SMS or email.

    When customers call, they get right through. If bill collectors or mom calls, they can hear a 'number out of service' tone that blocks robocallers.

    Web accessible logs with numbers, names and call history. All this virtual functionality with no IP telephony snake oil. A free service like this has tremendous value for anyone. If google or the CIA or the new world order want to listen to calls, have at it. It works well 98% of the time. It's FREE.

    How will vendors of office IP phone systems compete in such a market? See: CISCO earnings...!

    --
    Ask Me About... The 80's!
  47. Because i'm a 11 year old kid by khoonirobo · · Score: 1

    Well not me, but my niece is a 11 year old kid, can and does use gmail but does not own a phone. Also my mom, who is a stay at home housewife just keeps her cell switched off, but again uses her email regularly.

    Btw, as long as this is an optional if you are worried about security and not mandatory, iId say it was a good thing.

    Also really: "Won't someone think of the children? (the ones without cell-phones)"

  48. Bleh. Free Googls Apps does not have it by RichiH · · Score: 1

    Back when they announced it for the paid Google Apps versions, I was enthusiastic.

    Now, everyone except me has it. And it's not even a technical issue, merely an incentive to buy stuff from them.

  49. Go FUD yourself. by RichiH · · Score: 1

    > The flaw in GOOG and Yahoo and Hotmail? Social networking "features". They get the email address of every contact you have, and spam them from your address in spoofed headers. All without a login credential.

    Google is far from perfect and we should stay wary. But the above is undeniably false, at least for Google.

    ITYM Facebook.

    1. Re:Go FUD yourself. by Jeremiah+Cornelius · · Score: 1

      I get these from Googlemail users about once a month. Someone is mining social contact info through allowed APIs, which don't require authentication as the user in question.

      Go fanboi yourself.

      Google is a tool of the incipient fascist state. Period.

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
    2. Re:Go FUD yourself. by RichiH · · Score: 1

      > I get these from Googlemail users about once a month.

      You're either getting them via the invite user function (manually triggered) or via a third party accessing those contacts.

      As you claim they are _for_ GMail, I would say your contacts are not as reliable/tech-savvy as you thought. Did you try asking them if they sent those mails (by chance)?

    3. Re:Go FUD yourself. by Jeremiah+Cornelius · · Score: 1

      3rd party for sure. These ALSO comeions from Yahoo and Hotmail spoofed accounts on a more regular basis.

      The sender is spoofed - to genuine contacts on that account owners list. This makes it a form of targeted phish - if not really spearfishing.

      The problem lies in web-API access for social networking functions. This will always be a privacy exploit, waiting to happen.

      Google doesn't have "magic security pixie-dust" to make a design problem go away.

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
    4. Re:Go FUD yourself. by RichiH · · Score: 1

      That's totally different to what you were claiming earlier.

      How an API means social networking is beyond me. APIs predate those sites and they are useful without them.

    5. Re:Go FUD yourself. by Jeremiah+Cornelius · · Score: 1

      These are the APIs for the social netwoking "features"

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
    6. Re:Go FUD yourself. by RichiH · · Score: 1

      Web 2.0, etc? OK. Social networks only? No.

      Not that it would matter either way as IMAP, contact sync etc exist. No net difference.

    7. Re:Go FUD yourself. by Jeremiah+Cornelius · · Score: 1

      When private address books become public "friends" lists, trouble starts...

      Yahoo and Hotmail were the most egregious. Where do I opt out!

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
    8. Re:Go FUD yourself. by RichiH · · Score: 1

      Now you're changing the subject to public friend lists? Decide what to rant about ;)

      I note you are not listing Google any more, I can't say much about the other two either way.

      You opt out by having sane friends which you educate about the issues.

  50. 2 Things to remember, your bank pin and gmail pin by Anonymous Coward · · Score: 0

    2 Things to remember, your bank pin and gmail pin: problems solved :)

  51. Re:Password Strength is Google's Weapon AGAINST Yo by pugugly · · Score: 1

    That's kinda 'Well, yeah, but what are you going to do about it?" The only way to protect against *that* is to get it together and install something like gpg encrypt everything maintain a public/private key; Sensible, but not something even I do - though maintaining a copy of Truecrypt on your laptop is easy enough.

    Pug

    --
    An Invisible Entity of Vast Power whose existence must be taken on faith alone: Liberal Media
  52. Re:Password Strength is Google's Weapon AGAINST Yo by Jeremiah+Cornelius · · Score: 1

    Risk management - not risk elimination.

    Everything is in the percentages - but you need to know the real rules of the game, and true odds.

    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
  53. SSL fails for MITM by rsborg · · Score: 1

    Also - it's not meant to protect at that level. Use SSL/HTTPS to avoid MITM attacks.

    Unless you've pre-exchanged your keys from an absolutely secure connection with the website in question, when you exchange the keys, the MITM will copy those and replay everything.

    --
    Make sure everyone's vote counts: Verified Voting
    1. Re:SSL fails for MITM by bradgoodman · · Score: 1

      No. SSL uses secure key exchange. It would be useless without it.

  54. Respect by robsku · · Score: 1

    I can respect that!

    --
    In capitalist USA corporations control the government.