Slashdot Mirror


Researchers Devise 2FA System That Relies On Taking Photos of Ordinary Objects (bleepingcomputer.com)

An anonymous reader quotes Bleeping Computer: Scientists from Florida International University and Bloomberg have created a custom two-factor authentication (2FA) system that relies on users taking a photo of a personal object. The act of taking the photo comes to replace the cumbersome process of using crypto-based hardware security keys (e.g., YubiKey devices) or entering verification codes received via SMS or voice call. The new system is named Pixie, and researchers argue it is more secure than the aforementioned solutions.

Pixie works by requiring users to choose an object as their 2FA key. When they set up the Pixie 2FA protection, they take an initial photo of the object that will be used for reference. Every time users try to log into their account again, they re-take a photo of the same object, and an app installed on their phone compares the two photos... In automated tests, Pixie achieved a false accept rate below 0.09% in a brute force attack with 14.3 million authentication attempts. An Android app is available for testing here.

138 comments

  1. cumbersome process of using crypto-based hardware by ChoGGi · · Score: 4, Interesting

    I go on the website I like and press a button on my yubikey, that seems easier then whipping out my phone and taking a picture every time...

    Probably why I setup my yubikey to also take care of my Steam login (instead of whipping out my phone).

  2. nudies by Anonymous Coward · · Score: 0

    This seems like a really roundabout way to trick people into taking pictures of their private parts.

    No wait, actually it could be great -- tons of people walking around flashing photos with their pants down, "but my phone requires it to unlock!"

    1. Re:nudies by Anonymous Coward · · Score: 2, Funny

      free willy !

  3. Parts of the body? by cervesaebraciator · · Score: 4, Funny

    the system doesn't restrict users and they can choose anything they want as their login trinket, from their watch to parts of their body

    Well, now we know what every guy will use.

    1. Re:Parts of the body? by Tablizer · · Score: 4, Funny

      Siri: "Sorry, that object is too small to use for identification purposes."

    2. Re:Parts of the body? by theskipper · · Score: 1, Redundant

      That's what I'll be using. But only if the algorithm can handle pictures that must be taken in panoramic mode.

    3. Re:Parts of the body? by Anonymous Coward · · Score: 0

      Well can it distinguish aroused vs not?? Sorry you can't login until you take care of business...

    4. Re:Parts of the body? by sit1963nz · · Score: 1

      So THAT was what Anthony Weiner was doing, just trying to log into his phone. I can see how the mistake was made...

    5. Re:Parts of the body? by sit1963nz · · Score: 2

      Cold days may be a problem too...

    6. Re:Parts of the body? by Anonymous Coward · · Score: 0

      You're right, exiting now. And yeah, I noticed you gained a few pounds lately.

    7. Re:Parts of the body? by PPH · · Score: 1

      Too many pictures of that out on the Internets already.

      --
      Have gnu, will travel.
    8. Re: Parts of the body? by Anonymous Coward · · Score: 0

      And I suppose now they'll use this as an excuse to look at porn, to make the login object the proper shape.

    9. Re:Parts of the body? by Anonymous Coward · · Score: 0

      But, won't that change based on how close you are to an attractive member of a gender you find attractive?

    10. Re:Parts of the body? by Kjella · · Score: 1

      Cold days may be a problem too...

      If you try to authenticate outside in public that might be the least of your problems...

      --
      Live today, because you never know what tomorrow brings
    11. Re:Parts of the body? by jrumney · · Score: 1

      Well, now we know what every guy will use.

      Just make sure you don't misplace it.

    12. Re:Parts of the body? by Anonymous Coward · · Score: 0

      the system doesn't restrict users and they can choose anything they want as their login trinket, from their watch to parts of their body

      Well, now we know what every guy will use.

      Shit bro, I thought that I was the only person with photographic access to your mom!

    13. Re:Parts of the body? by FelixLaPubelle · · Score: 1

      Just post a drawing of a dick. As long as it has the ball hairs, it's got to be you.

    14. Re:Parts of the body? by Big+Hairy+Ian · · Score: 1

      Well, now we know what every guy will use.

      Now I need to get an erection every time I want to log in

      --

      Build a Man a Fire, and He'll Be Warm for a Day. Set a Man on Fire, and He'll Be Warm for the Rest of His Life.

    15. Re:Parts of the body? by LesserWeevil · · Score: 1

      'Carlos Danger' now has an alibi of sorts. "But judge, I was just trying to do multi factor identification.. honest.."

    16. Re:Parts of the body? by cervesaebraciator · · Score: 1

      And here I thought you were referring to Archie.

  4. Re:cumbersome process of using crypto-based hardwa by 93+Escort+Wagon · · Score: 4, Insightful

    Not to mention that, whatever the object is, you’ve got to have it with you at all times - so pick carefully!

    --
    #DeleteChrome
  5. Re:cumbersome process of using crypto-based hardwa by rmdingler · · Score: 5, Funny

    Not to mention that, whatever the object is, you’ve got to have it with you at all times - so pick carefully!

    Right, perhaps a picture of your face or fingerprint, for example.

    --
    Happiness in intelligent people is the rarest thing I know.

    Ernest Hemingway

  6. Interesting, but... by YukariHirai · · Score: 2

    A low false accept rate is all well and good, but what's the false deny rate like? Also, I'm a bit dubious on tying authentication to a specific physical object. For all the problems with SMS 2FA, at least if something happens to my phone, I can replace it and it doesn't impact what I can and can't get into. If my authentication object gets lost or damaged, then what? "You can use a body part as your object," they say. Right, because nothing disfiguring can ever happen to those, they don't naturally change over time, and no-one's ever lost a body part.

    1. Re:Interesting, but... by gl4ss · · Score: 2

      the actual problem is that at least from the blurb the "app" compares the images.

      that's right, the app itself. not the 2fa authority ? this would be a huge problem..

      --
      world was created 5 seconds before this post as it is.
    2. Re:Interesting, but... by Calydor · · Score: 1

      Either the app tests it, in which case just the encrypted confirmation to the server needs to be broken, or the app sends tons of images to the server - and considering how big the images are on some cell phones, and only getting bigger, that'll eat through your data plan pretty quickly. Imagine having to upload 10 MB (maybe multiple times due to bad lighting, shaking hand or the like) just to log into Facebook.

      --
      -=This sig has nothing to do with my comment. Move along now=-
    3. Re:Interesting, but... by TheRaven64 · · Score: 1

      There's no good way of doing this. Either the app compares them, in which case it's basically a U2F token where instead of pressing a button (optionally a fingerprint reader) you take a photo, which is a step backwards in usability, or the server compares them, in which case anyone who takes a photo of the object can now log in remotely without access to the thing.

      --
      I am TheRaven on Soylent News
    4. Re:Interesting, but... by Anonymous Coward · · Score: 0

      a 1:1000 false accept rate isn't low, particularly when it isn't a fundamental property, but rather a statistical measurement based on the test data.

    5. Re:Interesting, but... by Anonymous Coward · · Score: 0

      Exactly. How is this done? Does the server send the stored image to the device for comparison? If so, what's to stop the device from capturing the image that is sent, then immediately retry with that image instead (no need to even crack the "app")?

    6. Re:Interesting, but... by kd3bj · · Score: 1

      The article gives a False Reject Rate of 4.25%, which I thought was annoyingly high. It seems they tuned their threshold to push down the false accept rate to 0.02% and just accepted the annoying FRR.

  7. Trust Failure by Anonymous Coward · · Score: 0

    Trusting the client (app in this case) is where the security fails. I just have to write a rogue app that says to the remote service “yep, this client is totally legit” and I don’t even have to take any pictures.

    The only way for this to work is NOT to trust the client (app). And anyone can simply replay the reference image or send a slightly modified version of that image.

    This seems like Bad Security.

  8. Re:cumbersome process of using crypto-based hardwa by 93+Escort+Wagon · · Score: 4, Funny

    Wish I’d thought of that - I used my pet Boa Constrictor.

    --
    #DeleteChrome
  9. someone must have shit this out while drunk by gravewax · · Score: 4, Insightful

    This sounds like a completely brain dead idea. seriously how many objects around that people have with them everyday that you can guarantee are unique? not to mention the action of taking the photo basically reveals your 2FA to anyone in the vicinity.

    1. Re:someone must have shit this out while drunk by plopez · · Score: 1

      credit cards and drivers licenses come to mind :)

      --
      putting the 'B' in LGBTQ+
    2. Re:someone must have shit this out while drunk by gravewax · · Score: 1

      So basically something that is predictable, easily copied/faked and easily obtained from the user.

    3. Re:someone must have shit this out while drunk by duke_cheetah2003 · · Score: 1

      credit cards and drivers licenses come to mind :)

      Just your wallet itself might be good enough.

    4. Re:someone must have shit this out while drunk by plopez · · Score: 1

      No to mention uploading lots of personal information and spewing it across wifi on a regular basis ;)

      --
      putting the 'B' in LGBTQ+
    5. Re:someone must have shit this out while drunk by plopez · · Score: 2

      I'd have to get me wife to let me borrow it from time to time. ;)

      --
      putting the 'B' in LGBTQ+
    6. Re:someone must have shit this out while drunk by Darinbob · · Score: 1

      My guess is that this is not for casual use. Does a phone need that level of security? If you're not the president, then no. If you store passwords to other accounts on your phone, then there are other security actions that should be taken before 2FA. Put the 2FA on your bank account, not your social media.

    7. Re:someone must have shit this out while drunk by Anonymous Coward · · Score: 0

      I see you never used online banking... If you did, you'd have noticed that "security question" field. The one that overrides passwords, 2factor authentication, everything.

      "What's your mothers maiden name?" Check Facebook.
      "What was the name of your first pet?" Check Facebook.
      etc.
      etc.

      That's why you need to have the highest security on your social media.

      (And your e-mail, because sites with better security will offer to send a password reset e-mail).

    8. Re:someone must have shit this out while drunk by JonnyCalcutta · · Score: 1

      I don't have a mother so good luck with that Mr Hacker.

    9. Re:someone must have shit this out while drunk by TheRaven64 · · Score: 1

      It's worth noting that this was published in Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies. This is a brand-new journal, so all submissions are likely to be either bad work that can't get published anywhere else, from people who are submitting some of their second-rate work to help the journal get established, or from people who are betting that it will become well-known later and so submit something there in the hope that they'll retroactively end up with a prestigious publication. The total citation count for the entire journal is 5, currently.

      More importantly, it's a paper about a security technique that wasn't sent to a security venue. IEEE Security and Privacy now does a rolling submission and EuroS&P has just sent out the first round of reviews. Anyone with a really good security idea will have sent it to one of these venues. There are then a bunch of second-tier (but still respected) conferences where you'll get good reviews. This paper was carefully sent to a venue that was unlikely to have any reviewers with a background in security.

      None of this necessarily means that it's bad work: sometimes you get really good people at institutions that have no background in a particular field submitting work to the wrong kind of venue because they don't know any better. Unfortunately, this doesn't appear to be one of these cases.

      --
      I am TheRaven on Soylent News
    10. Re:someone must have shit this out while drunk by tsqr · · Score: 1

      credit cards and drivers licenses come to mind :)

      Both of these expire and get replaced periodically. And if a credit card is misplaced, the replacement has a new number.

    11. Re:someone must have shit this out while drunk by Anonymous Coward · · Score: 0

      Wouldn't you expect to be able to update the object? I can't imagine you can't change the "password" ever. Not allowing for that would be monumentally dumb.

      But you're right, you're screwed if you lose it (just like any other object).

    12. Re:someone must have shit this out while drunk by Anonymous Coward · · Score: 0

      Thanks for laying out the reasons for skepticism. Your comment was helpful and depressing. It's exhausting being constantly deceived.

    13. Re:someone must have shit this out while drunk by TheRaven64 · · Score: 1

      It's often problematic when you get work that's slightly outside the scope of competence for the publication. This is particularly common for security-related things. Most of the top conferences and journals have at least one person that they can ping to get a sensible opinion about security-related things. I often get security papers to review for a couple of computer architecture venues, because the set of people that know enough to have plausibly sensible opinions about things that overlap both is pretty small (and gets much smaller when you throw in compilers, which can be difficult when you need to find a non-conflicted reviewer). The Dunning-Kruger Effect is just as common in academia, so you'll often see reviews from someone with no security background on such a paper marking their confidence in their review as 'high' and be able to spot 5 easy attacks that completely by the time you get to page 2. My general view when I review these is that my knowledge of security is fairly small, and if I can tell your system is stupid then it's really stupid. Fortunately, I work with enough people that actually know about security that I can generally get a good answer about whether a security claim is at least broadly plausible.

      --
      I am TheRaven on Soylent News
  10. Re:Take a picture of President Trump by Tablizer · · Score: 1

    Hair today, gone tomorrow.

  11. my dogs are not ordinary by turkeydance · · Score: 1

    guess i have to pick something else. their leashes?

  12. "a personal object" by bistromath007 · · Score: 1

    dildos

    their entire server is full of pictures of dildos

    1. Re:"a personal object" by sit1963nz · · Score: 1

      Or a New Zealand Poltician http://www.nzherald.co.nz/nz/n...

  13. Take that HR dept by Anonymous Coward · · Score: 0

    I finally have a business reason to take dick pics at work.

    1. Re:Take that HR dept by PPH · · Score: 1

      Hey look! Pictures of my junk.

      --
      Have gnu, will travel.
    2. Re:Take that HR dept by mnemotronic · · Score: 1

      Great. I'm gonna need a bigger camera.

      --
      The Russians have won. They have made the world a cesspool of distrust, greed, fear and hate.
  14. Re:Take a picture of President Trump by Anonymous Coward · · Score: 0

    Watching you guys get your hopes up and then dashed over and over (and over and over and over...) never gets old.

  15. Hack the reference image database by Anonymous Coward · · Score: 0

    Maybe change the perspective a little, How much more secure is this?

  16. STOP CALLING THIS 2-FACTOR! by Anonymous Coward · · Score: 0

    It’s NOT two factors! IT’s ONE factor!

    1. Something you know
    2. Something you have
    3. Something you are
    !!

    NOT
    1. Something you know
    0. Something everybody knows ... Nevermind

    NOR
    1. Something you have
    1. Something you have ... haha, h4x0r3d

    Or any other retarded combination not involving more than one unique valid factor!

    1. Re:STOP CALLING THIS 2-FACTOR! by Jim+Fenton · · Score: 1

      Indeed. The objects shown in the illustrations aren't secret, and aren't unique. If you're calling the object "something you have" and the camera angle "something you know", anyone with the same watch (for example) satisfies the first of those.

    2. Re:STOP CALLING THIS 2-FACTOR! by Godwin+O'Hitler · · Score: 1

      I am a horse with a staple who knows a correct battery when he sees one.

      --
      No, your children are not the special ones. Nor are your pets.
    3. Re: STOP CALLING THIS 2-FACTOR! by Anonymous Coward · · Score: 0

      I Will use a mirror and a photo of My phone to unlock it..no wait...

  17. Re:cumbersome process of using crypto-based hardwa by Anonymous Coward · · Score: 0

    Unless you ALSO enter your password, and unless that "yubikey" actually has a secure channel to the auth server without your PC being able to do ANY MITM, that’s zero-factor, mate!

    Not saying the one in TFA isn't.

  18. Two Questions by techdolphin · · Score: 1

    I have some questions about this.

    What happens if I lose the object or need to change the object I use for authentication? If I use my watch, what happens when I lose my watch or need to get a new watch for some reason? Can the picture be changed?

    If the authentication takes place locally, could malware be downloaded that defeats the authentication?

    1. Re:Two Questions by Anonymous Coward · · Score: 0

      Slashdot suppose to be frequented by technically inclined people, so what is with all the dumb questions?
      What happens if you loose your second factor token? Like UbiKey or RSA token? Same thing here. You have some backup process and setup a replacement picture.
      What happens when your google authenticator gets attacked by malware? Same thing happens here.

      I think this should be easier to understand for average person than say google authenticator, but that one is not too bad. Also it should be much more secure than SMS second factor.

    2. Re: Two Questions by Anonymous Coward · · Score: 0

      Duuuhh.... Errrrr whats a ... to ... ken?

        - millennial

  19. The numbers don'r stack up by BeerCat · · Score: 1

    The summary states "a false accept rate below 0.09% in a brute force attack with 14.3 million authentication attempts."

    So, in that 14.3 million attempts, they still got in 12,870 times.

    --
    "She's furniture with a pulse"
  20. Re:cumbersome process of using crypto-based hardwa by Anonymous Coward · · Score: 1

    "whatever the object is, youâ(TM)ve got to have it with you at all times - so pick carefully!"

    Just take a picture of your phone.

  21. Uh by Anonymous Coward · · Score: 1

    In automated tests, Pixie achieved a false accept rate below 0.09% in a brute force attack with 14.3 million authentication attempts.

    14,300,000 x 0.09% = 12,870. How can it be said that a form of authentication is secure when it only requires less than 10,000 guesses before it flubs and accepts a false response.

  22. only 0.09% false positive. by viperidaenz · · Score: 2

    Their actual test says 4.5% false reject rate.
    They also say only 78% of people were able to successfully use their app to make an authentication.

    Needs some work.

  23. Still useless when you need it by Anonymous Coward · · Score: 0

    The times when 2FA is of the most benefit, is when you are using completely non-trusted systems. How am I meant to use this system in an internet cafe in a country where I don't have mobile data or wifi coverage?

  24. How Is This 2FA by Anonymous Coward · · Score: 0

    Someone takes a picture of an object. Ok, you're submitting the photo of the picture - I can kind of see how that is something you have. Where's the second factor? "You know what the factor is" is a terrible interpretation of what "something you know" is in the authentication world.

  25. Re:cumbersome process of using crypto-based hardwa by JustAnotherOldGuy · · Score: 3, Insightful

    Not to mention that, whatever the object is, you’ve got to have it with you at all times - so pick carefully!

    This was the first thing that popped into my mind...what magical object must I always have available that isn't susceptible to being lost or stolen? And the answer is ....nothing.

    If the object is always available to be photographed, it must always be with you, no? And if it's always with you then it could get lost or stolen.

    I don't see how this is a solution to anything, frankly.

    --
    Just cruising through this digital world at 33 1/3 rpm...
  26. Re:cumbersome process of using crypto-based hardwa by JustAnotherOldGuy · · Score: 0

    Right, perhaps a picture of your face or fingerprint, for example.

    Yeah, because no one could ever get a picture of my face or my fingerprint. It's just totally impossible.

    --
    Just cruising through this digital world at 33 1/3 rpm...
  27. Re: cumbersome process of using crypto-based hardw by Anonymous Coward · · Score: 3, Funny

    But then you would have to carry another phone to take a phone picture of your phone.

    Better yet, a mirror is less expensive, take a phone picture of your own phone.

    But what if others discover you authenticate with a phone picture of your phone? They could take a phony phone picture of a phone and blast! Phoned again!

    Phones!

  28. I like it by duke_cheetah2003 · · Score: 1

    Instantly made me think of Inception and the concept of a totem. So it's some personal trinket.

    In the absence of anything else good, I do like it. It's something you create (hopefully?), so I love that it has that aspect, so it should be as unique as you decide to be.

    It still has the disadvantage of being something someone else can take from you, or you can lose, but as one part of 2FA, having it taken shouldn't be much of an issue. Loss of the item really depends on how difficult it would be to replace.

    It is somewhat annoying that difficulty to replace the item directly correlates to it's usefulness as a unique totem. Optimally, your totem should be something you make yourself, and could recreate with relative ease, with minimal tools. Maybe everyone should take up enough wood carving to make their own unique little carvings. I think that'd actually be kinda neat.

    1. Re: I like it by Anonymous Coward · · Score: 0

      How about you just send me a text message.

  29. If you want this to catch on by duke_cheetah2003 · · Score: 1

    ...Be sure it's not just for smartphones. Throw PC and laptop users a bone too, make it so we could use a webcam on our PC/laptop to 'see' the object for usage in 2FA. OK? Good idea.

    1. Re: If you want this to catch on by Anonymous Coward · · Score: 0

      I was just thinking this, what- I have to carry a camera around with me then transfer the picture to my laptop? But I guess a lot of people assume everyone has a smartphone these days and does everything on it. Well, that isn't true in case some people aren't aware. I'm trying to avoid that trap still.

  30. Your other hand. by Anonymous Coward · · Score: 0

    Use that.

    1. Re:Your other hand. by JustAnotherOldGuy · · Score: 1

      I only have one hand, you insensitive clod!

      --
      Just cruising through this digital world at 33 1/3 rpm...
  31. Re: cumbersome process of using crypto-based hardw by Anonymous Coward · · Score: 0

    "what magical object must I always have available that isn't susceptible to being lost or stolen?"

    In your case? Your virginity.

    I took a picture of my balls, although it could make purchasing toys for the nephews a bit lewd.

  32. Re:cumbersome process of using crypto-based hardwa by Anonymous Coward · · Score: 0

    2FA is a complete waste of time anyhow. I use strong, uncrackable passwords (you can try, it'll take the world's best supercomputer until after the sun burns out to crack) and store them in KeePass. When I go to a site or execute an app that needs a password, I press a hotkey and I'm in.

  33. Re:cumbersome process of using crypto-based hardwa by Anonymous Coward · · Score: 0

    Take a picture of your junk perhaps?

  34. False accept rate by Jim+Fenton · · Score: 1

    "has a false accept rate of only 0.09%"

    So that's about a 1/1000 false accept rate against a brute force attack, which is comparable to some biometrics. This actually isn't very good. A determined attacker will not just send random pictures, but will send pictures that they think the target of the attack may have used. This results on a much higher false accept rate.

    Even 1/1000 is marginal enough that substantial rate limiting is going to be needed to keep the account secure. Compare that against the security of, say, a 6-digit random one-time password (1/1 million).

    And as another commenter pointed out, it's not meaningful to talk about false accept rate without also talking about the false reject rate.

  35. Re:cumbersome process of using crypto-based hardwa by CaptainDork · · Score: 0

    I'd photo my pee pee, but I like to swim a lot and there's some shrinkage.

    --
    It little behooves the best of us to comment on the rest of us.
  36. Re:Dumbest idea of the week by Anonymous Coward · · Score: 0

    Except for the name. Genius, really, to choose a name as non-unique as Pixie. No doubt this was to enhance the overall security of the system.

  37. Re:cumbersome process of using crypto-based hardwa by bhcompy · · Score: 1

    Not to mention that, whatever the object is, you’ve got to have it with you at all times - so pick carefully!

    Like, say, the RSA token I carry for 2FA?

  38. Re:cumbersome process of using crypto-based hardwa by Anonymous Coward · · Score: 0

    I've got it! A QR code tattoo containing your password.

  39. Whatever ... by Anonymous Coward · · Score: 0

    I go on the website I like and press a button on my yubikey, that seems easier then whipping out my phone and taking a picture every time...

    More than that, if you're going to be in the same place all the fucking time, use a proper password manager, make really tough passwords, and store your site passwords behind a tough password.

    These fucking idiots trying to solve problems with idiotic solutions needs to be rounded up and castrated. If I'm going to be next to the same goddamned object every time I log into a fucking website, I have far more cryptographically secure options ... and if I'm *not* going to have the same object in front of me, this is an utterly useless method.

    This is a really dumb solution, and I'm tired of BS solutions which depend on my fucking phone, which I refuse to tie to all of the ads and analytics assholes out there.

    If your solution involves be giving up more information to ads and analytics, or involves me being in the same place all the time, it's a stupid fucking solution.

    And if it's something I'm going to always have to carry with me, it's either a shit solution or will be insecure as I have to carry that object when I travel, which limits its utility.

    More bullshit technology put forth my marketing idiots which can't possibly fucking improve my security.

    Fuck the internet, it's ran by morons. This is a useless mechanism if you have to have the same object everywhere you go. Because that object becomes the thing someone needs to hack you.

    Panty waste mother fuckers acting like they have something revolutionary. If you have to rely on a goddamned third party, your shit aint secure.

  40. Oh great... by Anonymous Coward · · Score: 0

    Now everyone will be using their dick pics to login lol.

  41. Re:cumbersome process of using crypto-based hardwa by 93+Escort+Wagon · · Score: 3, Funny

    Use a photo of your Yubikey!

    --
    #DeleteChrome
  42. Re:cumbersome process of using crypto-based hardwa by Anonymous Coward · · Score: 1

    You could use a picture of your phone! You have that with you all the time!

    Oh wait...

  43. Meh. They should use something truly unique by johannesg · · Score: 2

    Like a blood sample. So every time you want to log in to funnycatpictures.com and post to its mighty forum, you just jab a needle in your vein for a second and let the analyser do its thing.

    Seriously, could they come up with any idea more stupid than this? It requires you to carry a specific object with you, and to never ever lose that object. The pattern matching must be fuzzy enough that the same object shown in different lighting, under different angles, etc. is still allowed, but strict enough that a similar object is not. And it must allow for differences in background as well.

    And of course your security is shot if any of your photos is captured. Or if another of your (public) photos accidentally reveals the item. So let's see: it must be something you always carry with you, yet isn't visible on any public photos. Your underwear, maybe? I can just see myself logging in in the local Starbucks...

  44. Ob by Hognoxious · · Score: 1

    Tits or GTFO!

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  45. Re:cumbersome process of using crypto-based hardwa by Anonymous Coward · · Score: 1

    Wooosh....!

  46. Re:cumbersome process of using crypto-based hardwa by michelcolman · · Score: 2

    Even worse, if someone sees you take a picture of, say, that particular keychain doll you have, they can go onto amazon and order the same item.

  47. Re:cumbersome process of using crypto-based hardwa by michelcolman · · Score: 1

    No, better pick something that has the same shape regardless of temperature.

  48. Re:cumbersome process of using crypto-based hardwa by SomeoneFromBelgium · · Score: 1

    Well I would personally also prefer for you to touch you yubikey instead of whipping out your phone to take a picture of your ... personal thing...

  49. Re:cumbersome process of using crypto-based hardwa by JonnyCalcutta · · Score: 5, Funny

    Yeh, me too. Now I've been arrested for indecent exposure.

  50. really? by SuperDre · · Score: 1

    how is this much better than using an authenticator or an extra password/sms?
    This is really one of the dumbest ideas I've heard.. So what do I do if I don't have the object near me? and do I have to photograph is everytime from the same angle?

    1. Re:really? by Whibla · · Score: 1

      William Gibson called, and Johnny Mnemonic wants his pictures back!

      But, speaking of pictures, how does the system deal with pictures of pictures? Keep picture of SO in wallet, use picture of picture as your key. Seems like this might have some potential tbh, especially if you're careful in how you frame the background (as a "3rd factor").

      Admittedly I can't see myself using it, way too much faff, and relies on my having my phone with me when I want to access w/e it is I'm trying to access. Can't think of much worse than 'having' to do that. Next I'd be expected to answer it.

  51. Re:cumbersome process of using crypto-based hardwa by TheRaven64 · · Score: 2

    Or if someone compromises an app on your phone with camera permission (or simply persuades you that this free game that you want to play needs camera permission) and takes a photo, they can then use the same photo.

    I'm too lazy to RTFA, but the description in TFS is a bit confusing: are the photos really compared on the phone? If so, how do they communicate with the server, do they just speak the U2F protocol? If so, they've just replaced a button with the need to take a photo, which doesn't sound like much of a UI improvement. If they're comparing the photos on the server, then simply copying the photo makes it trivial to launch remote attacks.

    --
    I am TheRaven on Soylent News
  52. Re: cumbersome process of using crypto-based hardw by Anonymous Coward · · Score: 0

    Just like the pirates and Their 5?! Pieces of eight ... Which incidentially was 5 or 8?! pieces of whatever random junk we happended to carry at the time... YaRrrrrr

  53. Re: cumbersome process of using crypto-based hardw by Anonymous Coward · · Score: 0

    Not to mention most cell phones aren't too great at macro photography

  54. Re:Take a picture of President Trump by Killall+-9+Bash · · Score: 1

    Hillary's going to jail.

    --
    "Prediction: within 10 years, Windows will be a Linux distribution." Me, 7-6-2016
  55. Re:cumbersome process of using crypto-based hardwa by nine-times · · Score: 1

    Also, the object could get stolen, or you could break it and it might get damaged in such a way that it no longer registered.

    Plus, it's a bit conspicuous to take a picture of something, so other people are going to figure out what your token is. Once I know you're using your watch as your token, could I buy an identical watch and spoof it? Could I use a picture of your watch instead of the actual watch? Could I just use a picture of the same watch model, without having to buy an identical watch or stealthily take a picture of your watch?

  56. Re:cumbersome process of using crypto-based hardwa by nine-times · · Score: 1

    This was the first thing that popped into my mind...what magical object must I always have available that isn't susceptible to being lost or stolen? And the answer is ....nothing.

    I can see a bunch of problems with this idea, but I don't think what you're saying is a serious problem. Any authentication method that's "something you have" has the danger of being lost or stolen. I carry my keys, wallet, and cell phone with me everywhere, and I've never had any of those things get lost or stolen. Admittedly, I may just be lucky that I never ran into a good pick-poket, but still, those things don't get lost or stolen every day.

  57. Re:cumbersome process of using crypto-based hardwa by Anonymous Coward · · Score: 0

    Use money, say a dollar bill maybe folded a certain way, or perhaps 3 or 4 coins in a pattern?
    Most of the time these are always available and they don't change much (visually)

  58. Re:Take a picture of President Trump by Anonymous Coward · · Score: 0

    To visit Trump and gloat!

  59. Re: cumbersome process of using crypto-based hardw by Anonymous Coward · · Score: 0

    You sound like the prequel to the app guy

  60. Re:cumbersome process of using crypto-based hardwa by MTEK · · Score: 1

    Have any unique tattoos? (preferably w/out having to take your shirt or pants off?)

  61. Re:cumbersome process of using crypto-based hardwa by ctilsie242 · · Score: 1

    If a 2FA device has some means of communication to the site that is authenticating, 2FA is trivial. Just like with Google, Blizzard, or Duo... when you log on, your phone pops up (login attempt detected... Allow/Deny), you hit "allow", and you are in.

    It would be nice if there were an open standard for this, with the site wanting authenticating storing a public key, and the 2FA device generating and storing a private key onboard. Right now, we have an open standard for shared secrets, but it would be nice to move to a public/private key standard, so a compromise of the server requesting authenticating gives little help to an attacker.

  62. Re:cumbersome process of using crypto-based hardwa by Anonymous Coward · · Score: 0

    The main problem is that this is false added security compared to treating the phone as the "something" you have.

    If your phone is compromised it's trivial to compromise this app. If yor phone isn't compromised than you why involve photograping a seconf object you have?

    The secondary problem is that it's vulnerable to the same kind of stupidity as passwords. People won't choose the objetc they photograph based on a sesible analysis of how hard it would be to reproduce a comparable photo. The "my password is password" of this system would be something like a photo of your house key. Sounds secure to a layperson, but can the system reliably identify different keys made from the same mass produced blank key? How hard is it really to get a bunch of blank keys from the hardware store and brute force random people's accounts?

  63. Re:cumbersome process of using crypto-based hardwa by Anonymous Coward · · Score: 0

    I betcha I know what "object" Anthony Weiner will choose to take a picture of.

  64. Key Compromise by Anonymous Coward · · Score: 0

    Unless you access the system in a place with privacy, the very act of taking the picture will divulge the object. Given the prevalence of surveillance cameras , compromise is a matter of when and not if.

  65. Bet you can fool this by barbariccow · · Score: 1

    Just like iris scanners can be fooled with a picture of someone's eyes... betchya a picture of said object can be the key.

    1. Re:Bet you can fool this by kd3bj · · Score: 1

      They do liveness detection with iris (except in the movies) so quality iris biometric systems are _not_ fooled by a picture. This doesn't seem like a possible countermeasure with an inanimate trinket.

  66. Re:Take a picture of President Trump by Anonymous Coward · · Score: 0

    Because, because, because, because, because
    Because of the wonderful things he does!

  67. Great, but... by Anonymous Coward · · Score: 0

    I don't have a fucking cellphone!

  68. Time by fluffernutter · · Score: 1

    Use a picture of your wristwatch and only you will know what two times of day you can log in! Mwaahaha.

    --
    Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
  69. Re: cumbersome process of using crypto-based hardw by Anonymous Coward · · Score: 0

    A trans hooker?

  70. Will a can of coka cola do? by Anonymous Coward · · Score: 0

    Will a can of coka cola do? Nobody else has one of those right? Nobody would think to use something so common either, right?

    1. Re:Will a can of coka cola do? by Anonymous Coward · · Score: 0

      Forgive the typo. I never liked that swill anyway.

  71. Re:Take a picture of President Trump by Anonymous Coward · · Score: 0

    That's pretty childish of you to assume you know someone's opinions based solely off of that statement. Grow up, junior.

  72. privacy by mrwireless · · Score: 1

    This allows services to learn more about your smart phone and, potentially, your surroundings.

  73. Re:cumbersome process of using crypto-based hardwa by JustAnotherOldGuy · · Score: 1

    Any authentication method that's "something you have" has the danger of being lost or stolen.

    Yes, that's exactly my point.

    I carry my keys, wallet, and cell phone with me everywhere, and I've never had any of those things get lost or stolen. Admittedly, I may just be lucky that I never ran into a good pick-poket, but still, those things don't get lost or stolen every day.

    Yes, they do.

    You're lucky and/or careful. Thousands of people lose one (or more) of those things every single day. Have you ever seen the lost cellphone bin at an airport? It's a highly-controlled environment and yet thousands of people lose their phone, keys, wallet, passport, etc in airports all the damn time.

    --
    Just cruising through this digital world at 33 1/3 rpm...
  74. Re:cumbersome process of using crypto-based hardwa by JustAnotherOldGuy · · Score: 1

    Have any unique tattoos? (preferably w/out having to take your shirt or pants off?)

    Nope, and I don't plan on getting any.

    --
    Just cruising through this digital world at 33 1/3 rpm...
  75. Re:cumbersome process of using crypto-based hardwa by nine-times · · Score: 1

    those things don't get lost or stolen every day.

    Yes, they do.

    My point is, it doesn't happen to any particular person every day. If you're losing your wallet and keys every day, then you're going to have all sorts of problems.

  76. Re:cumbersome process of using crypto-based hardwa by JustAnotherOldGuy · · Score: 1

    My point is, it doesn't happen to any particular person every day.

    Be real- you only have to lose any of these things once for it to be a problem, even more so if they serve as a login validator.

    --
    Just cruising through this digital world at 33 1/3 rpm...
  77. Re:cumbersome process of using crypto-based hardwa by nine-times · · Score: 1

    Sure, it's a problem, but that doesn't mean it's a disqualifying problem. People lose their keys sometimes, but that doesn't lead us to say, "Well we can't use keys anymore!" People's wallets gat stolen sometimes, but they're still generally a decent solution to a problem. People forget passwords, passwords get compromised, but we still use them.

    There are going to be problems and flaws with every security scheme, but the purpose of security is not to be perfect. If you set out to create a security scheme that always 100% provides authorized users with access while always 100% denying access to unauthorized attackers, you're going to fail. The point is to balance "ease of access by authorized users" against "making unauthorized access difficult and dangerous". And that balance needs to be determined by the danger of security being compromised, which is to say that it might be appropriate to force someone with clearance to jump through a bunch of hoops to view a top-secret document, but I probably shouldn't have to jump through as many hoops to access my own MP3 collection.

    So yes, "something you have" can be lost or stolen, but that's ok. You just need to make sure you can get a new copy of the "something you have" and revoke authorization from the one that was lost. For systems that needs a high level of security, you might want to have additional factors for authentication (e.g. biometrics and/or passwords).

  78. Re:cumbersome process of using crypto-based hardwa by JustAnotherOldGuy · · Score: 1

    Sure, it's a problem, but that doesn't mean it's a disqualifying problem.

    Then feel free to participate as enthusiastically as you like. I'll pass.

    --
    Just cruising through this digital world at 33 1/3 rpm...
  79. Re:cumbersome process of using crypto-based hardwa by nine-times · · Score: 1

    Great. Disregard any security measures that don't offer perfect security. See how far that gets you.

  80. Re:cumbersome process of using crypto-based hardwa by JustAnotherOldGuy · · Score: 1

    Disregard any security measures that don't offer perfect security. See how far that gets you.

    Don't put words in my mouth, you petulant little asswipe.

    --
    Just cruising through this digital world at 33 1/3 rpm...