Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Lets say you need to break a code that uses a basic block cipher, and breaking this particular code isnt illegal, immoral, or unethical. You

Lets say you need to break a code that uses a basic block cipher, and breaking this particular code isnt illegal, immoral, or unethical. You dont have the encryption or decryption matrices. Fortunately, you have the plaintext decryptme (no space) and its encrypted version 149 44 221 718 213 1052 523 150 835. Follow the instructions below to find the encryption and decryption matrices. Make good use of a CAS.

(a) Using the table in the document on basic block ciphers,1 convert the plaintext into a string of numbers, and break the string up into blocks of three (that is, vectors of three components each).

(b) Break up the encrypted message into blocks of three (that is, vectors of three components each).

(c) Use your results to set up one or more systems of equations that will help you determine the unknown entries of the decryption matrix. (Hint: Start with the matrix-vector equations

(Unknown decryption matrix) (Known encrypted text vector) = (Known plaintext vector).)

(d) Solve your system(s) and write down the decryption matrix.

(e) Test your decryption matrix by decrypting the message 149 44 221 718 213 1052 523 150 835 and comparing your result with the plaintext given above. TURN IN ALL OF YOUR CALCULATIONS AND RESULTS IN A COPY OF YOUR CAS FILE, in which your work is sensibly organized, clearly labeled, etc.

(f) Above, we assumed the decryption matrix was 33. If the decryption matrix were 44, instead, would the message decryptme have been long enough for us to break the code? Explain.

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

Practical Azure SQL Database For Modern Developers Building Applications In The Microsoft Cloud

Authors: Davide Mauri, Silvano Coriani, Anna Hoffma, Sanjay Mishra, Jovan Popovic

1st Edition

1484263693, 978-1484263693

More Books

Students also viewed these Databases questions

Question

What is the basis for Security Concerns in Cloud Computing?

Answered: 1 week ago

Question

Describe the three main Cloud Computing Environments.

Answered: 1 week ago