Symmetric and Asymmetric Encryption
Symmetric and Asymmetric Encryption
Encryption alters data into a form that is unreadable by anybody for whom
the data is not intended. It cannot prevent the data being intercepted, but it
stops it from making any sense to the eavesdropper.
The original data being sent is known as plaintext. Once it has gone through
an encryption algorithm, it produces ciphertext
Symmetric encryption
The real difficulty is keeping the encryption key a secret (for example, it
needs to be sent in an email or a text message which can be intercepted).
Therefore, the issue of security is always the main drawback of symmetrical
encryption, since a single encryption key is required for both sender and
recipient.
Asymmetric Encryption
It makes use of two keys called the public key and the private key:
Exercise 1
Exercise 2