Hacker News new | ask | show | jobs
by Saris 1215 days ago
How is a pin code or swipe pattern safer than a password?

What happens if you lose access to your devices and only have a friends computer, how do you log in to things?

1 comments

The pin or swipe pattern is used to unlock access to the private key that you actually use to sign in with. Much like having a pin to decrypt your ssh key.

The article covers this by suggesting that users should configure multiple devices to the service and at least with Apple’s passwordless implementation you have the option to save the private keys in your keyring to icloud. As long as you can gain access to your iCloud account and restore your keyring you shouldn’t lose access to your accounts.

Additionally, most accounts (like gmail) allow you to make recovery codes that you could backup, write down, and otherwise store someplace offline and safe so if you cannot use your passwordless login you could gain access that way.