You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- 2I guess the main idea (but which you didn't explicitly mention) is one that Bruce Schneier already remarked: “Biometrics are unique identifiers, but they're not secrets.”. Crucial here is the distinction between identification and authentication. Identification is nothing more than to say “I am Foo”. Whether this happens via a name, a number or a fingerprint is irrelevant, but those are all just identification tools, not authentication.Joey– Joey2011-11-04 09:55:23 +00:00Commented Nov 4, 2011 at 9:55
- @Joey, Biometrics can be secret too, well of course if you decide to use your finger or face it wouldn't be.Pacerier– Pacerier2014-01-31 04:56:48 +00:00Commented Jan 31, 2014 at 4:56
- Having just (in 2016) stumbled across this answer, I'll note that while the idea that biometrics are only useful "in situations where passwords already provide adequate security" may or may not have been largely correct in 2011, some important developments have occurred since them. In particular, biometric authentication options have come into wide use that work with the secure modules in common devices to protect and use info that is used to authenticate the user to remote services. (For eg.: fingerprint recognition with the secure enclave on iPhone, Windows Hello with the TPM on a PC.)mostlyinformed– mostlyinformed2016-07-08 23:18:58 +00:00Commented Jul 8, 2016 at 23:18
- Thus, you have an emerging model of the user doing biometric authentication to a local element that will then cryptographically attest of that user's identity to the remote service. This approach, of course, still has some flaws and limits. (Among them that the user can only use this way to access a service on devices where he or she has enrolled his or her biometric info into the device's secure element.) But it (perhaps) holds the potential to replace the hassle of using the now-ideal password + strong 2nd auth factor (eg. entering a code from a hardware token) combination in many scenariosmostlyinformed– mostlyinformed2016-07-08 23:38:40 +00:00Commented Jul 8, 2016 at 23:38
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. web-application), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you