public key encryption-invert
public key encryption-invert
Encryption
The process of changing the plaintext into the ciphertext is referred to as
encryption.
The encryption process consists of an algorithm and a key. The key is a
value independent of the plaintext.
Decryption
The process of changing the ciphertext to the plaintext that process is
known as decryption.
Example:
Public keys of every user are present in the Public key Register. If B wants
to send a confidential message to C, then B encrypt the message using C
Public key. When C receives the message from B then C can decrypt it using
its own Private key. No other recipient other than C can decrypt the
message because only C know C’s private key.
Public Key Encryption