|
|
|
|
|
by austincheney
2251 days ago
|
|
The keys don’t come from the servers but from the end users, so the remote server won’t have the remote user’s key. > Or they could let their provider hold onto a copy of the private key Then the key is no longer private. The idea of a private key is not to share or distribute it. |
|
Letting one's provider hold onto the private key doesn't provide the same level of security as the user being the only one with it, but it's a helluva lot better than not bothering with encryption at all.
Private keys can also be protected with a password, right? So the provider could have a copy of the private key but not the password to utilize it. The user would just have to never forget the password as opposed to never losing their private key to a hard drive failure or whatever.