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.

YouTube video

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator