Traditional Symmetric-Key Ciphers. A Biswas, IT, BESU Shibpur

Similar documents
Chapter 3 Traditional Symmetric-Key Ciphers 3.1

UNIT - II Traditional Symmetric-Key Ciphers. Cryptography & Network Security - Behrouz A. Forouzan

CRYPTOLOGY KEY MANAGEMENT CRYPTOGRAPHY CRYPTANALYSIS. Cryptanalytic. Brute-Force. Ciphertext-only Known-plaintext Chosen-plaintext Chosen-ciphertext

L2. An Introduction to Classical Cryptosystems. Rocky K. C. Chang, 23 January 2015

Chapter 2: Classical Encryption Techniques

Cryptography and Network Security 2. Symmetric Ciphers. Lectured by Nguyễn Đức Thái

Introduction to Network Security Missouri S&T University CPE 5420 Cryptology Overview

Classical Encryption Techniques. CSS 322 Security and Cryptography

10/3/2017. Cryptography and Network Security. Sixth Edition by William Stallings

Overview of Conventional Encryption Techniques

Classical Encryption Techniques

CLASSICAL CRYPTOGRAPHY. A Brief Reference for Self Build Crypto assignment

Cryptography Introduction to Computer Security. Chapter 8

PART I Symmetric Ciphers

Module 13 Network Security. Version 1 ECE, IIT Kharagpur

Sankalchand Patel College of Engineering, Visnagar B.E. Semester V (CE/IT) INFORMATION SECURITY Practical List

Substitution Ciphers, continued. 3. Polyalphabetic: Use multiple maps from the plaintext alphabet to the ciphertext alphabet.

Cryptography and Network Security. Lecture 02 Symmetric Encryption. Ediz ŞAYKOL

UNIT 2 CLASSICAL ENCRYPTION TECHNIQUES

Cryptography and Network Security

Cryptography Symmetric Encryption Class 2

2

Cryptosystems. Truong Tuan Anh CSE-HCMUT

CSCE 715: Network Systems Security

2/7/2013. CS 472 Network and System Security. Mohammad Almalag Lecture 2 January 22, Introduction To Cryptography

Cryptography and Network Security Chapter 2

Classical Cryptography. Thierry Sans

Behrang Noohi. 22 July Behrang Noohi (QMUL) 1 / 18

Classical Cryptography

ICT 6541 Applied Cryptography. Hossen Asiful Mustafa

CSC 580 Cryptography and Computer Security

Classical Encryption Techniques

OVE EDFORS ELECTRICAL AND INFORMATION TECHNOLOGY

Introduction to Software Security Crypto Basics (Chapter 2)

Module 1: Classical Symmetric Ciphers

Cryptography Part II Introduction to Computer Security. Chapter 8

CSCE 813 Internet Security Symmetric Cryptography

Cryptography. Submitted to:- Ms Poonam Sharma Faculty, ABS,Manesar. Submitted by:- Hardeep Gaurav Jain

CSC 474/574 Information Systems Security

CHAPTER 1 INTRODUCTION TO CRYPTOGRAPHY. Badran Awad Computer Department Palestine Technical college

Cryptography and Network Security

Cryptography Symmetric Cryptography Asymmetric Cryptography Internet Communication. Telling Secrets. Secret Writing Through the Ages.

Outline Basics of Data Encryption CS 239 Computer Security January 24, 2005

Computer Security. 08r. Pre-exam 2 Last-minute Review Cryptography. Paul Krzyzanowski. Rutgers University. Spring 2018

JNTU World JNTU World. JNTU World. Cryptography and Network Security. Downloaded From JNTU World ( )( )JNTU World

CSEC 507: APPLIED CRYPTOLOGY Historical Introduction to Cryptology

Introduction to Cryptography. Lecture 1. Benny Pinkas. Administrative Details. Bibliography. In the Library

Introduction to Cryptography. Lecture 1

CSCI 454/554 Computer and Network Security. Topic 2. Introduction to Cryptography

