Ask Question
14 September, 06:33

Public-key cryptography can be used for encryption (ElGamal for instance) and key exchange. Furthermore, it has some properties (such as nonrepudiation) which are not offered by secret key cryptography. So why do we still use symmetric cryptography in applications?

+2
Answers (2)
  1. 14 September, 06:51
    0
    Advantage symmetric cryptography

    Explanation:

    1. The same key is used to both encrypt and decrypt messages.

    2. Symmetric key algorithms are widely applied in various types of computer systems to improve data security.

    3. The security of symmetric encryption systems is based on the difficulty of randomly guessing the corresponding key to force them.

    4. The Advanced Encryption Standard (AES) widely used in both secure messaging applications and cloud storage is a prominent example of symmetric encryption.

    5. For every bit added to the length of a symmetric key, the difficulty of decrypting encryption using a brute force attack increases exponentially.
  2. 14 September, 07:02
    0
    data security and user privacy

    Explanation:Symmetric algorithms provide a fairly high level of security while at the same time allowing for messages to be encrypted and decrypted quickly. The relative simplicity of symmetric systems is also a logistical advantage, as they require less computing power than the asymmetric ones. In addition, the security provided by symmetric encryption can be scaled up simply by increasing key lengths. For every single bit added to the length of a symmetric key, the difficulty of cracking the encryption through a brute force attack increases exponentially.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Public-key cryptography can be used for encryption (ElGamal for instance) and key exchange. Furthermore, it has some properties (such as ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers