Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this problem, you will examine why techniques that work nicely for error correction codes are not suited as cryptographic hash functions. You will look

In this problem, you will examine why techniques that work nicely for error correction codes
are not suited as cryptographic hash functions. You will look at a hash function that computes
an 8- bit hash value by applying the following equation:
Ci = bi1+ bi2+ bi3+ bi4+ bi5+ bi6+ bi7+ bi8
Every block of 8 bits constitutes an ASCII encoded character.
a. Encode the string CIPHER to its binary or hexadecimal representation.
b. Calculate the (6-bit long) hash value of the character string using the previously
defined equation.
c.Break the hash function by pointing out how it is possible to find (meaningful)
character strings which result in the same hash value. Provide an appropriate
example showing your work; that is, show how your strings hash matches that of
CIPHER.
d. Which crucial property of hash functions is missing in this case?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts of Database Management

Authors: Philip J. Pratt, Joseph J. Adamski

7th edition

978-1111825911, 1111825912, 978-1133684374, 1133684378, 978-111182591

More Books

Students also viewed these Databases questions

Question

Explain the process of biochemistry

Answered: 1 week ago