add fingerprint info

This commit is contained in:
fria 2024-11-30 22:20:24 -06:00 committed by GitHub
parent 883ddcf554
commit 2cc27c0630
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,4 +15,7 @@ Biometrics are a convenient and secure way to authenticate our devices. Many of
## Fingerprint
One of the most recognizable types of biometric authentication has to be the fingerprint reader. The idea is that everyone has a fairly unique fingerprint, so we should be able to distinguish between your fingerprint and someone else's reliably.
One of the most recognizable types of biometric authentication has to be the fingerprint reader. The idea is that everyone has a fairly unique fingerprint, so we should be able to distinguish between your fingerprint and someone else's reliably.
As an aside, it's thought that the reason humans have fingerprints in the first place is to [enhance our sense of touch](https://www.science.org/doi/10.1126/science.1166467).