Live data from Hacker News

I recommend against using biometric identification

medium.freecodecamp.org

31–40 of 239 posts

Re: I recommend against using biometric identification

#32
post #5

The issues raised in the article may explain why Apple just added the ability to passcode-lock your device by pressing the power button 5 times. Though people have been raising similar issues about biometric identification for years. See this article from back when TouchID was released 2013, titled Fingerprints are Usernames, not Passwords . http://blog.dustinkirkland.com/2013/10/fingerprints-are-user...

Ehh... it's not the same as a username.

It's more like fingerprints are door locks. Any determined thief can get around it. But it protects you from people who aren't really all that determined. And for most people door locks are sufficient. But if you are a major crime lord, protecting something extremely valuable, or just really into security then door locks are not enough.

Re: I recommend against using biometric identification

#33
post #22

I don't know what's up with his sample JS, a simple "Math.floor(Math.random() * 9999)" would be better.

My only guess is that they assume people will be confused by 3-digit (or fewer) results. They could have coerced it to a string, though, which yields pretty good results:

(Math.floor(Math.random() * 10000) + 10000 + "").substr(1)

Re: I recommend against using biometric identification

#34
> And to be clear, a court in the US cannot force you to give up your passcode. That passcode exists in your head, and yours alone. It is your property, and won’t be used to incriminate you or strong-arm access to your data unless you voluntarily give it up.

While technically true this is false in practice. While they can't force you to provide your passcode they can force you to unlock your phone. Francis Rawls has been in prison for two years now over refusing to decrypt a hard drive.[1] The same principle applies to phones. If a judge finds you in contempt-of-court they can imprison you indefinitely.

1: https://arstechnica.com/tech-policy/2017/09/judge-wont-relea...

Re: I recommend against using biometric identification

#35

Earlier quoted context omitted.

Biometric data is not a username. Biometric data is also not a password. Biometrics is biometrics. I like to think of it sitting between a continuum between "username" and "password". I might like a setting to require both a Touch ID (or Face ID) and a passphrase to unlock my iPhone. However, Touch ID has flaked out enough times for me (not accepting my fingerprints) that I probably wouldn't like to risk it in practi…

Biometrics is closer to a username.

Why? I am not terribly upset if someone has my username, but I would be very concerned if they had reproducible biometrics of mine (fingerprints, facial, etc).

Re: I recommend against using biometric identification

#37

Just Realized : Face recognition unlock : Biggest Security Scare - Case 1 : Imagine crossing security check or border crossing. Guards just take your phone and point it to you : UNLOCKED . No need to resis to give passwd - Case 2 : drug the activist and point unconscious victim ! Voila ! - Case 3 : Steal the phone, and change the cover and flash it in front of the real owner ! could go on and on ...

Case 1 and 2 are covered with FaceID - you have to be actively looking at the phone, drugged/eyes closed/looking away/etc. won't cut it.

Re: I recommend against using biometric identification

#38
I'd like to add a feature to the FaceID, requiring the user to wink instead of looking with both eyes open, or have a customized facial gesture, which only the user knows.

It adds an extra layer of security. Not only that, you get to wink at your phone often as a sign of affection (LOL).

Instead of winks, one might choose to do other facial gestures such as stick their tongue out, do a duck-face, etc.

Re: I recommend against using biometric identification

#39
post #5

The issues raised in the article may explain why Apple just added the ability to passcode-lock your device by pressing the power button 5 times. Though people have been raising similar issues about biometric identification for years. See this article from back when TouchID was released 2013, titled Fingerprints are Usernames, not Passwords . http://blog.dustinkirkland.com/2013/10/fingerprints-are-user...

Ehh... it's not the same as a username. It's more like fingerprints are door locks. Any determined thief can get around it. But it protects you from people who aren't really all that determined. And for most people door locks are sufficient. But if you are a major crime lord, protecting something extremely valuable, or just really into security then door locks are not enough.

I think the idea is that legally it is closer to a username.

A judge can allow the police to knock down your apartment door through a warrant. But they can't compel you to speak and incriminate yourself.

Much the same, they can force you to reveal your fingerprint, but cannot compel you to share a password.

Re: I recommend against using biometric identification

#40
I don't require any password on my phone. The only reason I put a fingerprint on it is to prevent pocket dials. And even with that, it sometimes almost seems to dial 911 by mistake.

All I need is a way for the screen to ignore input (when it turns itself on) unless I activate it with the power button.

Are there really that many people who truly need very high security on their phones?

Seems to me most people just want to deter casual snooping.

Personally I would rather that any app that has high security requirements would secure itself and not require that the entire phone be secured.

Post reply on HN