InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following uses a 128bit round key to encrypt the data using XOR and use it in reverse to decrypt it?(a) Round key algorithm(b) Public key algorithm(c) Advanced Encryption Standard(d) Asymmetric key algorithmThe question was posed to me in an interview for job.I want to ask this question from Encryption and Its Applications in portion Database Programming Techniques of Database Management |
|
Answer» CORRECT choice is (c) Advanced Encryption STANDARD To explain: The standard is based on the RIJNDAEL algorithm. |
|