Introduction to Encryption
Introduction to Encryption
Plain text refers to the original, readable text or data before it undergoes encryption.
Example: "Hello, how are you?"
2. Cipher Text
Cipher text is the encrypted version of plain text that is unreadable without
decryption.
Example: "JgNNq" (after encryption)
3. Encryption Key
An encryption key is a string of characters used to transform plain text into cipher
text.
It determines how the encryption algorithm processes the plain text.
4. Decryption
Decryption is the process of converting cipher text back into plain text using a
decryption key.
It ensures that only authorized parties can access the original message.
Encryption prevents unauthorized users from intercepting and reading sensitive data
during communication.
Example: When you send an email, encryption ensures that only the recipient can read
it.
Online Banking: Encryption secures sensitive financial information like credit card
details and passwords.
Social Media: Platforms use encryption to protect messages and user data from
hackers.
Example:
Encrypting "CAT":
C→E
A→C
T→V
Cipher Text: "ECV"
Conclusion
Encryption is a vital security measure used in various fields such as communication, banking,
and online transactions. Understanding encryption helps in protecting sensitive information
and ensuring privacy.
Assessment Questions
1. Define the following terms:
o Plain Text
o Cipher Text
o Encryption Key
o Decryption
2. Why is encryption important in online banking?
3. Encrypt the word "DOG" using a shift cipher of 4.
4. Decrypt the cipher text "JMP" using a shift cipher of 3.
5. Explain the role of an encryption key in data security.