Symmetric encryption and decryption
Symmetric encryption and decryption is an algorithm where same key is used for both processes.
This key need to be shared in private. The opposite of symmetric encryption is asymmetric encryption where encryption and decryption keys are different.
Comments
Post a Comment