frankly, i think this is where decentralized networks can help us. 1. networks where global reach to total strangers is not even possible, or at least is not the default. the vast majority of people only really want to reach their “friends of friends” anyway. this eliminates a lot of would-be hackers from even knowing you exist. 2. accounts that are unhackable because users log in with private keys instead of user/pa…
> 2. accounts that are unhackable because users log in with private keys instead of user/pass There's nothing magical about private keys that prevents them from being lost or stolen. The average person doesn't want to manage private key files. The average person wants to be able to recover their account if they forget or lose their password. Moving to private keys isn't a realistic solution for logins for the average…
The average user isn't even aware of the potential option of the key file.
I think the popularity of password managers shows that users preferences are opposite to what you say. The user wants the machine to store the secrets rather than memorize and type them.
Recovery mechanisms is a separate issue from whether you use passwords or key files.