SlideShare a Scribd company logo
Basic Encryption and Decryption
• Encryption: a process of encoding a message
so that its meaning is not obvious
• Decryption: the reverse process
Encode(encipher) vs.
Decode(decipher)
• Encoding: the process of translating entire
words or phrases to other words or phrases
• Enciphering: translating letters or symbols
individually
• Encryption: the group term that covers both
encoding and enciphering
Basic operations
• plaintext to ciphertext: encryption
C = E(P)
• ciphertext to plaintext: decryption:
P = D(C)
requirement: P = D(E(P))
Classical Encryption
Techniques
• Symmetric key encryption
• Asymmetric key encryption
Symmetric Key Encryption
• Sender and recipient share a common key
• Was the only type of cryptography, prior to
invention of public-key in 1970’s
• All traditional schemes are symmetric / single
key / private-key encryption algorithms, with
a single key, used for both encryption and
decryption, since both sender and receiver are
equivalent, either can encrypt or decrypt
messages using that common key.
Symmetric Cipher Model
Requirements
• Two requirements for secure use of symmetric
encryption:
– a strong encryption algorithm
– a secret key known only to sender / receiver
Y = EK(X)
X = DK(Y)
Here, plaintext X, ciphertext Y, key K, encryption
algorithm Ek, decryption algorithm Dk.
• Assume encryption algorithm is known
• Implies a secure channel to distribute key
Types of Ciphers
• Substitution ciphers
• Permutation (or transposition) ciphers
Classical Substitution Ciphers
• A substitution cipher replaces one
symbol with another.
• Substitution ciphers can be categorized
as either monoalphabetic ciphers or
polyalphabetic ciphers.
Monoalphabetic Ciphers
• In monoalphabetic substitution, the
relationship between a symbol in the
plaintext to a symbol in the ciphertext is
always one-to-one.
• The simplest monoalphabetic cipher is
the additive cipher. This cipher is
sometimes called a shift cipher and
sometimes a Caesar cipher
Caesar Cipher
• Earliest known substitution cipher
• First attested use in military affairs
• Replaces each letter by 3rd letter on
• example:
meet me after the toga party
PHHW PH DIWHU WKH WRJD SDUWB
• Note: when letters are involved, the following
conventions are used in this course: Plaintext
is always in lowercase; ciphertext is in
uppercase
• can define transformation as:
a b c d e f g h i j k l m n o p q r s t u v w x y z
D E F G H I J K L M N O P Q R S T U V W X Y Z A B C
• mathematically give each letter a number
• then have Caesar cipher as:
C = E(p) = (p + k) mod (26)
p = D(C) = (C – k) mod (26)
When the cipher is additive, the plaintext, ciphertext, and key are integers
in Z26
• This mathematical description uses modulo
arithmetic (ie clock arithmetic). Here, when
you reach Z you go back to A and start again.
Mod 26 implies that when you reach 26, you
use 0 instead (ie the letter after Z, or 25 + 1
goes to A or 0).
• Example: howdy (7,14,22,3,24) encrypted
using key f (5) is MTBID
Example
• Use the additive cipher with key = 15 to
encrypt the message “hello”.
• Use the additive cipher with key = 15 to
decrypt the message “WTAAD”.
Cryptanalysis of Caesar Cipher
• only have 26 possible keys, of which only 25
are of any use, since mapping A to A etc
doesn't really obscure the message.
• Advantage : easy to use
• Disadvantage: simple structure and easy to
break
Polyalphabetic Ciphers
• another approach to improving security is to
use multiple cipher alphabets
• called polyalphabetic substitution ciphers
• makes cryptanalysis harder with more
alphabets to guess and flatter frequency
distribution
• use a key to select which alphabet is used for
each letter of the message
Vigenere Cipher
• Vigenere key stream does not depend
on the plaintext characters; it depends
only on the position of the character in
the plaintext
 basic encryption and decryption
