In what way is symmetric encryption better than asymmetric encryption? Symmetric encryption uses shorter keys to achieve the same security. Triple-DES (112 bit effective) is roughly as difficult to break as 1500-bit RSA. As a result symmetric encryption is much faster, so when a large amount of data is encrypted, a symmetric algorithm like DES/Triple-DES is normally used.
|