this post was submitted on 08 Jun 2025
11 points (86.7% liked)

degoogle

189 readers
19 users here now

Quit your Google addiction. Use privacy focused Services.

founded 2 months ago
MODERATORS
 

cross-posted from: https://europe.pub/post/1236359

cross-posted from: https://lemmy.nz/post/23935860

Google warns “passwords are not only painful to maintain, but are also more prone to phishing and often leaked through data breaches.” And that’s the real issue. “It’s important to use tools that automatically secure your account and protect you from scams,” Google tells users, and that means upgrading account security now.

Google says “we want to move beyond passwords altogether, while keeping sign-ins as easy as possible.” That includes social sign ins, but mainly it means passkeys. “Passkeys are phishing-resistant and can log you in simply with the method you use to unlock your device (like your fingerprint or face ID) — no password required.”

This is just one of their excuses, to keep their users inside google's walled-garden

top 4 comments
sorted by: hot top controversial new old
[–] sloppy_diffuser@sh.itjust.works 3 points 17 hours ago

I use passkeys for my Google account managed by BitWarden.

Just use another PassKey provider besides Google.

Unless they plan to force you to use Google's implementation.

[–] AE5NE@lemmy.radio 3 points 1 day ago (1 children)

passkeys are way for your a token unlocked by your device’s biometric sensor to validate a request. biometric information is not sent to Google

[–] andybytes@programming.dev 2 points 22 hours ago (1 children)

That's what they always say.

[–] vonbaronhans@midwest.social 1 points 5 hours ago

In this case, it's pretty true. You can view the webauthn protocol, the FIDO2 documentation, etc, that are the foundation of what we know as "passkey" technology.

It's all cryptographic hashes getting sent around, essentially. The more high-grade security implementations are "device-bound passkeys" which do require a minimal amount of hardware registration, though, but you shouldn't ever need to do that unless you're like... accessing sensitive datasets or secure services, at which point you're most likely registering a work device, anyhow.