this post was submitted on 10 Apr 2022
15 points (100.0% liked)

Security

5014 readers
8 users here now

Confidentiality Integrity Availability

founded 4 years ago
MODERATORS
top 7 comments
sorted by: hot top controversial new old
[–] ksynwa@lemmy.ml 3 points 2 years ago (1 children)

To many technological illiterate people I have suggested using a password manager (bitwarden) but turns out they already have a password manager: Google. They have Chrome store and sync their passwords. Not sure if it allows generating strong passwords though.

[–] kevincox@lemmy.ml 2 points 2 years ago

I'm pretty sure that Chrome's built-in password manager recommends random passwords for new sites.

Honestly I usually recommend the built-in password manager to people. That way they font need to set up anything new. Chrome's isn't great because it isn't end-to-end encrypted but it is way better than not using one and works pretty seamlessly. Plus it also works on Android. Firefox's password manager is fantastic but takes a little work to set up in Android.

[–] brombek@lemmy.ml 3 points 2 years ago (2 children)

SQRL is solving lot's of these problems without needing to keep state (there is no per-site state) in sync: https://sqrl.grc.com/pages/what_is_sqrl/

[–] ksynwa@lemmy.ml 2 points 2 years ago (1 children)

This seems like it requires websites to allow using sqrl identities. Is that correct?

[–] brombek@lemmy.ml 1 points 2 years ago

yes, they have to keep 2 more tokens (or so) and add support

[–] kevincox@lemmy.ml 1 points 2 years ago (1 children)

I can't find any technical information on that site. Just reading it makes it sound basically like an SSO solution except the third party is software you run or some cryptography instead of a third party. However I would like to read the technical details.

[–] brombek@lemmy.ml 1 points 2 years ago

No, it does not require a login portal or so. All you need to do is to support it on the website and it requires client side software (e.g. Android application) but that does not require any data sync after it is set up. It does not replace SSO, just the use of password to log in.