From 883ddcf5547774b7477ee8a41269322eeeb9a7b8 Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Sat, 30 Nov 2024 22:14:23 -0600 Subject: [PATCH] start biometrics article --- blog/posts/biometrics-explained.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 blog/posts/biometrics-explained.md diff --git a/blog/posts/biometrics-explained.md b/blog/posts/biometrics-explained.md new file mode 100644 index 00000000..eacca8b4 --- /dev/null +++ b/blog/posts/biometrics-explained.md @@ -0,0 +1,18 @@ +--- +date: + created: 2024-11-30 +categories: + - Opinion +authors: + - fria +tags: + - Biometrics +license: BY-SA +--- +# Biometrics Explained + +Biometrics are a convenient and secure way to authenticate our devices. Many of us use and trust the biometrics of our devices without much thought, but are they really secure? With so many different types, which ones are the best? + +## 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. \ No newline at end of file