Passkeys
The big tech companies are getting together to do something about the insecurity of passwords. The FIDO Alliance--Apple, Microsoft, Amazon, Google, and others--and WC3 are pushing to implement passkeys as a replacement for passwords to login to your web accounts. Passkeys use public key-private key cryptography. Your device works with the website or app to create a passkey with a public part, analogous to a lock, and a private part, analogous to a key. You own the key and maintain possession of the private part; it never leaves your device. The credential manager (a.k.a. password manager) on your device manages passkeys once they are set. You only have to remember how to unlock your device. Since this may be a biometric such as facial recognition or your fingerprint, you may not have to remember anything most of the time. If you use a password or a PIN to unlock your device, you will have to remember them (or write them down someplace secure away from your device). Passkeys are mu...