this post was submitted on 17 Jun 2023
57 points (100.0% liked)

Technology

37602 readers
435 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
 

A little rant for this Saturday about a stupid usability problem which will never get fixed.

you are viewing a single comment's thread
view the rest of the comments
[–] MJBrune@beehaw.org 4 points 1 year ago (1 children)

For my local computer password, it will likely be the same pattern until I die. For Internet services I just use a password manager. Local accounts don't seem like a major attack vector as they once were. Maybe I'm wrong about that though.

The biggest potential issue is if your local password can be used to login remotely.

I am definitely coming to the conclusion that in the long run, we're going to end up using something that looks a fair bit like Webauthn / Passkeys for most things that care about security, with something as additional local authentication.

There are technical reasons why passwords / passphrases are useful, but there is a lot of research that shows just how horrible they are both from a security perspective and from a usability perspective.

Biometrics are... Convenient, but only useful in low security applications*, and are almost impossible to use for things like unlocking your phone after it reboots**.

A separate physical object would work really well in some cases, like a desktop computer, but it wouldn't work at all for something like your cell phone. Or even a laptop. The object would be stolen along with the device it secures.

I'm really not sure what the long term answer even looks like, but I do hope that it's not passwords or the like.

*: You can't easily change any of your biometrics, but you can most definitely capture someone's biometrics, and then duplicate them to gain access to something. It wouldn't be practical to do this every single day, but just to gain access to something once or twice? Easy enough.

**: The short version: Your PIN / Passphrase / Password / Pattern get fed into a hashing function of some sort, like PBKDF2, which eventually spits out something that can be used to decrypt the key used to encrypt all the data on the device. But this requires a static value, and biometrics are all about fuzzy matches to other patterns.