Purchase Solution

Data Encryption Problems

Not what you're looking for?

Ask Custom Question

2. For each of the following statements, determine whether or not the assertion is true and if it is, prove that it is. If it is not, prove that it is not.

a) DES operating on a general plaintext input first with key K1 and then with key K2 produces the same output as if K2 were first used and then K1.
b) Starting with a general English plaintext P and two mono-alphabetic substitution schema, M1 and M2, the outcome of M2 applied to (M1 applied to P) is the same as the outcome of M1 applied to (M2 applied to P).
c) Using two keys K1 and K2 and the Vigenere polyalphabetic method, the result of encrypting a general plaintext first with K1 and then encrypting the result with K2 is the same as first encrypting the plaintext with K2 and then the result with K1.

Purchase this Solution

Solution Summary

This solution explains how to solve the given data encryption problems by proving that the given statements are either true or false.

Solution Preview

** Please see the attached file for a Word formatted copy of the solution response **

Problem #2
(a) False. As far as I know, in the DES coding process, there is a filter called mbox. It is non-linear and very unstable. If you exchange the encryption keys K1 and K2, the output should have big differences.
(b) False. Here is an example.
Let P = "WORD", M1 and M2 ...

Purchase this Solution


Free BrainMass Quizzes
Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Javscript Basics

Quiz on basics of javascript programming language.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Basic Networking Questions

This quiz consists of some basic networking questions.