Introduction to Cryptography CS 136 Computer Security Peter Reiher October 9, 2014

CPSC 467b: Cryptography and Computer Security

COMP4109 : Applied Cryptography

T H E U N I V E R S I T Y O F B R I T I S H C O L U M B I A. Introduction to Cryptography

A Tour of Classical and Modern Cryptography

Goals of Modern Cryptography

Cryptography MIS

Chapter 30 Cryptography 30.1

Nature Sunday Academy Lesson Plan

Basic Concepts and Definitions. CSC/ECE 574 Computer and Network Security. Outline

ENGR/CS 101 CS Session Lecture 5

Innovation and Cryptoventures. Cryptology. Campbell R. Harvey. Duke University and NBER

Shared Secret = Trust

Introduction to Cryptography

Lecture 2. Cryptography: History + Simple Encryption,Methods & Preliminaries. Cryptography can be used at different levels

2.3 SUBTITUTION CIPHERS.

Classic Cryptography: From Caesar to the Hot Line

Outline. Cryptography. Encryption/Decryption. Basic Concepts and Definitions. Cryptography vs. Steganography. Cryptography: the art of secret writing

Cryptography Functions

Some Stuff About Crypto

Cryptography Worksheet

Information Systems Security

ENCRYPTION USING LESTER HILL CIPHER ALGORITHM

Survey: Recent Modifications in Vigenere Cipher

Introduction. CSE 5351: Introduction to cryptography Reading assignment: Chapter 1 of Katz & Lindell

A New Symmetric Key Algorithm for Modern Cryptography Rupesh Kumar 1 Sanjay Patel 2 Purushottam Patel 3 Rakesh Patel 4

IS 2150 / TEL 2810 Information Security and Privacy

A Modified Playfair Encryption Using Fibonacci Numbers

CCNA Security 1.1 Instructional Resource

Study Guide to Mideterm Exam

Introduction to Symmetric Cryptography

Private-Key Encryption

Java Applets for a Cryptology Course. Ulrich A. Hoensch Rocky Mountain College Billings, Montana

Network Security 網路安全. Lecture 3 March 16, 2015 洪國寶

CIS 3362 Final Exam 12/4/2013. Name:

Block Encryption and DES

Introduction to Cryptology ENEE 459E/CMSC 498R. Lecture 1 1/26/2017

Tuesday, January 17, 17. Crypto - mini lecture 1

Security Analysis and Modification of Classical Encryption Scheme

2.1 Basic Cryptography Concepts

Introduction to Cryptology. Lecture 2

Polyalphabetic cyphers

Worksheet - Reading Guide for Keys and Passwords

Security: Cryptography

CPSC 467: Cryptography and Computer Security

APNIC elearning: Cryptography Basics

Introduction Classical Confidentiality Modern Confidentiality Integrity Authentication

Cryptography. Andreas Hülsing. 6 September 2016

Foundations of Cryptology

CIT 380: Securing Computer Systems. Symmetric Cryptography

Conventional Encryption Principles Conventional Encryption Algorithms Cipher Block Modes of Operation Location of Encryption Devices Key Distribution

Transcription:

Traditional Symmetric-Key Ciphers A Biswas, IT, BESU Shibpur

General idea of symmetric-key cipher The original message from Alice to Bob is called plaintext; the message that is sent through the channel is called the ciphertext. To create the ciphertext from the plaintext, Alice uses an encryption algorithm and a shared secret key. To create the plaintext from ciphertext, Bob uses a decryption algorithm and the same secret key.

If P is the plaintext, C is the ciphertext, and K is the key, We assume that Bob creates P 1 ; we prove that P 1 = P:

Locking and unlocking with the same key

Kerckhoff s Principle Based on Kerckhoff s principle, one should always assume that the adversary, Eve, knows the encryption/decryption algorithm. The resistance of the cipher to attack must be based only on the secrecy of the key.

