Conventional Encryption, also known as symmetric encryption, uses the same key for both encryption and decryption. It has the following properties:
- The sender encrypts the plaintext using a secret key known to both sender and receiver.
- The encrypted data called ciphertext is transmitted to the receiver.
- The receiver decrypts the ciphertext using the same secret key to retrieve the original plaintext.
- It is a fast and simple encryption technique as it uses a single key. However, secure key distribution between communicating parties is a challenge.
- The encryption and decryption algorithms are reversible i.e. decrypting the ciphertext using the secret key reproduces the original plaintext.
- Popular symmetric encryption algorithms are AES