top | item 47192515

(no title)

shaky-carrousel | 1 day ago

I truly don't see the advantage of passkeys over a password manager like bitwarden, with random passwords.

discuss

order

pibaker|1 day ago

The main benefit is you will never put your passkey on a phishing site. Password managers provide some protections against it because if they do not work automatically on a website you know something is fishy, but sadly many websites have botched their password input so even with a password manager you may still need to manually copy and paste (or even type, if pasting is disabled) the password.

The problem is whether or not the benefit outweighs the additional risks introduced — losing account access when you lose a device, furthering device lock down, difficulty transferring the passkey between devices, UX degradation due to bad implementation. In my opinion the answer is no and I am sticking with my passwords.

TurboSkyline|1 day ago

> sadly many websites have botched their password input so even with a password manager you may still need to manually copy and paste (or even type, if pasting is disabled) the password.

Unfortunately, it’s exactly those websites that I think would be unlikely to support passkeys at all.

bryantwolf|1 day ago

The advantage is that the password never leave the device. It has a public key and signs challenges with the private key but nothing sensitive goes over the wire on every login

valenterry|1 day ago

It should be noted that that is not an inherential advantage of passkeys over passwords. It is possible to achieve the same with passwords, e.g. by using a hash-cascade.

brikym|19 hours ago

The benefit is that they aren't phishable.

red_admiral|1 day ago

They're more accessible to people who don't understand computer security?

UltraSane|1 day ago

The main advantage is how strictly limited export of the passkey secret is. It is very unlikely for it to ever be phished or copied.