this post was submitted on 25 Sep 2024
91 points (100.0% liked)

Technology

37623 readers
842 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Overzeetop@beehaw.org 1 points 2 days ago (1 children)

Something you have, something you are, something you know. Are you willing to give up proper security for your cause?

[–] t3rmit3@beehaw.org 3 points 2 days ago* (last edited 2 days ago)

When it's being employed properly, it's absolutely an important tool, but the way they're presented to most users, such as on-device biometric data stores (e.g. Apple's secure enclave, or a TPM verification), aren't the proper implementations. Nor is using biometrics as your primary auth method.

It's supposed to be "something you have and something you know and something you are", not "have or know or are".

NIST standards for biometrics require the biometric data be stored on a secure remote server, and that the scanner device check against that during auth. Putting the biometric data on the device means that you're losing a big part of your non-repudiation.

And it's even worse when you're using a secondary factor (biometric) as your primary or only factor (e.g. a phone unlock), that grants access to your other factors like password store and OTP tokens.

Biometrics are never supposed to be a single-factor auth method when used properly, but that's how most people use them now, and it degrades their security.

If your phone requires a passcode, a TOTP grant, and a biometric scan, by all means, please do employ biometrics, but if it's going to be your only factor, DO NOT.

Or, for simplicity to the average forum reader:

Never use biometrics. It’s just not worth the tradeoffs.