Show Navigation
Conversation
Notices
-
@maiyannah Why Are We Still Using Passwords?
Because Long Random Passwords Stored In A Competent Password Store[1] Are Actually Quite Secure Given A Modicum Of Opsec.
[1] I.e. something like Keepass, not a webbased store-on-someone-elses-server thingy.
-
@verius @maiyannah Why Are We Still Using Passwords?
Because biometrics are no good and key management is tricky even if you are paying attention. Passwords in an offline password manager as random strings are about the best we have.
Perhaps key management via a physical security token will supercede passwords, but at present there isn't any consensus or defacto standard for how to do that, whereas it's still easy to add text entry and run a hash algorithm.
-
@bob @maiyannah Yeah, it's mostly the defacto bit. For 2FA there are some standards which are pretty broadly implemented (e.g. TOTP) but for the main credentials password is still king. Password plus TOTP tends to be sufficient for most cases though.