Search

What is Symmetric Encryption?

You will learn the terms encryption, encryption algorithm encryption key and symmetric encryption in this lesson.

Cryptography is the art and science of making data impossible to read. Cryptographic algorithms start with plain, readable data (plaintext) and scramble it so it becomes an unreadable ciphertext. Each encryption algorithm must also specify how the ciphertext can be decrypted back into the plaintext it came from, so that the intended recipient can read it.

Encrypting the plaintext to ciphertext will give high security to your confidential data and only the authorized person who is supposed to read this document, can read it.

Encryption Terms

Following are some important terms related with encryption. Before continuing, you should know what these terms are.

Plaintext: The information in its original form. This is also known as cleartext.

Ciphertext: The information after it has been obfuscated by the encryption algorithm.

Encryption: The process of changing the plaintext into ciphertext.

Decryption: The process of changing the ciphertext into plaintext.

Encryption Algorithm: An algorithm defines how data is transformed when original plaintext data scrambled to ciphertext. Both the data sender and the recipient must know the algorithm used for data transformation. The recipient should use the same algorithm to decrypt the ciphertext back into the original plaintext data.

Encryption Key: A key is secret value, which is used as an input to the algorithm along with the plaintext data when plaintext is converted to ciphertext. The same secret key should be used to decrypt the ciphertext back into plaintext data.

Cryptography: The art of concealing information using encryption.

Cryptographer: An individual who practices cryptography.

Cryptanalysis: The art of analyzing cryptographic algorithms for identifying the weaknesses.

Cryptanalyst: An individual who uses cryptanalysis to identify the weaknesses in cryptographic algorithms.

What is Symmetric Encryption?

Symmetric encryption is the process of converting readable data unreadable format and converting it back to readable format using same key. Symmetric encryption algorithms use the same key for encryption and decryption. The key must be exchanged so that both the data sender and the data recipient can access the plaintext data. The plaintext (Readable Text) is converted to ciphertext (unreadable text) using a key and at the receiving side the same key is used to covert back the ciphertext (unreadable text) to plaintext (Readable Text).

 

Symmetric Encryption

Related Tutorials