InterviewSolution
Saved Bookmarks
| 1. |
Public key encryption/decryption is not preferred because(a) it is slow(b) it is hardware/software intensive(c) it has a high computational load(d) all of the mentionedI got this question in an international level competition.This interesting question is from Public Keys and X.509 Certificates-I topic in portion Message Authentication Codes, Whirlpool Algorithm and Key Management and Distribution of Cryptograph & Network Security |
|
Answer» RIGHT choice is (d) all of the mentioned The explanation is: DUE to high computational load ( THUS being SLOW ) public key systems are not preferred for large cryptosystems and large networks. |
|