
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The problem of sending a secret message using symmetric encryption with a deck of cards, and analyzes the maximum message length for achieving perfect secrecy. Additionally, it examines two proposed des key enhancements (desxk and desyk) and evaluates their impact on the complexity of brute-force key search.
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Problem 1 Symmetric encryption with a deck of cards. Alice shuttles a deck of cards and deals it all out to herself and Bob (each of them gets half of the 52 cards). They do not share any keys. Alice now wishes to send a secret message M to Bob by showing something (probably very very long) publicly. Eavesdropper Eve is listening in: she can see everything Alice shows, but Eve can’t see the cards. Suppose we want to achieve perfect secrecy; that is, Eve has no informa- tion at all about what is M. What is the maximum number of bits M can be in this scheme.
Problem 2 The following two keys enhancements to DES were proposed in order to increase the complexity of finding the keys by exhaustive search. Let us denote them as:
DESXk,k 1 (M ) = DESk(M ) ⊕ k 1 , (1) DESYk,k 1 (M ) = DESk(M ⊕ k 1 ) (2)
The key length is |k| = 56 and |k 1 | = 64 (k 1 is 64 bits because the block size for DES is 64 bits. Show that both these proposals do not increase the complexity of breaking the cryptosystem using brute-force key search. That is, the number of DES encryptions/decryptions is still in the order of