What is Symmetric-Key cryptography and Asymmetric-Key cryptography?

What is Symmetric-Key cryptography and Asymmetric-Key cryptography?

Symmetric-Key Cryptography: Symmetric-key cryptography uses a single key for both encryption and decryption. Encryption and decryption algorithm are inverse of each other.

Example:

To create the ciphertext from the plaintext John uses an encryption algorithm and a key. To create the plaintext from ciphertext, Bob uses the decryption algorithm and the same key.

Asymmetric-Key cryptography: It is also called public key cryptography. In public key cryptography two keys: a private key and a public key is used. Encryption is done through the public key and decryption through private key. Receiver creates both the keys and is responsible for distributing its public key to the communication community.

Example:

The sender (say John) uses the public key to encrypt the plaintext into ciphertext and the receiver (say Bob) uses his private key to decrypt the ciphertext.
Networking - Explain the services provided by IP (Internet Protocol)
IP (Internet Protocol) - Addressing: For the purpose of delivering datagram packets, IP needs to know about the address of the destination........
Networking - Explain the classes of IP address
Classes of IP address - IP addresses are organized into classes. For convenience of humans, IP addresses are expressed in the decimal format........
Networking - Define Broadcast, Unicast and Multicast
Broadcast, Unicast and Multicast - Unicast: A term used in communication to describe a piece of information to send from one point to another........
Post your comment