It looks like you're new here. If you want to get involved, click one of these buttons!
sassymilk said:Public key encryption is a special case of encryption. It operates using a combination of two keys:a private key anda public key,which together form a pair of keys.The private key is kept secret on your computer since it is used for decryption.The public key, which is used for encryption, is given to anybody who wants to send encrypted mail to you.
Public key encryption is a special case of encryption. It operates using a combination of two keys:a private key anda public key,which together form a pair of keys.The private key is kept secret on your computer since it is used for decryption.The public key, which is used for encryption, is given to anybody who wants to send encrypted mail to you.
Comments
a private key and
a public key,
which together form a pair of keys.
The private key is kept secret on your computer since it is used for decryption.
The public key, which is used for encryption, is given to anybody who wants to send encrypted mail to you.