InterviewSolution
Saved Bookmarks
| 1. |
Assymmetric Encryption: Why can a message encrypted with the Public Key only be decrypted with the receiver’s appropriate Private Key?(a) Not true, the message can also be decrypted with the Public Key(b) A so called “one way function with back door” is applied for the encryption(c) The Public Key contains a special function which is used to encrypt the message and which can only be reversed by the appropriate Private Key(d) The encrypted message contains the function for decryption which identifies the Private KeyI got this question in an internship interview.This key question is from Encryption and Its Applications topic in portion Database Programming Techniques of Database Management |
|
Answer» Right ANSWER is (b) A so called “one way function with back DOOR” is applied for the encryption |
|