Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

a) The plain text is the first letter of students' first name and the first letter of the last. For example, John Dole is JD.

image text in transcribed
a) The plain text is the first letter of students' first name and the first letter of the last. For example, John Dole is JD. For Chinese names, use pinyin. Find the HEX value of the letters in the ASCII code table, and translate it into 16 bit string. b) The key is generated from their student ID like 1620106. Take the ID as a decimal integer, translate it into a binary number, and take the last 16 bits as the key. If the length is less than 16, add 0 in front of the bit stream. For example, if John Dole's WID is 214348990, then its binary is 11001100 0110101101 0010111110. The last 16 bits is 1011010010111110. c) Using the above info to get the ciphertext. d) Using the above ciphertext and key to get the plaintext (challenging)

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

Automating Access Databases With Macros

Authors: Fish Davis

1st Edition

1797816349, 978-1797816340

More Books

Students also viewed these Databases questions