Which of the following is a limitation of using symmetric encryption for securing communications?
Key distribution and management become challenging
Symmetric encryption uses a single shared secret key for both encrypting and decrypting the data, which makes it fast but creates a specific practical difficulty.
Its main limitation is that key distribution and management become challenging: the same secret key must somehow be delivered securely to every party that needs it, and if it is intercepted during that exchange, the security is broken.
Managing keys also scales poorly, because as the number of communicating users grows, the number of unique shared keys required grows very quickly.
Symmetric algorithms are actually computationally light and fast, so they use fewer resources than asymmetric encryption — this makes the "requires more computational resources" option incorrect.
For the same reason, the claim that the encryption and decryption process is "too slow" is wrong; symmetric ciphers are well suited to encrypting large volumes of data quickly.
Symmetric encryption can certainly be used for data at rest, such as encrypting stored files and full disks, so that option is also incorrect.
Therefore the genuine drawback is the secure exchange and handling of the shared key, making the correct answer Key distribution and management become challenging.
Which of the following is a secure method for encrypting emails to protect the content from unauthorized access?
What is the primary benefit of enabling encryption for data in transit on a network?
What is the main purpose of a Trojan horse in network and information security?
Which one of the following is usually used in the process of Wi-fi hacking?
A disruptive program that spreads from program to program or from disk to disk is known as a ______
Which mode is a block cipher implementation as a self synchronizing stream cipher?
U interface in ISDN is the interface between
Given below are two statements: One is labeled as Assertion (A) and the other is labeled as Reason (R) :
Statement I: In Caesar Cipher each letter of Plain text is replaced by another letter for encryption.
Statement II: Diffie-Hellman algorithm is used for exchange of secret key.
In the light of the above statements, choose the correct answer from the options given below: