I want know what common use products are there that use public key/private key cryptography?
|
|
Public/Private key crypto is used in a wide variety of protocols and data formats, which are implemented by a huge range of application and system software:
|
||||
|
|
|
Let's start with, you keep the Private key for your use only, and the Public key for anyone else ;) Generally speaking, there are two main situations where you would use these: Digital signature |
|||||||||||
|
|
Asymmetric cryptography is slow, and thus reserved for small size inputs, whereas symmetric cryptography is fast. The principle is to use Asymmetric cryptography to exchange a symmetric key with the authenticated peer, and then use AES for instance. This is how work ssh and https for instance. |
|||
|
|