Question: 5- A simple encryption method is being used to encrypt a small number (called the secret number). The method by which this encryption works is

 5- A simple encryption method is being used to encrypt a

5- A simple encryption method is being used to encrypt a small number (called the secret number). The method by which this encryption works is as follows: I. Choose a random seed number II. Calculate the key by multiplying the seed with the secret under modulus 7 III. Finally, multiply the key with the secret to get the encrypted secret Example: If our secret number was 45 Randomly choose seed = 6 key = secret x seed (mod 7) = 45 x 6 (mod 7) Encrypted Secret = key x secret = 45 x 4 = 180 4 Based on this encryption method, when choosing the random seed, show which number should not be used, because it would result in the Secret and the Encrypted Secret being the same

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!