SlideShare une entreprise Scribd logo
1  sur  49
Basic Encryption and
Decryption
TOPIC 2
Definitions
 Encryption: process of encoding a message so
its meaning is not obvious.
 Decryption: reverse process which means try
to bring encrypted message back to normal
form.
 Cryptosystem: encryption & decryption system
 Plaintext: original form of message
 Ciphertext: encrypted form of message
Definitions
 Cryptography: hidden writing
 Cryptanalysis: breaking of secure messages
 Cryptanalyst: studies of encryption/decryption
message with the goal of finding the hidden
message (break the encrypted message).
 Cryptology: research/study of encryption &
decryption (both cryptography + cryptanalyst)
Encryption Algorithms
Plaintext
Encryption
Ciphertext
Decryption
Original Plaintext
 Encoding: the process of translating entire words or
phrases to other words or phrases.
 Enciphering: the process of translating letters or
symbols individually.
 Encryption: is the group of term that covers both
encoding and enciphering.
 There are 2 type of encryptions:
 Symmetric Encryption: uses same key for encryption and
decryption process.
 To encrypt: C = E(P, K)
 To decrypt: P = D (E(P,K), K)
Encryption Algorithms
Encryption Decryption
Plaintext Ciphertext
Original
Plaintext
Key
Encryption Algorithms
 Asymmetric Encryption: uses different key for
encryption and decryption process.
 To encrypt: C = E (P, KE)
 To decrypt: P = D (E (P, KE), KD)
Encryption Decryption
Plaintext Ciphertext
Original
Plaintext
Encryption Key
(KE)
Decryption Key
(KD)
Substitutions
 Substitution: one letter is exchanged for another.
 Can be divided into two categories:
 Monoalphabetic Substitution
 Polyalphabetic Substitution
Monoalphabetic Substitutions
 Monoalphabetic Cipher – always uses the same letter of
the alphabet for the ciphertext letter.
A – 0 H – 7 O – 14 V – 21
B – 1 I – 8 P – 15 W – 22
C – 2 J – 9 Q – 16 X – 23
D – 3 K – 10 R – 17 Y – 24
E – 4 L – 11 S – 18 Z – 25
F – 5 M – 12 T – 19
G – 6 N – 13 U – 20
 Arithmetic is done as if the alphabet table were circular.
 Encrypt: C = E (a) = (a + k) mod 26
 Decrypt: a = D (C) = (C – k) mod 26
Monoalphabetic Substitutions
The Caesar Cipher (Monoalphabetic Substitution)
 Named after Julius Caesar – said to be the first to use it.
 Each letter is translated to another letter.
 Ci = E (pi) = (pi + x) mod 26
 Example: (x = 19)
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
T U V W X Y Z A B C D E F G H I J K L M N O P Q R S
 Plaintext = “SECURITY”
 Ciphertext = “LXVNKBMR”
 Advantages: easy to remember
 Disadvantages: easy to predict pattern of encryption
Monoalphabetic Substitutions
 Substitution using key phrase:
• Example:
If the key phrase is BOM, the shifted key are as follows:
Plaintext: A B C D E F G H I J K L M N O P...
Ciphertext: B O M A C D E F G H I J K L N P..
• Key Phrase must contain unique letters. Any redundancy need to
be excluded before encrypting.
• Have the same strength as the previous simple substitution
ciphers.
Monoalphabetic Substitutions
 Let’s analyze the example below:
Example:
 Key: SPECTACULAR (key must not contain redundant letters
so drop C and A), therefore key becomes SPECTAULR
 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
 S P E C T A U L R B D F G H I J K M N O Q V W X Y Z
Monoalphabetic Substitutions
 To strengthen, apply matrix such as below:
C I N A B D
E F G H J K
L M O P Q R
S T U V W X
Y Z
 Key Phrase is CINCIN
P : 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
C: C E L S Y I F M T Z N G O U A H P V B J Q W D K R X
Monoalphabetic Substitutions
Multiplication
 f(a) = ak mod n, where k and n are relatively prime so that
the letters of the alphabet produced a complete set of
residues.
 If k and n are not relatively prime, several plaintext will
encrypt to the same ciphertext letter and not all letter will
appear in the ciphertext alphabet e.g. if k = 12 and n =26.
 Example: If k = 12
Plaintext ABC DEF GHI JKL MNO PQR STU VWX YZ
Ciphertext = AMY KWI UJS EQC OAM YKW IUA SEQ CO
eg. BOM → MMO
Cryptanalysis of the Substitution Cipher
 The Arabs were the first to make significant advances in
cryptanalysis.
 An Arabic author, Qalqashandi, wrote down a technique
for solving ciphers which is still used today.
 The technique is to write down all the ciphertext letters
and count the frequency of each symbol.
 Using the average frequency of each letter of the
language, the plaintext can be written out.
 This technique is powerful enough to cryptanalyze ANY
monoalphabetic substitution cipher if enough ciphertext
is provided.
Character Frequencies
 Most languages letters are not equally common
 In English e is by far the most common letter
 These are different for different languages
Cryptanalysis of the Caesar Cipher
 Suppose you were trying to break the following
ciphertext message:
Wklv phvvdjh lv qrw wrr kdug wr euhdn
 It is not so difficult to break the ciphertext above by
doing some analysis on it. How?
(1) Start on the weak points: blank is translated to itself!
(2) In English there are relatively few small words like;
am, is, be, he, we, and, are, you, she etc…
Therefore, one attack can start off by substituting
known short words at appropriates places.
(3) Look for repetition and patterns.
Cryptanalysis of the Caesar Cipher
Example:
 If wrr is TOO. wr would be TO (more sense compare to
SE)
w k l v p h v v d j h l v q r w w r r k d u g w r e u h d n
T - - - - - - - - - - - - - OT TOO - - - - TO - - - - -
Polyalphabetic Substitution Ciphers
 The weakness of monoalphabetic ciphers - frequency
