Home
»
Glossary
»
Public-Key Cryptography

Public-Key Cryptography

Public-Key cryptography is a type of cryptography that uses two keys – one public and one private. These keys are mathematically linked but are different, allowing them to securely encrypt and decrypt data. The public key can be shared freely, whereas the private key should be kept strictly confidential.

Public-Key cryptography involves two algorithms: a key encipherment algorithm and a key decipherment algorithm. The key encipherment algorithm is used to encrypt or encode data so that it cannot be read by anyone other than the intended recipient who holds the corresponding private key.

This type of encryption is called asymmetric encryption because the two keys used in the process are different. The key decipherment algorithm is used to decrypt or decode data that has been encrypted with the corresponding public key. Asymmetric encryption is particularly useful for ensuring privacy when sending sensitive information over the Internet because it uses two separate keys to lock and unlock the information without requiring any secret knowledge.

Public-Key cryptography is also used in digital signatures, which are used to authenticate the identity of the sender of digitally signed messages. To create a digital signature, the sender of the message uses their own private key to sign a hash of the message.

The recipient can then use the sender’s public key to verify that the message has not been tampered with during transit.