Cryptanalysis As cryptography is the science and art of creating secret codes, cryptanalysis is the science and art of breaking those codes. Cryptanalysis attacks

Ciphertext-Only Attack Ciphertext-only attack

Known-Plaintext Attack Known-plaintext attack

Chosen-Plaintext Attack Chosen-plaintext attack

Chosen-Ciphertext Attack Chosen-ciphertext attack

SUBSTITUTION CIPHERS A substitution cipher replaces one symbol with another. Substitution ciphers can be categorized as either monoalphabetic ciphers or polyalphabetic ciphers. Note A substitution cipher replaces one symbol with another. 1 Monoalphabetic Ciphres 2 Polyalphabetic Ciphers

Monoalphabetic Ciphers Note In monoalphabetic substitution, the relationship between a symbol in the plaintext to a symbol in the ciphertext is always one-to-one.

Example The following shows a plaintext and its corresponding ciphertext. The cipher is probably monoalphabetic because both l s (els) are encrypted as O s. Example The following shows a plaintext and its corresponding ciphertext. The cipher is not monoalphabetic because each l (el) is encrypted by a different character.

Additive Cipher The simplest monoalphabetic cipher is the additive cipher. This cipher is sometimes called a shift cipher and sometimes a Caesar cipher, but the term additive cipher better reveals its mathematical nature. Plaintext and ciphertext in Z 26

Additive cipher Note When the cipher is additive, the plaintext, ciphertext, and key are integers in Z 26.

Example Use the additive cipher with key = 15 to encrypt the message hello. Solution We apply the encryption algorithm to the plaintext, character by character:

Example Use the additive cipher with key = 15 to decrypt the message WTAAD. Solution We apply the decryption algorithm to the plaintext character by character:

Shift Cipher and Caesar Cipher Historically, additive ciphers are called shift ciphers. Julius Caesar used an additive cipher to communicate with his officers. For this reason, additive ciphers are sometimes referred to as the Caesar cipher. Caesar used a key of 3 for his communications. Note Additive ciphers are sometimes referred to as shift ciphers or Caesar cipher.

Example Eve has intercepted the ciphertext UVACLYFZLJBYL. Show how she can use a brute-force attack to break the cipher. Solution Eve tries keys from 1 to 7. With a key of 7, the plaintext is not very secure, which makes sense.

Frequency of characters in English Frequency of diagrams and trigrams

Example Eve has intercepted the following ciphertext. Using a statistical attack, find the plaintext. Solution When Eve tabulates the frequency of letters in this ciphertext, she gets: I =14, V =13, S =12, and so on. The most common character is I with 14 occurrences. This means key = 4.

Multiplicative Ciphers Multiplicative cipher Note In a multiplicative cipher, the plaintext and ciphertext are integers in Z 26 ; the key is an integer in Z 26 *.

Example What is the key domain for any multiplicative cipher? Solution The key needs to be in Z 26 *. This set has only 12 members: 1, 3, 5, 7, 9, 11, 15, 17, 19, 21, 23, 25. Example We use a multiplicative cipher to encrypt the message hello with a key of 7. The ciphertext is XCZZU.

Affine Ciphers Affine cipher

Example The affine cipher uses a pair of keys in which the first key is from Z 26 * and the second is from Z 26. The size of the key domain is 26 12 = 312. Example Use an affine cipher to encrypt the message hello with the key pair (7, 2).

Example Use the affine cipher to decrypt the message ZEBBW with the key pair (7, 2) in modulus 26. Solution Example The additive cipher is a special case of an affine cipher in which k 1 = 1. The multiplicative cipher is a special case of affine cipher in which k 2 = 0.

Monoalphabetic Substitution Cipher Because additive, multiplicative, and affine ciphers have small key domains, they are very vulnerable to brute-force attack. A better solution is to create a mapping between each plaintext character and the corresponding ciphertext character. Alice and Bob can agree on a table showing the mapping for each character. Figure An example key for monoalphabetic substitution cipher