distribution reflects the distribution of the underlying
alphabet.
 Solution : flatten the distribution
: use polyalphabetic substitution
 How to flatten the distribution? – combine both high and
low distributions.
If E1 (T) = a and E2 (T) = b
E1 (X) = a and E2 (X) = b
T & X – plaintext
Flat distribution of ciphertext ‘a’ and ‘b’
Polyalphabetic Substitution Ciphers
 We can also combine two distributions by using two
separate encryption alphabets – the first for all
characters in odd positions of the plaintext message and
the second for all the characters in even positions.
Polyalphabetic Substitution Ciphers
 Consider the two encryption algorithms below:
26mod)*3()(1 λλπ = 26mod)*3()(1 λλπ =
26mod)13)*5(()(2 += λλπ
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
a d g j m p s v y b e h k n q t w z c f i l o r u x
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
n s x c h m r w b g l q v a f k p u z e j o t y d i
Table for Odd Position
Table for Even Position
Polyalphabetic Substitution Ciphers
 Encrypt TREATY IMPOSSIBLE
TREAT YIMPO SSIBL E (plaintext)
f umn f dyv t f czysh h (ciphertext)
 What have you notice?
Polyalphabetic Substitution Ciphers
Vigenère Ciphers
 Proposed by Blaise de Vigenere from the court of Henry
III of France in the sixteenth century.
 Basically it’s a multiple Caesar Ciphers – each row of
the Vigenere table corresponds to a Caesar cipher. The
first row is a shift of 0, the second is a shift of 1 and the
last is a shift of 25.
 Vigenere cipher uses this table together with a keyword
to encipher a message.
Polyalphabetic Substitution Ciphers
Vigenere Tableau
Plaintext
K
e
y
Ciphertext
2
1
3
Polyalphabetic Substitution Ciphers
Cryptanalysis of Polyalphabetic Substitutions
 There are two ways:
 Kasiski Method
 Index of Coincidence
Kasiski Method for repeated pattens
 Named for its developer, a Prussian military officer.
 Is a way of finding the number of alphabets that were
used for encryption.
 -th, -ion, -ed, -tion, and, to, are, appear with high
frequency (regularity of English).
Polyalphabetic Substitution Ciphers
Kasiski Method
 For Kasiski Method, the steps are:
1. Identify repeated patterns of three or more characters.
2. For each patterns write down the position at which each
instances of the pattern begins.
3. Compute the difference between the starting points of
successive instances.
4. Determine all factors of each difference.
5. If a polyalphabetic substitution cipher was used, the key
length will be one of the factors that appears often in step 4.
Polyalphabetic Substitution Ciphers
- Form set of letters according to the position of key
assumed.
- Use previous monoalphabetic cryptanalysis.
Index of Coincidence
 Index of coincidence is a measure of the variation
between frequencies in a distribution.
The “Perfect” Substitution Cipher
What makes a perfect substitution cipher?
 An ideal substitution would use many alphabets for an
unrecognizable distribution and no apparent pattern for
the choice of an alphabet at a particular point.
 Let’s look at Vernam Cipher or One-Time Pad
algorithms.
The “Perfect” Substitution Cipher
Vernam Cipher (One Time Pad)
 Introduced by Gilbert Vernam (AT&T Engineer)
in 1918.
 Immune to cryptanalytic attack because the
available ciphertext does not display the pattern
of the key.
 Involves an arbitrarily long non-repeating
sequence of numbers that are combined with
the plaintext.
The “Perfect” Substitution Cipher
Vernam Cipher (One Time Pad)
 Compared with most cryptosystems it is very simple.
 To use a one time pad, you need two copies of the
“pad” (also known as the key) which is a block of truly
random data at least as long as the message you wish
to encode.
 If the data on the pad is not truly random the security of
the pad is compromised.
The “Perfect” Substitution Cipher
Example:
 Assume that the alphabetic letters are combined by sum
mod 26 with a stream of random two-digit numbers.
Plaintext : V E R N A M C I P H E R
Numerical Value : 21 4 17 13 0 12 2 8 15 7 4 17
+random number : 76 48 16 82 44 3 58 11 60 5 48 88
= sum : 97 52 33 95 44 15 60 19 75 12 52 105
mod 26 : 19 0 7 17 18 15 8 19 23 12 0 1
ciphertext : T A H R S P I T X M A B
The “Perfect” Substitution Cipher
 Note:
 random number 48 happen to fall at the places of repeated
letters, accounting for repeated ciphertext A but however highly
unlikely.
 repeated letter t comes from different plaintext letter
The “Perfect” Substitution Cipher
Binary Vernam Cipher
 Works just as well as
“alphabets”.
 Example :
 This operation is perform
on each letter in
sequence.
Plaintext: 1 0 1 1 0 1 1 0 0 1 0 1 0 1 1 1 0 0 1 0 1 1 0 1
Input Bits
Output
BitsMessage Pad
0
0
0 0
0
0
1 1
1 1
1 1
The “Perfect” Substitution Cipher
Vernam Cipher (One Time Pad)
 Systems using perfect random, non-repeating keys
which is endless and senseless
 Random key used once, and only once.
 It is the only unbreakable cryptography system
 Unbreakable in theory:
 the key neither repeats, nor recurs, nor makes sense,
nor erects internal frameworks
 perfect randomness nullifies any horizontal, or
lengthwise cohesion
The “Perfect” Substitution Cipher
Vernam Cipher (One Time Pad)
 Why wouldn't it be used today?
 Sender and receiver need to be perfectly synchronized
 It would not work for a T1 communication line:
 If receiver is off by a bit (bit dropped during
transmission) the plaintext will not make any sense
 If bits are altered during transmission (noise hit) those
bits will decrypt incorrectly
 It does not provides authenticity, only confidentiality
Transpositions (Permutations)
 The plaintext remains the same, but the order of characters
is shuffled around – example: shuffle secret to etcrse
 Arrangement was classically done with the aid of some
type of geometric figure, usually 2-dimensional array
(matrix).
 Transposition is not a permutation of alphabet characters
but a permutation of places:
 letters retain their identity but lose their position
 there is a permutation of the plaintext letters
Transpositions (Permutations)
Plaintext
write-in
figure
take-off
Ciphertext
Transpositions (Permutations)
Transposition Cipher: Columnar
 Encryption: Plaintext is written horizontally onto the matrix of
of fixed width and the ciphertext is read off vertically.
 Decryption: Ciphertext is written vertically onto the same
matrix of identical width and then reading the plaintext off
horizontally.
 Example : Plaintext is RENAISSANCE is written into a 3 x 4
matrix as follows
R E N A
I S S A
N C E
the resulting cipher text is RINESCNSEAA
Transpositions (Permutations)
Double Transposition Algorithm
 Involves 2 columnar transposition, with different
numbers of columns, applied one after the other.
 Example:
Single Columnar
T H (I S) I
S A (M E) S
S A (G E) T
O S (H O) W
H O (W A) C
O L (U M) N
A R (T R) A
N S (P O) S
I T (I O) N
W O (R K) S
Produces :
TSSOH OANIW HAASO LRSTO
(I(M(G(H(W (U(T(P(I(R S)E)E)O)A) M)R)O)O)K)
ISTWC NASNS
Transpositions (Permutations)
 Second transposition written in an 8 by 7 matrix:
 Can you write down the result?
T S S O H O A
N I W H A A S
O L R S T O (I
(M (G (H (W (U (T (P
(I (R S) E) E) O) A)
M) R) O) O) K) I S
T W C N A S N
S X X X X X X
Transpositions (Permutations)
 Extra position must be filled with a padding character,
eg. X
 However the X’s filling the last row stands out. Better
way is to use letters that are frequently used so that it
would not be possible to identify the padding character.
Stream vsBlock Ciphers
 Stream cipher – encrypt one symbol of plaintext
immediately into a symbol of ciphertext
 Block cipher – encrypt a group of plaintext symbols as
one block.
Stream vs Block Ciphers
Advantages of stream ciphers:
 Speed of transmission – each symbol is encrypted alone, each
symbol is encrypted as soon as it is read.
 Low error propagation – an error in the encryption process affects
only that character (each symbol is separately encoded).
Disadvantages of stream ciphers:
 Low diffusion where all information of the symbol contained in one
symbol of the ciphertext – cryptanalyst consider each ciphertext as
a separate entity.
 Susceptibility to malicious insertion & modification – interceptor who
has broken the code can splice together pieces of previous
message and transmit a spurious new message that may look
authentic.
Stream vs Block Ciphers
Advantages of block ciphers:
 Diffusion – one ciphertext block may depend on several plaintext
letters.
 Immunity to insertions – because of block of symbols are
enciphered, impossible to insert a single symbol into one block.
Disadvantages of block ciphers:
 Slowness of encryption – block cipher must wait until an entire
block of plaintext symbols has been received before starting the
encryption process.
 Error propagation – an error will affect the the transformation of
all other characters in the same block.
Characteristics of “Good” Ciphers
Shannon Characteristics
 The amount of secrecy needed should determine the amount of
labor appropriate for the encryption and decryption.
 The set of keys and the enciphering algorithm should be free
from complexity.
 The implementation of the process should be as simple as
possible.
 Errors in ciphering should not propagate and cause corruption of
further information in the message.
 The size of the enciphered text should be no larger than the text
of the original message.
Characteristics of “Good” Ciphers
 Confusion – Interceptor should not be able to predict
what changing one character in the plaintext will do to
the ciphertext.
 Diffusion – Changes in the plaintext should affect many
parts of the ciphertext. Good diffusion means that the
interceptor needs access to much ciphertext to infer the
algorithm.
THE END

Contenu connexe

Tendances

Transposition cipher
Transposition cipherTransposition cipher
Transposition cipherAntony Alex
 
Cipher techniques
Cipher techniquesCipher techniques
Cipher techniquesMohd Arif
 
Symmetric and asymmetric key cryptography
Symmetric and asymmetric key cryptographySymmetric and asymmetric key cryptography
Symmetric and asymmetric key cryptographyMONIRUL ISLAM
 
Intro to modern cryptography
Intro to modern cryptographyIntro to modern cryptography
Intro to modern cryptographyzahid-mian
 
CRYPTOGRAPHY & NETWORK SECURITY - unit 1
CRYPTOGRAPHY & NETWORK SECURITY -  unit 1CRYPTOGRAPHY & NETWORK SECURITY -  unit 1
CRYPTOGRAPHY & NETWORK SECURITY - unit 1RAMESHBABU311293
 
Block Ciphers and the Data Encryption Standard
Block Ciphers and the Data Encryption StandardBlock Ciphers and the Data Encryption Standard
Block Ciphers and the Data Encryption StandardDr.Florence Dayana
 
Cryptography and applications
Cryptography and applicationsCryptography and applications
Cryptography and applicationsthai
 
Introduction to Digital signatures
Introduction to Digital signaturesIntroduction to Digital signatures
Introduction to Digital signaturesRohit Bhat
 
symmetric key encryption algorithms
 symmetric key encryption algorithms symmetric key encryption algorithms
symmetric key encryption algorithmsRashmi Burugupalli
 
Monoalphabetic Substitution Cipher
Monoalphabetic Substitution  CipherMonoalphabetic Substitution  Cipher
Monoalphabetic Substitution CipherSHUBHA CHATURVEDI
 
SHA- Secure hashing algorithm
SHA- Secure hashing algorithmSHA- Secure hashing algorithm
SHA- Secure hashing algorithmRuchi Maurya
 

Tendances (20)

Transposition cipher
Transposition cipherTransposition cipher
Transposition cipher
 
Caesar cipher
Caesar cipherCaesar cipher
Caesar cipher
 
Symmetric and asymmetric key
Symmetric and asymmetric keySymmetric and asymmetric key
Symmetric and asymmetric key
 
Cipher techniques
Cipher techniquesCipher techniques
Cipher techniques
 
Transposition Cipher
Transposition CipherTransposition Cipher
Transposition Cipher
 
Rc4
Rc4Rc4
Rc4
 
Cryptography
CryptographyCryptography
Cryptography
 
Symmetric and asymmetric key cryptography
Symmetric and asymmetric key cryptographySymmetric and asymmetric key cryptography
Symmetric and asymmetric key cryptography
 
Intro to modern cryptography
Intro to modern cryptographyIntro to modern cryptography
Intro to modern cryptography
 
Cryptography.ppt
Cryptography.pptCryptography.ppt
Cryptography.ppt
 
CRYPTOGRAPHY & NETWORK SECURITY - unit 1
CRYPTOGRAPHY & NETWORK SECURITY -  unit 1CRYPTOGRAPHY & NETWORK SECURITY -  unit 1
CRYPTOGRAPHY & NETWORK SECURITY - unit 1
 
Block Ciphers and the Data Encryption Standard
Block Ciphers and the Data Encryption StandardBlock Ciphers and the Data Encryption Standard
Block Ciphers and the Data Encryption Standard
 
Hash Function
Hash FunctionHash Function
Hash Function
 
Unit 2
Unit 2Unit 2
Unit 2
 
Encryption algorithms
Encryption algorithmsEncryption algorithms
Encryption algorithms
 
Cryptography and applications
Cryptography and applicationsCryptography and applications
Cryptography and applications
 
Introduction to Digital signatures
Introduction to Digital signaturesIntroduction to Digital signatures
Introduction to Digital signatures
 
symmetric key encryption algorithms
 symmetric key encryption algorithms symmetric key encryption algorithms
symmetric key encryption algorithms
 
Monoalphabetic Substitution Cipher
Monoalphabetic Substitution  CipherMonoalphabetic Substitution  Cipher
Monoalphabetic Substitution Cipher
 
SHA- Secure hashing algorithm
SHA- Secure hashing algorithmSHA- Secure hashing algorithm
SHA- Secure hashing algorithm
 

En vedette (20)

basic encryption and decryption
 basic encryption and decryption basic encryption and decryption
basic encryption and decryption
 
Encryption And Decryption
Encryption And DecryptionEncryption And Decryption
Encryption And Decryption
 
Shannon and 5 good criteria of a good cipher
Shannon and 5 good criteria of a good cipher Shannon and 5 good criteria of a good cipher
Shannon and 5 good criteria of a good cipher
 
Cryptography
CryptographyCryptography
Cryptography
 
Encryption
EncryptionEncryption
Encryption
 
Encryption presentation final
Encryption presentation finalEncryption presentation final
Encryption presentation final
 
Caesar cipher
Caesar cipherCaesar cipher
Caesar cipher
 
Data encryption, Description, DES
Data encryption, Description, DESData encryption, Description, DES
Data encryption, Description, DES
 
Cryptography
CryptographyCryptography
Cryptography
 
Cryptography
Cryptography Cryptography
Cryptography
 
cryptography
cryptographycryptography
cryptography
 
Cryptography
CryptographyCryptography
Cryptography
 
DES
DESDES
DES
 
Cryptography
CryptographyCryptography
Cryptography
 
Cryptography and network security
Cryptography and network securityCryptography and network security
Cryptography and network security
 
Network Security and Cryptography
Network Security and CryptographyNetwork Security and Cryptography
Network Security and Cryptography
 
History of Cipher System
History of Cipher SystemHistory of Cipher System
History of Cipher System
 
Lecture 11
Lecture 11Lecture 11
Lecture 11
 
2012 ah vegas wlan security fundamentals
2012 ah vegas   wlan security fundamentals2012 ah vegas   wlan security fundamentals
2012 ah vegas wlan security fundamentals
 
Ch02...1
Ch02...1Ch02...1
Ch02...1
 

Similaire à Basic Encryption Decryption Chapter 2

Classical encryption techniques
Classical encryption techniquesClassical encryption techniques
Classical encryption techniquesJanani S
 
classicalencryptiontechniques.ppt
classicalencryptiontechniques.pptclassicalencryptiontechniques.ppt
classicalencryptiontechniques.pptutsavkakkad1
 
Secret key cryptography
Secret key cryptographySecret key cryptography
Secret key cryptographyPrabhat Goel
 
dokumen.tips_chapter-2-classical-encryption-techniques-56969e027fe68.ppt
dokumen.tips_chapter-2-classical-encryption-techniques-56969e027fe68.pptdokumen.tips_chapter-2-classical-encryption-techniques-56969e027fe68.ppt
dokumen.tips_chapter-2-classical-encryption-techniques-56969e027fe68.ppthusnainali397602
 
Classical encryption techniques
Classical encryption techniquesClassical encryption techniques
Classical encryption techniquesramya marichamy
 
Computer Security (Cryptography) Ch03
Computer Security (Cryptography) Ch03Computer Security (Cryptography) Ch03
Computer Security (Cryptography) Ch03Saif Kassim
 
Cryptography (Revised Edition)
Cryptography (Revised Edition)Cryptography (Revised Edition)
Cryptography (Revised Edition)Somaditya Basak
 
Classical encryption techniques
Classical encryption techniquesClassical encryption techniques
Classical encryption techniquesdhivyakesavan3
 
Symmetric Cipher Model, Substitution techniques, Transposition techniques, St...
Symmetric Cipher Model, Substitution techniques, Transposition techniques, St...Symmetric Cipher Model, Substitution techniques, Transposition techniques, St...
Symmetric Cipher Model, Substitution techniques, Transposition techniques, St...JAINAM KAPADIYA
 
Cryptograph yreport 2003
Cryptograph yreport 2003Cryptograph yreport 2003
Cryptograph yreport 2003keyurbz
 
Information and network security 12 classical substitution ciphers
Information and network security 12 classical substitution ciphersInformation and network security 12 classical substitution ciphers
Information and network security 12 classical substitution ciphersVaibhav Khanna
 
Classical encryption techniques
Classical encryption techniquesClassical encryption techniques
Classical encryption techniquesDr.Florence Dayana
 

Similaire à Basic Encryption Decryption Chapter 2 (20)

Classical encryption techniques
Classical encryption techniquesClassical encryption techniques
Classical encryption techniques
 
Network security CS2
Network security CS2Network security CS2
Network security CS2
 
classicalencryptiontechniques.ppt
classicalencryptiontechniques.pptclassicalencryptiontechniques.ppt
classicalencryptiontechniques.ppt
 
Secret key cryptography
Secret key cryptographySecret key cryptography
Secret key cryptography
 
unit 2.ppt
unit 2.pptunit 2.ppt
unit 2.ppt
 
ch02.ppt
ch02.pptch02.ppt
ch02.ppt
 
dokumen.tips_chapter-2-classical-encryption-techniques-56969e027fe68.ppt
dokumen.tips_chapter-2-classical-encryption-techniques-56969e027fe68.pptdokumen.tips_chapter-2-classical-encryption-techniques-56969e027fe68.ppt
dokumen.tips_chapter-2-classical-encryption-techniques-56969e027fe68.ppt
 
Ch02
Ch02Ch02
Ch02
 
Classical encryption techniques
Classical encryption techniquesClassical encryption techniques
Classical encryption techniques
 
Computer Security (Cryptography) Ch03
Computer Security (Cryptography) Ch03Computer Security (Cryptography) Ch03
Computer Security (Cryptography) Ch03
 
Cryptography (Revised Edition)
Cryptography (Revised Edition)Cryptography (Revised Edition)
Cryptography (Revised Edition)
 
Edward Schaefer
Edward SchaeferEdward Schaefer
Edward Schaefer
 
Classical encryption techniques
Classical encryption techniquesClassical encryption techniques
Classical encryption techniques
 
Symmetric Cipher Model, Substitution techniques, Transposition techniques, St...
Symmetric Cipher Model, Substitution techniques, Transposition techniques, St...Symmetric Cipher Model, Substitution techniques, Transposition techniques, St...
Symmetric Cipher Model, Substitution techniques, Transposition techniques, St...
 
Cryptography.ppt
Cryptography.pptCryptography.ppt
Cryptography.ppt
 
Module 1.pptx
Module 1.pptxModule 1.pptx
Module 1.pptx
 
unit -1.ppt
unit -1.pptunit -1.ppt
unit -1.ppt
 
Cryptograph yreport 2003
Cryptograph yreport 2003Cryptograph yreport 2003
Cryptograph yreport 2003
 
Information and network security 12 classical substitution ciphers
Information and network security 12 classical substitution ciphersInformation and network security 12 classical substitution ciphers
Information and network security 12 classical substitution ciphers
 
Classical encryption techniques
Classical encryption techniquesClassical encryption techniques
Classical encryption techniques
 

Plus de AfiqEfendy Zaen

Network Security Chapter 7
Network Security Chapter 7Network Security Chapter 7
Network Security Chapter 7AfiqEfendy Zaen
 
OS Database Security Chapter 6
OS Database Security Chapter 6OS Database Security Chapter 6
OS Database Security Chapter 6AfiqEfendy Zaen
 
Virus and Malicious Code Chapter 5
Virus and Malicious Code Chapter 5Virus and Malicious Code Chapter 5
Virus and Malicious Code Chapter 5AfiqEfendy Zaen
 
Protocols and Practices in Using Encryption Chapter 4
Protocols and Practices in Using Encryption Chapter 4Protocols and Practices in Using Encryption Chapter 4
Protocols and Practices in Using Encryption Chapter 4AfiqEfendy Zaen
 
Secure Encyrption Systems Chapter 2
Secure Encyrption Systems Chapter 2Secure Encyrption Systems Chapter 2
Secure Encyrption Systems Chapter 2AfiqEfendy Zaen
 
Basic Security Chapter 1
Basic Security Chapter 1Basic Security Chapter 1
Basic Security Chapter 1AfiqEfendy Zaen
 
10. cash flow in capital budgeting
10. cash flow in capital budgeting10. cash flow in capital budgeting
10. cash flow in capital budgetingAfiqEfendy Zaen
 
10. short term financial planning
10. short term financial planning10. short term financial planning
10. short term financial planningAfiqEfendy Zaen
 
2. financial statement cash flow
2. financial statement cash flow2. financial statement cash flow
2. financial statement cash flowAfiqEfendy Zaen
 
1. chapter 1 introduction of Finance
1. chapter 1 introduction of Finance1. chapter 1 introduction of Finance
1. chapter 1 introduction of FinanceAfiqEfendy Zaen
 

Plus de AfiqEfendy Zaen (16)

Network Security Chapter 7
Network Security Chapter 7Network Security Chapter 7
Network Security Chapter 7
 
OS Database Security Chapter 6
OS Database Security Chapter 6OS Database Security Chapter 6
OS Database Security Chapter 6
 
Virus and Malicious Code Chapter 5
Virus and Malicious Code Chapter 5Virus and Malicious Code Chapter 5
Virus and Malicious Code Chapter 5
 
Protocols and Practices in Using Encryption Chapter 4
Protocols and Practices in Using Encryption Chapter 4Protocols and Practices in Using Encryption Chapter 4
Protocols and Practices in Using Encryption Chapter 4
 
Secure Encyrption Systems Chapter 2
Secure Encyrption Systems Chapter 2Secure Encyrption Systems Chapter 2
Secure Encyrption Systems Chapter 2
 
Basic Security Chapter 1
Basic Security Chapter 1Basic Security Chapter 1
Basic Security Chapter 1
 
10. cash flow in capital budgeting
10. cash flow in capital budgeting10. cash flow in capital budgeting
10. cash flow in capital budgeting
 
10. short term financial planning
10. short term financial planning10. short term financial planning
10. short term financial planning
 
9. cost of capital
9. cost of capital9. cost of capital
9. cost of capital
 
8. stock valuation
8. stock valuation8. stock valuation
8. stock valuation
 
6. risk return
6. risk return6. risk return
6. risk return
 
6. bond valuation
6. bond valuation6. bond valuation
6. bond valuation
 
4. time value of money
4. time value of money4. time value of money
4. time value of money
 
3 financial ratio
3 financial ratio3 financial ratio
3 financial ratio
 
2. financial statement cash flow
2. financial statement cash flow2. financial statement cash flow
2. financial statement cash flow
 
1. chapter 1 introduction of Finance
1. chapter 1 introduction of Finance1. chapter 1 introduction of Finance
1. chapter 1 introduction of Finance
 

Dernier

Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 

Dernier (20)

Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 

Basic Encryption Decryption Chapter 2

  • 2. Definitions  Encryption: process of encoding a message so its meaning is not obvious.  Decryption: reverse process which means try to bring encrypted message back to normal form.  Cryptosystem: encryption & decryption system  Plaintext: original form of message  Ciphertext: encrypted form of message
  • 3. Definitions  Cryptography: hidden writing  Cryptanalysis: breaking of secure messages  Cryptanalyst: studies of encryption/decryption message with the goal of finding the hidden message (break the encrypted message).  Cryptology: research/study of encryption & decryption (both cryptography + cryptanalyst)
  • 4. Encryption Algorithms Plaintext Encryption Ciphertext Decryption Original Plaintext  Encoding: the process of translating entire words or phrases to other words or phrases.  Enciphering: the process of translating letters or symbols individually.  Encryption: is the group of term that covers both encoding and enciphering.
  • 5.  There are 2 type of encryptions:  Symmetric Encryption: uses same key for encryption and decryption process.  To encrypt: C = E(P, K)  To decrypt: P = D (E(P,K), K) Encryption Algorithms Encryption Decryption Plaintext Ciphertext Original Plaintext Key
  • 6. Encryption Algorithms  Asymmetric Encryption: uses different key for encryption and decryption process.  To encrypt: C = E (P, KE)  To decrypt: P = D (E (P, KE), KD) Encryption Decryption Plaintext Ciphertext Original Plaintext Encryption Key (KE) Decryption Key (KD)
  • 7. Substitutions  Substitution: one letter is exchanged for another.  Can be divided into two categories:  Monoalphabetic Substitution  Polyalphabetic Substitution
  • 8. Monoalphabetic Substitutions  Monoalphabetic Cipher – always uses the same letter of the alphabet for the ciphertext letter. A – 0 H – 7 O – 14 V – 21 B – 1 I – 8 P – 15 W – 22 C – 2 J – 9 Q – 16 X – 23 D – 3 K – 10 R – 17 Y – 24 E – 4 L – 11 S – 18 Z – 25 F – 5 M – 12 T – 19 G – 6 N – 13 U – 20  Arithmetic is done as if the alphabet table were circular.  Encrypt: C = E (a) = (a + k) mod 26  Decrypt: a = D (C) = (C – k) mod 26
  • 9. Monoalphabetic Substitutions The Caesar Cipher (Monoalphabetic Substitution)  Named after Julius Caesar – said to be the first to use it.  Each letter is translated to another letter.  Ci = E (pi) = (pi + x) mod 26  Example: (x = 19) 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 T U V W X Y Z A B C D E F G H I J K L M N O P Q R S  Plaintext = “SECURITY”  Ciphertext = “LXVNKBMR”  Advantages: easy to remember  Disadvantages: easy to predict pattern of encryption
  • 10. Monoalphabetic Substitutions  Substitution using key phrase: • Example: If the key phrase is BOM, the shifted key are as follows: Plaintext: A B C D E F G H I J K L M N O P... Ciphertext: B O M A C D E F G H I J K L N P.. • Key Phrase must contain unique letters. Any redundancy need to be excluded before encrypting. • Have the same strength as the previous simple substitution ciphers.
  • 11. Monoalphabetic Substitutions  Let’s analyze the example below: Example:  Key: SPECTACULAR (key must not contain redundant letters so drop C and A), therefore key becomes SPECTAULR  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  S P E C T A U L R B D F G H I J K M N O Q V W X Y Z
  • 12. Monoalphabetic Substitutions  To strengthen, apply matrix such as below: C I N A B D E F G H J K L M O P Q R S T U V W X Y Z  Key Phrase is CINCIN P : 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 C: C E L S Y I F M T Z N G O U A H P V B J Q W D K R X
  • 13. Monoalphabetic Substitutions Multiplication  f(a) = ak mod n, where k and n are relatively prime so that the letters of the alphabet produced a complete set of residues.  If k and n are not relatively prime, several plaintext will encrypt to the same ciphertext letter and not all letter will appear in the ciphertext alphabet e.g. if k = 12 and n =26.  Example: If k = 12 Plaintext ABC DEF GHI JKL MNO PQR STU VWX YZ Ciphertext = AMY KWI UJS EQC OAM YKW IUA SEQ CO eg. BOM → MMO
  • 14. Cryptanalysis of the Substitution Cipher  The Arabs were the first to make significant advances in cryptanalysis.  An Arabic author, Qalqashandi, wrote down a technique for solving ciphers which is still used today.  The technique is to write down all the ciphertext letters and count the frequency of each symbol.  Using the average frequency of each letter of the language, the plaintext can be written out.  This technique is powerful enough to cryptanalyze ANY monoalphabetic substitution cipher if enough ciphertext is provided.
  • 15. Character Frequencies  Most languages letters are not equally common  In English e is by far the most common letter  These are different for different languages
  • 16.
  • 17. Cryptanalysis of the Caesar Cipher  Suppose you were trying to break the following ciphertext message: Wklv phvvdjh lv qrw wrr kdug wr euhdn  It is not so difficult to break the ciphertext above by doing some analysis on it. How? (1) Start on the weak points: blank is translated to itself! (2) In English there are relatively few small words like; am, is, be, he, we, and, are, you, she etc… Therefore, one attack can start off by substituting known short words at appropriates places. (3) Look for repetition and patterns.
  • 18. Cryptanalysis of the Caesar Cipher Example:  If wrr is TOO. wr would be TO (more sense compare to SE) w k l v p h v v d j h l v q r w w r r k d u g w r e u h d n T - - - - - - - - - - - - - OT TOO - - - - TO - - - - -
  • 19. Polyalphabetic Substitution Ciphers  The weakness of monoalphabetic ciphers - frequency distribution reflects the distribution of the underlying alphabet.  Solution : flatten the distribution : use polyalphabetic substitution  How to flatten the distribution? – combine both high and low distributions. If E1 (T) = a and E2 (T) = b E1 (X) = a and E2 (X) = b
  • 20. T & X – plaintext
  • 21. Flat distribution of ciphertext ‘a’ and ‘b’
  • 22. Polyalphabetic Substitution Ciphers  We can also combine two distributions by using two separate encryption alphabets – the first for all characters in odd positions of the plaintext message and the second for all the characters in even positions.
  • 23. Polyalphabetic Substitution Ciphers  Consider the two encryption algorithms below: 26mod)*3()(1 λλπ = 26mod)*3()(1 λλπ = 26mod)13)*5(()(2 += λλπ 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 a d g j m p s v y b e h k n q t w z c f i l o r u x 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 n s x c h m r w b g l q v a f k p u z e j o t y d i Table for Odd Position Table for Even Position
  • 24. Polyalphabetic Substitution Ciphers  Encrypt TREATY IMPOSSIBLE TREAT YIMPO SSIBL E (plaintext) f umn f dyv t f czysh h (ciphertext)  What have you notice?
  • 25. Polyalphabetic Substitution Ciphers Vigenère Ciphers  Proposed by Blaise de Vigenere from the court of Henry III of France in the sixteenth century.  Basically it’s a multiple Caesar Ciphers – each row of the Vigenere table corresponds to a Caesar cipher. The first row is a shift of 0, the second is a shift of 1 and the last is a shift of 25.  Vigenere cipher uses this table together with a keyword to encipher a message.
  • 26. Polyalphabetic Substitution Ciphers Vigenere Tableau Plaintext K e y Ciphertext 2 1 3
  • 27. Polyalphabetic Substitution Ciphers Cryptanalysis of Polyalphabetic Substitutions  There are two ways:  Kasiski Method  Index of Coincidence Kasiski Method for repeated pattens  Named for its developer, a Prussian military officer.  Is a way of finding the number of alphabets that were used for encryption.  -th, -ion, -ed, -tion, and, to, are, appear with high frequency (regularity of English).
  • 28. Polyalphabetic Substitution Ciphers Kasiski Method  For Kasiski Method, the steps are: 1. Identify repeated patterns of three or more characters. 2. For each patterns write down the position at which each instances of the pattern begins. 3. Compute the difference between the starting points of successive instances. 4. Determine all factors of each difference. 5. If a polyalphabetic substitution cipher was used, the key length will be one of the factors that appears often in step 4.
  • 29. Polyalphabetic Substitution Ciphers - Form set of letters according to the position of key assumed. - Use previous monoalphabetic cryptanalysis. Index of Coincidence  Index of coincidence is a measure of the variation between frequencies in a distribution.
  • 30. The “Perfect” Substitution Cipher What makes a perfect substitution cipher?  An ideal substitution would use many alphabets for an unrecognizable distribution and no apparent pattern for the choice of an alphabet at a particular point.  Let’s look at Vernam Cipher or One-Time Pad algorithms.
  • 31. The “Perfect” Substitution Cipher Vernam Cipher (One Time Pad)  Introduced by Gilbert Vernam (AT&T Engineer) in 1918.  Immune to cryptanalytic attack because the available ciphertext does not display the pattern of the key.  Involves an arbitrarily long non-repeating sequence of numbers that are combined with the plaintext.
  • 32. The “Perfect” Substitution Cipher Vernam Cipher (One Time Pad)  Compared with most cryptosystems it is very simple.  To use a one time pad, you need two copies of the “pad” (also known as the key) which is a block of truly random data at least as long as the message you wish to encode.  If the data on the pad is not truly random the security of the pad is compromised.
  • 33. The “Perfect” Substitution Cipher Example:  Assume that the alphabetic letters are combined by sum mod 26 with a stream of random two-digit numbers. Plaintext : V E R N A M C I P H E R Numerical Value : 21 4 17 13 0 12 2 8 15 7 4 17 +random number : 76 48 16 82 44 3 58 11 60 5 48 88 = sum : 97 52 33 95 44 15 60 19 75 12 52 105 mod 26 : 19 0 7 17 18 15 8 19 23 12 0 1 ciphertext : T A H R S P I T X M A B
  • 34. The “Perfect” Substitution Cipher  Note:  random number 48 happen to fall at the places of repeated letters, accounting for repeated ciphertext A but however highly unlikely.  repeated letter t comes from different plaintext letter
  • 35. The “Perfect” Substitution Cipher Binary Vernam Cipher  Works just as well as “alphabets”.  Example :  This operation is perform on each letter in sequence. Plaintext: 1 0 1 1 0 1 1 0 0 1 0 1 0 1 1 1 0 0 1 0 1 1 0 1 Input Bits Output BitsMessage Pad 0 0 0 0 0 0 1 1 1 1 1 1
  • 36. The “Perfect” Substitution Cipher Vernam Cipher (One Time Pad)  Systems using perfect random, non-repeating keys which is endless and senseless  Random key used once, and only once.  It is the only unbreakable cryptography system  Unbreakable in theory:  the key neither repeats, nor recurs, nor makes sense, nor erects internal frameworks  perfect randomness nullifies any horizontal, or lengthwise cohesion
  • 37. The “Perfect” Substitution Cipher Vernam Cipher (One Time Pad)  Why wouldn't it be used today?  Sender and receiver need to be perfectly synchronized  It would not work for a T1 communication line:  If receiver is off by a bit (bit dropped during transmission) the plaintext will not make any sense  If bits are altered during transmission (noise hit) those bits will decrypt incorrectly  It does not provides authenticity, only confidentiality
  • 38. Transpositions (Permutations)  The plaintext remains the same, but the order of characters is shuffled around – example: shuffle secret to etcrse  Arrangement was classically done with the aid of some type of geometric figure, usually 2-dimensional array (matrix).  Transposition is not a permutation of alphabet characters but a permutation of places:  letters retain their identity but lose their position  there is a permutation of the plaintext letters
  • 40. Transpositions (Permutations) Transposition Cipher: Columnar  Encryption: Plaintext is written horizontally onto the matrix of of fixed width and the ciphertext is read off vertically.  Decryption: Ciphertext is written vertically onto the same matrix of identical width and then reading the plaintext off horizontally.  Example : Plaintext is RENAISSANCE is written into a 3 x 4 matrix as follows R E N A I S S A N C E the resulting cipher text is RINESCNSEAA
  • 41. Transpositions (Permutations) Double Transposition Algorithm  Involves 2 columnar transposition, with different numbers of columns, applied one after the other.  Example: Single Columnar T H (I S) I S A (M E) S S A (G E) T O S (H O) W H O (W A) C O L (U M) N A R (T R) A N S (P O) S I T (I O) N W O (R K) S Produces : TSSOH OANIW HAASO LRSTO (I(M(G(H(W (U(T(P(I(R S)E)E)O)A) M)R)O)O)K) ISTWC NASNS
  • 42. Transpositions (Permutations)  Second transposition written in an 8 by 7 matrix:  Can you write down the result? T S S O H O A N I W H A A S O L R S T O (I (M (G (H (W (U (T (P (I (R S) E) E) O) A) M) R) O) O) K) I S T W C N A S N S X X X X X X
  • 43. Transpositions (Permutations)  Extra position must be filled with a padding character, eg. X  However the X’s filling the last row stands out. Better way is to use letters that are frequently used so that it would not be possible to identify the padding character.
  • 44. Stream vsBlock Ciphers  Stream cipher – encrypt one symbol of plaintext immediately into a symbol of ciphertext  Block cipher – encrypt a group of plaintext symbols as one block.
  • 45. Stream vs Block Ciphers Advantages of stream ciphers:  Speed of transmission – each symbol is encrypted alone, each symbol is encrypted as soon as it is read.  Low error propagation – an error in the encryption process affects only that character (each symbol is separately encoded). Disadvantages of stream ciphers:  Low diffusion where all information of the symbol contained in one symbol of the ciphertext – cryptanalyst consider each ciphertext as a separate entity.  Susceptibility to malicious insertion & modification – interceptor who has broken the code can splice together pieces of previous message and transmit a spurious new message that may look authentic.
  • 46. Stream vs Block Ciphers Advantages of block ciphers:  Diffusion – one ciphertext block may depend on several plaintext letters.  Immunity to insertions – because of block of symbols are enciphered, impossible to insert a single symbol into one block. Disadvantages of block ciphers:  Slowness of encryption – block cipher must wait until an entire block of plaintext symbols has been received before starting the encryption process.  Error propagation – an error will affect the the transformation of all other characters in the same block.
  • 47. Characteristics of “Good” Ciphers Shannon Characteristics  The amount of secrecy needed should determine the amount of labor appropriate for the encryption and decryption.  The set of keys and the enciphering algorithm should be free from complexity.  The implementation of the process should be as simple as possible.  Errors in ciphering should not propagate and cause corruption of further information in the message.  The size of the enciphered text should be no larger than the text of the original message.
  • 48. Characteristics of “Good” Ciphers  Confusion – Interceptor should not be able to predict what changing one character in the plaintext will do to the ciphertext.  Diffusion – Changes in the plaintext should affect many parts of the ciphertext. Good diffusion means that the interceptor needs access to much ciphertext to infer the algorithm.