Cyber SecurityBy : Sankalp - 16-Oct-2018 Distinguish between Asymmetric and symmetric encryption? Like 1 likes - 1 comments 1 2 3 4 5 6 7 8 9 10
Arpit16-Oct-2018
Symmetric is usually much faster but the key needs to be transferred over an unencrypted channel.
Asymmetric on the other hand is more secure but slow. Hence, a hybrid approach should be preferred. Setting up a channel using asymmetric encryption and then sending the data using symmetric process.