Example We can use the key in Figure to encrypt the message The ciphertext is

Polyalphabetic Ciphers In polyalphabetic substitution, each occurrence of a character may have a different substitute. The relationship between a character in the plaintext to a character in the ciphertext is one-to-many. Autokey Cipher

Example Assume that Alice and Bob agreed to use an autokey cipher with initial key value k 1 = 12. Now Alice wants to send Bob the message Attack is today. Enciphering is done character by character.

Cryptanalysis of Autokey Cipher Vulnerable to brute-force attack as the additive cipher. The first sub-key can be from one of the 25 values.

Playfair Cipher 1. Group the letters in pair. 2. If two letters are same, a bogus letter is inserted. 3. If the number of characters are odd, insert a bogus letter 4. If two letters in the same row, encrypted letter is on the on the right (wrapped around). 5. If two letters are in the same column, use the letter beneath for encryption. 6. If two letters are not in the same column or row, then use a letter from its own row but in the same column as the other letter.

Playfair Cipher Figure An example of a secret key in the Playfair cipher Example Let us encrypt the plaintext hello using the key.

Playfair Cipher Cryptanalysis: Brute force attack is difficult as the size of the key domain is 25! Single letter frequency is obscured. But digrams are preserved.

Vigenere Cipher The key stream is a repetition of an initial secret key stream of length m, 1<= m <=26. The Vigenere key stream does not depend upon the plaintext characters; it depends on the position of the character in the plain text.

Vigenere Cipher Example We can encrypt the message She is listening using the 6- character keyword PASCAL.

Example Let us see how we can 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).

Example Vigenere cipher can be seen as combinations of m additive ciphers. Figure A Vigenere cipher as a combination of m additive ciphers

Example The additive cipher is a special case of Vigenere cipher in which m = 1. A Vigenere Tableau

Example Vigenere Cipher (Crypanalysis) Let us assume we have intercepted the following ciphertext: The Kasiski test for repetition of three-character segments yields the results :-

Example Let us assume we have intercepted the following ciphertext: The Kasiski test for repetition of three-character segments yields the results

Example The greatest common divisor of differences is 4, which means that the key length is multiple of 4. First try m = 4. In this case, the plaintext makes sense.

Hill Cipher Figure Key in the Hill cipher Note The key matrix in the Hill cipher needs to have a multiplicative inverse.

Example For example, the plaintext code is ready can make a 3 4 matrix when adding extra bogus character z to the last block and removing the spaces. The ciphertext is OHKNIHGKLISS. Figure Example

Example Assume that Eve knows that m = 3. She has intercepted three plaintext/ciphertext pair blocks (not necessarily from the same message)

Example She makes matrices P and C from these pairs. Because P is invertible, she inverts the P matrix and multiplies it by C to get the K matrix Figure Now she has the key and can break any ciphertext encrypted with that key.

One-Time Pad One of the goals of cryptography is perfect secrecy. A study by Shannon has shown that perfect secrecy can be achieved if each plaintext symbol is encrypted with a key randomly chosen from a key domain. This idea is used in a cipher called one-time pad, invented by Vernam. The key is changed each time the sender sends a new message.

Rotor Cipher Figure A rotor cipher

Enigma Machine Figure A schematic of the Enigma machine

TRANSPOSITION CIPHERS A transposition cipher does not substitute one symbol for another, instead it changes the location of the symbols. Note A transposition cipher reorders symbols. 1 Keyless Transposition Ciphers 2 Keyed Transposition Ciphers 3 Combining Two Approaches

Keyless Transposition Ciphers Reorders the symbols. Simple transposition ciphers, which were used in the past, are keyless. Example A good example of a keyless cipher using the first method is the 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.

Example The cipher in Example is actually a transposition cipher. The following shows the permutation of each character in the plaintext into the ciphertext based on the positions. The second character in the plaintext has moved to the fifth position in the ciphertext; the third character has moved to the ninth position; and so on. Although the characters are permuted, there is a pattern in the permutation: (01, 05, 09, 13), (02, 06, 10, 13), (03, 07, 11, 15), and (08, 12). In each section, the difference between the two adjacent numbers is 4.

