 Block size = 8 bits  Hash size = 8 bits  Encryption function: Divide the key into two halves: LK and RK; Divide the plaintext into two halves: LT and RT; Then ciphertext= LC||RC where LC=LK XOR RT; and RC = RK XOR LT; where LC, RC, LT, and RT are each 4 bits; Plaintext and ciphertext are each 8 bits.  g(H) = an 8-bit string that is equal to the complement of bits in H; For example, if H=A3 (Hexa) = 10100011 (binary); then g(H)= 01011100  H0 = Initial hash = 11001010   Given a message m: CAB2 (in Hexa); Q1. Determine the hash (in hexadecimal) of the message M using Martyas-Meyer-Oseas hash function (Fig. 11.7). Q.2 Determine the hash (in hexadecimal) of the message M using Davis-Meyer hash function (Fig. 11.6) Q.3 Determine the hash (in hexadecimal) of the message M using Migayuchi-Preneel hash function (Fig. 11.6)

icon
Related questions
Question

 Block size = 8 bits
 Hash size = 8 bits
 Encryption function: Divide the key into two halves: LK and RK; Divide the plaintext into two
halves: LT and RT; Then ciphertext= LC||RC where LC=LK XOR RT; and RC = RK XOR LT;
where LC, RC, LT, and RT are each 4 bits; Plaintext and ciphertext are each 8 bits.
 g(H) = an 8-bit string that is equal to the complement of bits in H; For example, if H=A3 (Hexa)
= 10100011 (binary); then g(H)= 01011100
 H0 = Initial hash = 11001010

 

Given a message m: CAB2 (in Hexa);
Q1. Determine the hash (in hexadecimal) of the message M using Martyas-Meyer-Oseas hash
function (Fig. 11.7).

Q.2 Determine the hash (in hexadecimal) of the message M using Davis-Meyer hash function
(Fig. 11.6)

Q.3 Determine the hash (in hexadecimal) of the message M using Migayuchi-Preneel hash
function (Fig. 11.6)

 

Hj-1
eigggn
b
H-1
m
m
b
Н
Hị
Fig. 11.7 Davies-Meyer (left) and Miyaguchi-Preneel hash function constructions from block
ciphers
Transcribed Image Text:Hj-1 eigggn b H-1 m m b Н Hị Fig. 11.7 Davies-Meyer (left) and Miyaguchi-Preneel hash function constructions from block ciphers
X1 ... Xn
Hj-1 +
Hị
I
Fig. 11.6 The Matyas-Meyer-Oseas hash function construction from block ciphers
Transcribed Image Text:X1 ... Xn Hj-1 + Hị I Fig. 11.6 The Matyas-Meyer-Oseas hash function construction from block ciphers
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Hash Table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.