TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

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

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Fingerprints are usernames, not passwords (2013)

264 pointsby l1nover 7 years ago

21 comments

paulannesleyover 7 years ago
Fingerprints are not passwords, but I don&#x27;t think it&#x27;s useful to think of them as usernames either.<p>This is a much more pragmatic take on it by Troy Hunt, the person behind “Have I been pwned?”: <a href="https:&#x2F;&#x2F;www.troyhunt.com&#x2F;face-id-touch-id-pins-no-id-and-pragmatic-security&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.troyhunt.com&#x2F;face-id-touch-id-pins-no-id-and-pra...</a><p>&gt; The first point I&#x27;ll make here as I begin talking about the 3 main security constructs available is that they&#x27;re all <i>differently</i> secure.
评论 #15254187 未加载
评论 #15254202 未加载
评论 #15256056 未加载
评论 #15255492 未加载
abaloneover 7 years ago
Why is this getting reposted? I’d argue this is very shortsighted especially coming from a security professional. TouchID has been a huge leap forward in consumer device security.<p>Security design must take into account usability. Fingerprints (and now faces) make it easy to use stronger passcodes. If you don’t use biometrics, people use weak passcodes. That’s clearly a worse outcome.<p>Sure, it’s even stronger to not use biometrics and enter a strong high entropy passcode every time you want to unlock your phone. But to actually advise something like that as a better approach in a consumer device than TouchID is simply to advocate a guaranteed worse security outcome. Maybe you “cover your ass” as a security acolyte and blame the compromised user for not following your stringent prescriptions, but that’s not owning the outcome. You have to consider usability.
评论 #15254617 未加载
ballenfover 7 years ago
No, they&#x27;re really not either. The whole username vs. password debate is like asking whether the key to your house is a username or password.<p>Biometrics are used as the key that unlocks a device (or app or asset within the device). And like the house they require physical proximity. And, yes, just like the house key there&#x27;s a decent chance that someone who lives near you has the same key type (device type -- apple&#x2F;samsung&#x2F;lg&#x2F;etc.) and keying (fingerprint data points) on their front door (phone).<p>But those odds are basically irrelevant as an attack surface.<p>For a native app on a phone the &quot;username&quot; is proxied to the device id, once linked to the user.<p>I think the article being 4 years old reflects a 4-year-old fear of the new and misapprehension of where security problems would arise in the future on biometrically locked phones.
评论 #15254253 未加载
评论 #15254258 未加载
dustinkirklandover 7 years ago
Original author here. This article is more pertinent today than ever before!<p>Your face is your username, not your password.<p>Use it like you use your username. But never as something secret, personal, unknown like your password.<p>The same goes for any biometric. Fingerprints, voice, iris, gait, DNA, etc. No matter how much they try to sell you authentication through biometrics, it&#x27;s total b.s.<p>@DustinKirkland
评论 #15255299 未加载
评论 #15259549 未加载
评论 #15255078 未加载
评论 #15254695 未加载
评论 #15257269 未加载
评论 #15256051 未加载
评论 #15254570 未加载
bandramiover 7 years ago
Fingerprints are tokens, just like usernames and passwords.<p>Oddly enough, from a trust calculus standpoint usernames are not particularly valuable; we could do away with them entirely and the logic of authentication wouldn&#x27;t change (though usernames add some very nice logistics that from a practical standpoint we don&#x27;t want to give up).<p>At a very basic level, a single token suffices to authenticate: something you have, know, or are does prove you are who you claim to be (usernames just give a convenient handle to that). So, a 1TP from a fob, a password, or a fingerprint at a very basic level is enough.
评论 #15255957 未加载
kibwenover 7 years ago
This overly simplifies things. Passwords are primary authentication, biometrics are secondary authentication. Biometrics should only be used when a password has already been established, and then only as a shortcut to entering that password; furthermore, authenticating via biometrics should put one into a limited-access state that disallows tampering with primary authentication mechanisms. The result is that anyone spoofing a fingerprint would be unable to completely own another device.<p>The tradeoffs inherent to this are well-described elsewhere: a lower degree of absolute security in exchange for a higher proportion of users with <i>any security at all</i>; in lieu of the convenience offered by biometric authentication, enormous swaths of users leave themselves wide open. And since biometrics are just a convenience, anyone who does require absolute security can easily choose to forgo them entirely.
ruytlmover 7 years ago
Thoroughly agree, though more from a philosophical standpoint. I would argue using biometrics as passwords removes an element of intent.<p>A fingerprint can be used against your will; it is significantly harder to be forced to use a password that exists only in your mind.
评论 #15254261 未加载
评论 #15254121 未加载
ModernMechover 7 years ago
I see this argument a lot, but I don&#x27;t really see it accompanied by an argument about what the passwords should be. Companies are gravitating toward biometric authentication methods because consumers have &quot;password fatigue&quot;. They can&#x27;t memorize a long secure password for every site, app, and device, so they resort to using a single password everywhere (which may or may not be displayed on a postit note stuck to their monitor).<p>All this article offers is:<p>&gt; For authentication, you need a password or passphrase. Something that can be independently chosen, changed, and rotated.<p>Okay, so fingerprints aren&#x27;t passwords, but what we need instead are passwords, which we know don&#x27;t work either. Best practices for password security are ignored by consumers because they&#x27;re onerous, and biometric authentication seems to be insecure by default. What&#x27;s the solution then?
评论 #15254412 未加载
评论 #15257957 未加载
评论 #15254116 未加载
评论 #15254373 未加载
评论 #15254137 未加载
oliwarnerover 7 years ago
Something you have. Something you know. Something you are.<p>The problem with the third factor has always been a balance between cost, inconvenience and how easy it is to turn it into just another something an attacker has.<p>Retinographic analysis is gold standard but it&#x27;s hellishly expensive. Fingerprints can be copied. Easily. Facial and behavioural analysis sit somewhere in the middle, with too much scope for false negatives.<p>So fingerprints aren&#x27;t a username or password because they&#x27;re not that factor... But used alone, they can be as weak as a username, in many senses.
jakelazaroffover 7 years ago
This argument seems especially dated in retrospect. Since Apple introduced Touch ID in 2013, I can&#x27;t recall even <i>one single case</i> of criminals or law enforcement using biometrics to access someone&#x27;s iPhone. Same for any other phone manufacturer.
评论 #15254147 未加载
nodesocketover 7 years ago
Agree about fingerprints, as they are left around everywhere and thus easy to capture. However, FaceID should be significantly better. As Apple talked about, FaceID only works when your eyes are open and also tested&#x2F;hardened against modeling.
评论 #15254806 未加载
therobot24over 7 years ago
this is a common argument by those who do not understand biometrics<p>a biometric is a username <i>and</i> a password<p>- yes, i know the purpose is to say that the biometric should be used as a password, but that changes the declarative statement quite a bit in my opinion
评论 #15254164 未加载
Fejover 7 years ago
Yes, but the author preaching to the choir. The real problem here is educating the public at large as to why it&#x27;s insecure and in what situations biometrics are unacceptable.
评论 #15255562 未加载
评论 #15256245 未加载
grzmover 7 years ago
Discussion at the time (257 comments):<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6477505" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6477505</a>
TwoBitover 7 years ago
I&#x27;d rather use my fingerprint on my phone than have a hacker look at the finger oil smudge patterns on the glass to decipher my password. And with my fingerprint I don&#x27;t need to worry about hiding my password entry.
fujitersover 7 years ago
I&#x27;m don&#x27;t even like the idea of biometrics for user names. I don&#x27;t want malicious actors to easily correlate distinct accounts (this guy&#x27;s fingerprint has an account at Facebook, Reddit, Chase Bank, ...).
wavefunctionover 7 years ago
I am more than the checksum of my whorls and curves, sir&#x2F;madame!
评论 #15254794 未加载
devdoomariover 7 years ago
+1 on this<p>though I use fingerprints on my laptop, I&#x27;m quite aware that it&#x27;s really easy to leave any fingerprint anywhere<p>(I use it because I type slow)
13of40over 7 years ago
My mother&#x27;s maiden name and the color of my first car are also usernames.
jrimcleanover 7 years ago
Biometrics are for identification. Passwords are for authentication.
jkaljundiover 7 years ago
In the same way SSN&#x27;s in the US are usernames, not passwords.