From 6914498da847a9b2e949402e2470ceacbd0d2b9a Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:26:56 -0600 Subject: [PATCH] add more info on secure 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 a7f3be34..4f1f7bbb 100644 --- a/blog/posts/biometrics-explained.md +++ b/blog/posts/biometrics-explained.md @@ -127,7 +127,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. Examples include Apple's [Secure Enclave](https://support.apple.com/guide/security/secure-enclave-sec59b0b31ff/web) and Google's [Titan M](https://security.googleblog.com/2021/10/pixel-6-setting-new-standard-for-mobile.html) series of chips. 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. The secure element provides a secure and tamper-resistant place to store your biometric data so it can't be easily extracted. Examples include Apple's [Secure Enclave](https://support.apple.com/guide/security/secure-enclave-sec59b0b31ff/web) and Google's [Titan M](https://security.googleblog.com/2021/10/pixel-6-setting-new-standard-for-mobile.html) 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