From 87adb4f23a701e8e2ea30aaee25ad5dc9e9666af Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:39:53 -0600 Subject: [PATCH] add examples of secur elements --- blog/posts/biometrics-explained.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/posts/biometrics-explained.md b/blog/posts/biometrics-explained.md index 95e2d7a9..44248ecb 100644 --- a/blog/posts/biometrics-explained.md +++ b/blog/posts/biometrics-explained.md @@ -118,7 +118,7 @@ This type of biometric is mainly useful for surveillance purposes rather than au ## :material-chip: Secure Element -All forms of biometric authentication rely on proper hardware such as a secure element in order to be secure. You should avoid devices that lack a secure element; they won't be able to properly implement secure biometrics without one. +All forms of biometric authentication rely on proper hardware such as a secure element in order to be secure. Examples include Apple's Secure Enclave and Google's Titan M series of chips. You should avoid devices that lack a secure element; they won't be able to properly implement secure biometrics without one. ## :material-matrix: Algorithm