Example
• encrypt the message She is listening using the
6-character keyword “PASCAL”.
• The initial key stream is (15, 0, 18, 2, 0, 11).
The key stream is the repetition of this initial
key stream (as many times as needed
TRANSPOSITION CIPHERS
TRANSPOSITION CIPHERS
• A transposition cipher does not
substitute one symbol for another,
instead it changes the location of the
symbols.
Keyless Transposition Ciphers
• Simple transposition ciphers, which were
used in the past, are keyless.
• Text is written into a table column by
column and then is transmitted row by
row.
• Text is written into a table and row by row,
then is transmitted column by column.
Example: Rail fence cipher.
• The ciphertext is created reading the
pattern row by row.
• For example, to send the message “Meet
me at the park” to Bob, Alice writes
She then creates the ciphertext
“MEMATEAKETETHPR
Example
• Alice and Bob can agree on the number
of columns and use the second method.
Alice writes the same plaintext, row by
row, in a table of four columns.
She then creates the ciphertext
“MMTAEEHREAEKTTP”.
Keyed Transposition Ciphers
• Divide the plaintext into groups of
predetermined size, called blocks, and
then use a key to permute the characters
in each block separately.
Steganography
• an alternative to encryption
• hides existence of message
– using only a subset of letters/words in a longer
message marked in some way
– using invisible ink
– hiding in LSB in graphic image or sound file
• has drawbacks
– high overhead to hide relatively few info bits
CONVENTIONAL ENCRYPTION
ALGORITHMS
CONVENTIONAL ENCRYPTION ALGORITHMS
• Triple DES
• International Data Encryption Algorithm (IDEA)
• Blowfish
• RC5
• CAST-128
• RC2
• Characteristics of Advanced Symmetric Block
Ciphers

More Related Content

PPT
block ciphers
Asad Ali
 
PPTX
RSA Algorithm
Srinadh Muvva
 
PDF
Introduction to Cryptography
Seema Goel
 
PPTX
Cryptography.ppt
kusum sharma
 
PDF
RSA ALGORITHM
Dr. Shashank Shetty
 
PPTX
Encryption algorithms
trilokchandra prakash
 
PPT
Message Authentication Code & HMAC
Krishna Gehlot
 
PPTX
cryptography
Abhijeet Singh
 
block ciphers
Asad Ali
 
RSA Algorithm
Srinadh Muvva
 
Introduction to Cryptography
Seema Goel
 
Cryptography.ppt
kusum sharma
 
RSA ALGORITHM
Dr. Shashank Shetty
 
Encryption algorithms
trilokchandra prakash
 
Message Authentication Code & HMAC
Krishna Gehlot
 
cryptography
Abhijeet Singh
 

What's hot (20)

PPT
DES (Data Encryption Standard) pressentation
sarhadisoftengg
 
PPTX
Cryptography
Sagar Janagonda
 
PPT
Cryptography
gueste4c97e
 
PPTX
Encryption And Decryption Using AES Algorithm
Ahmed Raza Shaikh
 
PPTX
Cryptography
Jens Patel
 
PPTX
Classical encryption techniques
Janani S
 
PPTX
Topic1 substitution transposition-techniques
MdFazleRabbi18
 
PPT
Cryptography Intro
Christopher Martin
 
PPTX
Cryptography.ppt
Uday Meena
 
PPTX
Advanced encryption standard (aes)
farazvirk554
 
PPTX
Brute force-attack presentation
Mahmoud Ibra
 
PDF
Cs8792 cns - unit i
ArthyR3
 
PPTX
Cryptography
jayashri kolekar
 
PPTX
Email security
Baliram Yadav
 
PPT
AES.ppt
BincySam2
 
PPTX
Public Key Cryptosystem
Devakumar Kp
 
PPTX
Network Security- Secure Socket Layer
Dr.Florence Dayana
 
PPTX
Block cipher modes of operation
harshit chavda
 
PPTX
Encryption & Decryption
JayantBhatt6
 
DES (Data Encryption Standard) pressentation
sarhadisoftengg
 
Cryptography
Sagar Janagonda
 
Cryptography
gueste4c97e
 
Encryption And Decryption Using AES Algorithm
Ahmed Raza Shaikh
 
Cryptography
Jens Patel
 
Classical encryption techniques
Janani S
 
Topic1 substitution transposition-techniques
MdFazleRabbi18
 
Cryptography Intro
Christopher Martin
 
Cryptography.ppt
Uday Meena
 
Advanced encryption standard (aes)
farazvirk554
 
Brute force-attack presentation
Mahmoud Ibra
 
Cs8792 cns - unit i
ArthyR3
 
Cryptography
jayashri kolekar
 
Email security
Baliram Yadav
 
AES.ppt
BincySam2
 
Public Key Cryptosystem
Devakumar Kp
 
Network Security- Secure Socket Layer
Dr.Florence Dayana
 
Block cipher modes of operation
harshit chavda
 
Encryption & Decryption
JayantBhatt6
 
Ad

Similar to basic encryption and decryption (20)

ODP
CISSP Week 18
jemtallon
 
PPTX
Symmetric Encryption Techniques
Dr. Kapil Gupta
 
PDF
Cipher techniques
saqib1611
 
PPTX
CS8792 - Cryptography and Network Security
vishnukp34
 
PPT
classicalencryptiontechniques.ppt
utsavkakkad1
 
PPT
Elementary cryptography
Prachi Gulihar
 
PDF
Classical encryption techniques
Dr.Florence Dayana
 
PPT
unit 2.ppt
HetaDesai13
 
PPT
Cipher techniques
Mohd Arif
 
PPT
History of Cipher System
Asad Ali
 
PPTX
Information security (Symmetric encryption, cryptography, crypto-analysis)
Zara Nawaz
 
PPT
unit -1.ppt
DHANABALSUBRAMANIAN
 
PPT
overview of cryptographic techniques
Shubham Jain
 
PPTX
cryptography symmentric.pptx
ChethanKrishna14
 
PPT
Ch02...1
nathanurag
 
PPT
ch_03 Traditional ciphering (1).ppt.xxxxxxxxx
snigdhamohanty14
 
PPT
Chapter_02-1.ppt
ArpanSoni16
 
PDF
algorithms so d6yeudh yedghd eg edej.pdf
nothma
 
PDF
Symmetric Cipher Model, Substitution techniques, Transposition techniques, St...
JAINAM KAPADIYA
 
CISSP Week 18
jemtallon
 
Symmetric Encryption Techniques
Dr. Kapil Gupta
 
Cipher techniques
saqib1611
 
CS8792 - Cryptography and Network Security
vishnukp34
 
classicalencryptiontechniques.ppt
utsavkakkad1
 
Elementary cryptography
Prachi Gulihar
 
Classical encryption techniques
Dr.Florence Dayana
 
unit 2.ppt
HetaDesai13
 
Cipher techniques
Mohd Arif
 
History of Cipher System
Asad Ali
 
Information security (Symmetric encryption, cryptography, crypto-analysis)
Zara Nawaz
 
unit -1.ppt
DHANABALSUBRAMANIAN
 
overview of cryptographic techniques
Shubham Jain
 
cryptography symmentric.pptx
ChethanKrishna14
 
Ch02...1
nathanurag
 
ch_03 Traditional ciphering (1).ppt.xxxxxxxxx
snigdhamohanty14
 
Chapter_02-1.ppt
ArpanSoni16
 
algorithms so d6yeudh yedghd eg edej.pdf
nothma
 
Symmetric Cipher Model, Substitution techniques, Transposition techniques, St...
JAINAM KAPADIYA
 
Ad

Recently uploaded (20)

PDF
Introduction to Ship Engine Room Systems.pdf
Mahmoud Moghtaderi
 
PPTX
easa module 3 funtamental electronics.pptx
tryanothert7
 
PPTX
business incubation centre aaaaaaaaaaaaaa
hodeeesite4
 
PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
PDF
FLEX-LNG-Company-Presentation-Nov-2017.pdf
jbloggzs
 
PDF
Software Testing Tools - names and explanation
shruti533256
 
PPTX
database slide on modern techniques for optimizing database queries.pptx
aky52024
 
PDF
flutter Launcher Icons, Splash Screens & Fonts
Ahmed Mohamed
 
PPTX
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
PDF
Unit I Part II.pdf : Security Fundamentals
Dr. Madhuri Jawale
 
PDF
top-5-use-cases-for-splunk-security-analytics.pdf
yaghutialireza
 
PPTX
Chapter_Seven_Construction_Reliability_Elective_III_Msc CM
SubashKumarBhattarai
 
PPTX
Module2 Data Base Design- ER and NF.pptx
gomathisankariv2
 
PDF
20ME702-Mechatronics-UNIT-1,UNIT-2,UNIT-3,UNIT-4,UNIT-5, 2025-2026
Mohanumar S
 
PPTX
Color Model in Textile ( RGB, CMYK).pptx
auladhossain191
 
PDF
Traditional Exams vs Continuous Assessment in Boarding Schools.pdf
The Asian School
 
PPTX
MSME 4.0 Template idea hackathon pdf to understand
alaudeenaarish
 
PPTX
Victory Precisions_Supplier Profile.pptx
victoryprecisions199
 
PPTX
Inventory management chapter in automation and robotics.
atisht0104
 
PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
Introduction to Ship Engine Room Systems.pdf
Mahmoud Moghtaderi
 
easa module 3 funtamental electronics.pptx
tryanothert7
 
business incubation centre aaaaaaaaaaaaaa
hodeeesite4
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
FLEX-LNG-Company-Presentation-Nov-2017.pdf
jbloggzs
 
Software Testing Tools - names and explanation
shruti533256
 
database slide on modern techniques for optimizing database queries.pptx
aky52024
 
flutter Launcher Icons, Splash Screens & Fonts
Ahmed Mohamed
 
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
Unit I Part II.pdf : Security Fundamentals
Dr. Madhuri Jawale
 
top-5-use-cases-for-splunk-security-analytics.pdf
yaghutialireza
 
Chapter_Seven_Construction_Reliability_Elective_III_Msc CM
SubashKumarBhattarai
 
Module2 Data Base Design- ER and NF.pptx
gomathisankariv2
 
20ME702-Mechatronics-UNIT-1,UNIT-2,UNIT-3,UNIT-4,UNIT-5, 2025-2026
Mohanumar S
 
Color Model in Textile ( RGB, CMYK).pptx
auladhossain191
 
Traditional Exams vs Continuous Assessment in Boarding Schools.pdf
The Asian School
 
MSME 4.0 Template idea hackathon pdf to understand
alaudeenaarish
 
Victory Precisions_Supplier Profile.pptx
victoryprecisions199
 
Inventory management chapter in automation and robotics.
atisht0104
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 

basic encryption and decryption

  • 1. Basic Encryption and Decryption
  • 2. • Encryption: a process of encoding a message so that its meaning is not obvious • Decryption: the reverse process
  • 3. Encode(encipher) vs. Decode(decipher) • Encoding: the process of translating entire words or phrases to other words or phrases • Enciphering: translating letters or symbols individually • Encryption: the group term that covers both encoding and enciphering
  • 4. Basic operations • plaintext to ciphertext: encryption C = E(P) • ciphertext to plaintext: decryption: P = D(C) requirement: P = D(E(P))
  • 5. Classical Encryption Techniques • Symmetric key encryption • Asymmetric key encryption
  • 6. Symmetric Key Encryption • Sender and recipient share a common key • Was the only type of cryptography, prior to invention of public-key in 1970’s • All traditional schemes are symmetric / single key / private-key encryption algorithms, with a single key, used for both encryption and decryption, since both sender and receiver are equivalent, either can encrypt or decrypt messages using that common key.
  • 8. Requirements • Two requirements for secure use of symmetric encryption: – a strong encryption algorithm – a secret key known only to sender / receiver Y = EK(X) X = DK(Y) Here, plaintext X, ciphertext Y, key K, encryption algorithm Ek, decryption algorithm Dk. • Assume encryption algorithm is known • Implies a secure channel to distribute key
  • 9. Types of Ciphers • Substitution ciphers • Permutation (or transposition) ciphers
  • 10. Classical Substitution Ciphers • A substitution cipher replaces one symbol with another. • Substitution ciphers can be categorized as either monoalphabetic ciphers or polyalphabetic ciphers.
  • 11. Monoalphabetic Ciphers • In monoalphabetic substitution, the relationship between a symbol in the plaintext to a symbol in the ciphertext is always one-to-one.
  • 12. • The simplest monoalphabetic cipher is the additive cipher. This cipher is sometimes called a shift cipher and sometimes a Caesar cipher
  • 13. Caesar Cipher • Earliest known substitution cipher • First attested use in military affairs • Replaces each letter by 3rd letter on • example: meet me after the toga party PHHW PH DIWHU WKH WRJD SDUWB
  • 14. • Note: when letters are involved, the following conventions are used in this course: Plaintext is always in lowercase; ciphertext is in uppercase
  • 15. • can define transformation as: a b c d e f g h i j k l m n o p q r s t u v w x y z D E F G H I J K L M N O P Q R S T U V W X Y Z A B C • mathematically give each letter a number • then have Caesar cipher as: C = E(p) = (p + k) mod (26) p = D(C) = (C – k) mod (26)
  • 16. When the cipher is additive, the plaintext, ciphertext, and key are integers in Z26
  • 17. • This mathematical description uses modulo arithmetic (ie clock arithmetic). Here, when you reach Z you go back to A and start again. Mod 26 implies that when you reach 26, you use 0 instead (ie the letter after Z, or 25 + 1 goes to A or 0). • Example: howdy (7,14,22,3,24) encrypted using key f (5) is MTBID
  • 18. Example • Use the additive cipher with key = 15 to encrypt the message “hello”.
  • 19. • Use the additive cipher with key = 15 to decrypt the message “WTAAD”.
  • 20. Cryptanalysis of Caesar Cipher • only have 26 possible keys, of which only 25 are of any use, since mapping A to A etc doesn't really obscure the message. • Advantage : easy to use • Disadvantage: simple structure and easy to break
  • 21. Polyalphabetic Ciphers • another approach to improving security is to use multiple cipher alphabets • called polyalphabetic substitution ciphers • makes cryptanalysis harder with more alphabets to guess and flatter frequency distribution • use a key to select which alphabet is used for each letter of the message
  • 22. Vigenere Cipher • Vigenere key stream does not depend on the plaintext characters; it depends only on the position of the character in the plaintext
  • 24. Example • encrypt the message She is listening using the 6-character keyword “PASCAL”. • The initial key stream is (15, 0, 18, 2, 0, 11). The key stream is the repetition of this initial key stream (as many times as needed
  • 26. TRANSPOSITION CIPHERS • A transposition cipher does not substitute one symbol for another, instead it changes the location of the symbols.
  • 27. Keyless Transposition Ciphers • Simple transposition ciphers, which were used in the past, are keyless. • Text is written into a table column by column and then is transmitted row by row. • Text is written into a table and row by row, then is transmitted column by column.
  • 28. Example: Rail fence cipher. • The ciphertext is created reading the pattern row by row. • For example, to send the message “Meet me at the park” to Bob, Alice writes She then creates the ciphertext “MEMATEAKETETHPR
  • 29. Example • Alice and Bob can agree on the number of columns and use the second method. Alice writes the same plaintext, row by row, in a table of four columns. She then creates the ciphertext “MMTAEEHREAEKTTP”.
  • 30. Keyed Transposition Ciphers • Divide the plaintext into groups of predetermined size, called blocks, and then use a key to permute the characters in each block separately.
  • 31. Steganography • an alternative to encryption • hides existence of message – using only a subset of letters/words in a longer message marked in some way – using invisible ink – hiding in LSB in graphic image or sound file • has drawbacks – high overhead to hide relatively few info bits
  • 33. CONVENTIONAL ENCRYPTION ALGORITHMS • Triple DES • International Data Encryption Algorithm (IDEA) • Blowfish • RC5 • CAST-128 • RC2 • Characteristics of Advanced Symmetric Block Ciphers