Computer Science, asked by kitkrut7578, 11 months ago

What is one of the advantages of using both symmetric and asymmetric cryptography in ssl/tls?

Answers

Answered by DevilAkhil
0

Answer:

Symmetric keys are smaller than asymmetric, so they require less computational burden.

However, symmetric keys also have a major disadvantage—especially if you use them for securing data transfers. Because the same key is used for symmetric encryption and decryption, both you and the recipient need the key.

Answered by ibolbam
3

Answer:

Symmetric keys are smaller than asymmetric, so they require less computational burden. However, symmetric keys also have a major disadvantage—especially if you use them for securing data transfers. Because the same key is used for symmetric encryption and decryption, both you and the recipient need the key

Similar questions