Encryption
Encryption
What is Encryption?
• Encryption is the process of encoding
messages or
information in such a way that only authorized
parties
A process
•can read it that converts original information,
also called
plain text into a difficult-to-interpret form called
ciphertext
• Encryption does not of itself prevent
denies the message
interception, but content to the
interceptor
• Done by using an encryption algorithm, a formula
turn
used toplain text into
ciphertext.
Cryptography
The field of study related to encoded
information (comes from Greek word for
"secret writing")
Encryption
The process of converting plaintext into
ciphertext
Decryption
The process of converting ciphertext into
plaintext
Encryption
plaintext ciphertext
message message
Decryption
Cipher
An algorithm used to encrypt and decrypt text
Key
The set of parameters that guide a cipher Neither is any good
without the other
Types of Encryption:
-Symmetric Key
Encryption
-Asymmetric Key
Encryption
Symmetric Key Encryption
• A secret key, is applied to the text of a message to
change the
content in a particular way
• uses the same keys for both encryption of plaintext
and
decryption of ciphertext.
transformation to go between the
twokeys
••The
The keys.
keys,may be identical
in practice, or there
represent may besecret
a shared a simple
between two
or more parties that can be used to maintain a private
information link
• both parties have access to the secret key which is
one of the
main drawbacks of symmetric key encryption, in
comparison
Example of Symmetric Key Cipher : Additive cipher
Note
Use the additive cipher with key = 15 to encrypt the message “hello”.
Solution