this post was submitted on 02 Dec 2023
25 points (100.0% liked)
Open Source
30957 readers
479 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's called private/public key pair. If you give the public key to a website, they can let you in as long as you have the private key to encrypt a message that matches the pubic key.
As such, your public key is safe to share and you can always verify yourself as the owner of the private key if you have it.
SSH log in works like this.
I mean, I use this for github and my servers but I never had the idea to use this for login purposes! Thats pretty awesone. Any idea if that is possible to use somewhere?
Yes, it's called passkeys aka WebAuthn and it's in the process of being widely implemented everywhere.
Thats very cool. Thanks for letting me know.