|
|
|
|
|
by niftich
3635 days ago
|
|
To communicate with the world, you encrypt with your private key, and the public decrypts with your public key. To communicate with an individual, you encrypt with their public key and they decrypt with their private key. The rule of thumb is, do you want the public to read it (decryption with public key) -- or do you want a private individual to read it (decryption with private key). |
|