Keyed Transposition Ciphers The keyless ciphers permute the characters by using writing plaintext in one way and reading it in another way. The permutation is done on the whole plaintext to create the whole ciphertext. Another method is to divide the plaintext into groups of predetermined size, called blocks, and then use a key to permute the characters in each block separately.

Example Alice needs to send the message Enemy attacks tonight to Bob.. The key used for encryption and decryption is a permutation key, which shows how the character are permuted. The permutation yields

Combining Two Approaches Example Figure

Keys In Example a single key was used in two directions for the column exchange: downward for encryption, upward for decryption. It is customary to create two keys. Figure Encryption/decryption keys in transpositional ciphers

Figure Key inversion in a transposition cipher

Using Matrices We can use matrices to show the encryption/decryption process for a transposition cipher. Example Figure Representation of the key as a matrix in the transposition cipher

Example Figure shows the encryption process. Multiplying the 4 5 plaintext matrix by the 5 5 encryption key gives the 4 5 ciphertext matrix. Figure Representation of the key as a matrix in the transposition cipher

Double Transposition Ciphers Figure Double transposition cipher

STREAM AND BLOCK CIPHERS The literature divides the symmetric ciphers into two broad categories: stream ciphers and block ciphers. 1 Stream Ciphers 2 Block Ciphers 3 Combination

Stream Ciphers Call the plaintext stream P, the ciphertext stream C, and the key stream K. Figure Stream cipher

Example Additive ciphers can be categorized as stream ciphers in which the key stream is the repeated value of the key. In other words, the key stream is considered as a predetermined stream of keys or K = (k, k,, k). In this cipher, however, each character in the ciphertext depends only on the corresponding character in the plaintext, because the key stream is generated independently. Example The monoalphabetic substitution ciphers discussed in this chapter are also stream ciphers. However, each value of the key stream in this case is the mapping of the current plaintext character to the corresponding ciphertext character in the mapping table.

Example Vigenere ciphers are also stream ciphers according to the definition. In this case, the key stream is a repetition of m values, where m is the size of the keyword. In other words, Example We can establish a criterion to divide stream ciphers based on their key streams. We can say that a stream cipher is a monoalphabetic cipher if the value of k i does not depend on the position of the plaintext character in the plaintext stream; otherwise, the cipher is polyalphabetic.

Example Additive ciphers are definitely monoalphabetic because k i in the key stream is fixed; it does not depend on the position of the character in the plaintext. Monoalphabetic substitution ciphers are monoalphabetic because k i does not depend on the position of the corresponding character in the plaintext stream; it depends only on the value of the plaintext character. Vigenere ciphers are polyalphabetic ciphers because k i definitely depends on the position of the plaintext character. However, the dependency is cyclic. The key is the same for two characters m positions apart.

Stream Ciphers In a block cipher, a group of plaintext symbols of size m (m > 1) are encrypted together creating a group of ciphertext of the same size. A single key is used to encrypt the whole block even if the key is made of multiple values. Figure shows the concept of a block cipher. Figure Block cipher

Example Playfair ciphers are block ciphers. The size of the block is m = 2. Two characters are encrypted together. Example Hill ciphers are block ciphers. A block of plaintext, of size 2 or more is encrypted together using a single key (a matrix). In these ciphers, the value of each character in the ciphertext depends on all the values of the characters in the plaintext. Although the key is made of m m values, it is considered as a single key. Example From the definition of the block cipher, it is clear that every block cipher is a polyalphabetic cipher because each character in a ciphertext block depends on all characters in the plaintext block.

Combination In practice, blocks of plaintext are encrypted individually, but they use a stream of keys to encrypt the whole message block by block. In other words, the cipher is a block cipher when looking at the individual blocks, but it is a stream cipher when looking at the whole message considering each block as a single unit.