diff --git a/blog/posts/biometrics-explained.md b/blog/posts/biometrics-explained.md index 44248ecb2..c579f3f91 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. 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. +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. ## :material-matrix: Algorithm