Types of Encryptions
Symmetrical Key : This type of encryption is also know as Shared Key Secret. In symmetrical encryption, the key which is used in the process of encryption, that same key is also used in the process of decryption. If two parties want to exchange the encrypted data securely, both of them should have the same copy of symmetric key.
Asymmetrical Key : This
type of encryption is also know as Public Key. In this type of
encryption, keys are generated in pairs, public key and private key. In
asymmetrical encryption key used to encipher is different from the key
used to decipher. Therefore the two partners have two different keys,
one is made public and other one is made private. Let’s take up an
example to understand the concept in an easy way.
Suppose,
John wants to send a message to Mike, he just ciphers the message with
the public key and sends it to Mike. Since Mike is having the secret
key, he can and decipher the message and read its content.
0 comments:
Post a Comment