InterviewSolution
Saved Bookmarks
| 1. |
Cryptographic algorithms are based on mathematical algorithms where these algorithms use ___________ for a secure transformation of data.(a) secret key(b) external programs(c) add-ons(d) secondary keyThis question was posed to me during a job interview.Question is from Types of Cryptography in division Cryptography in Security of Cyber Security |
|
Answer» CORRECT answer is (a) secret key The explanation: When plain TEXT is converted to unreadable format through some algorithms, that type of text is termed as cipher text. Cryptographic algorithms are BASED on mathematical algorithms where these algorithms use the secret key for a SECURE TRANSFORMATION of data. |
|