Correct me if I'm wrong but isn't it fair to say that passkeys secured on your phone are more secure than 1FA (password) but less secure than "traditional" 2FA? Passkey 2FA: unlock your phone and the passkey on your phone can log you in. Traditional 2FA: remember a password AND unlock your phone (where your TOTP is stored) and you can login If I were to rate all 3 methods on a scale of 1 to 10, for convenience and se…
Nobody should be using a remembered password anymore. Most people are likely using the phone for both the password and the MFA code.
Passkeys are now enabled by default for Google users
141–150 of 684 posts
Re: Passkeys are now enabled by default for Google users
#142Earlier quoted context omitted.
Ah right, account recovery. The one that tells me the only way to sign in to my old Google account is to use a phone that no longer exists.
What’s the standard then? Should it be possible to recover your account without possessing any evidence whatsoever that you are the person you say you are?
Re: Passkeys are now enabled by default for Google users
#143Earlier quoted context omitted.
And what if somebody breaks into my google/iCloud account and syncs all my passkeys to their machines?
If they're in your Google/iCloud, you're already in a game over scenario. The point of all this is to prevent that from happening. You can try to recover by revoking all your passkeys and starting over with hardware tokens, but that's likely what a sophisticated attacker is going to try as well, and they're probably faster than you. Still way way better than passwords.
Re: Passkeys are now enabled by default for Google users
#144Correct me if I'm wrong but isn't it fair to say that passkeys secured on your phone are more secure than 1FA (password) but less secure than "traditional" 2FA? Passkey 2FA: unlock your phone and the passkey on your phone can log you in. Traditional 2FA: remember a password AND unlock your phone (where your TOTP is stored) and you can login If I were to rate all 3 methods on a scale of 1 to 10, for convenience and se…
Nobody should be using a remembered password anymore. Most people are likely using the phone for both the password and the MFA code.
That being said passkeys win if you also take convenience into account. I've updated my original comment with convenience scores to reflect that.
Re: Passkeys are now enabled by default for Google users
#145Re: Passkeys are now enabled by default for Google users
#146This is an interesting direction. It's worth noting that biometrics, like fingerprints or facial recognition, aren't really 'secrets'. They can be observed or leveraged without a users knowledge or consent, and in many ways function more like a username than a password.
Don't they need both physical access to device + fingerprints/face?
Re: Passkeys are now enabled by default for Google users
#147Earlier quoted context omitted.
In case od data leak - you cannot change your face, or fingerprints. You can change passwords though.
Good news that you can’t bring someone’s face to google and ask for access to their account… Please don’t insert commentary when it’s clear you don’t know what you’re talking about
Your comment violates HN guidelines, but as guideline says I assume good faith therefore I have provided details about how you're incorrect on that one.
Re: Passkeys are now enabled by default for Google users
#148Earlier quoted context omitted.
And what if somebody breaks into my google/iCloud account and syncs all my passkeys to their machines?
The passkeys are encrypted before leaving your machine and Google/iCloud are only storing the encrypted passkeys and can't decrypt them.
Re: Passkeys are now enabled by default for Google users
#149"To use passkeys, you just use a fingerprint, face scan or pin to unlock your device, and they are 40% faster than passwords — and rely on a type of cryptography that makes them more secure. " Who wrote this sentence? It's just a mess.
also, "ah yes, a several digit pin, famously more secure than a same-length password that adds even as little as letters".
Re: Passkeys are now enabled by default for Google users
#150Hottake here: The biggest mistake that the passkeys movement did is try to make it sound more marketable at the cost of oversimplification. First up, these aren’t really “no password” mechanisms. They’re closer to ssh certificates. You need to authenticate through some other mechanism and then agree to do the equivalent of creating and installing ssh certificates on your device. The ssh certificates get synchronized…
> But they can never serve as the primary authentication mechanism - that will still have to be a traditional authentication mechanism.
Why not?