The Transport Layer Security (TLS) protocol

The Transport Layer Security (TLS) protocol is a pretty good encryption mechanism, it will take current computers very, very, very long time to decrypt TLS encryption. I am not sure if TLS encryption is vulnerable to quantum computing. Quantum computing is really-really fast, but it is at its infancy at this time.

TLS encryption is used in HTTPs pages.

TLS uses both asymmetric and symmetric encryption. Asymmetric encryption is used to pass secret key, used to encrypt the data, and symmetric encryption is used for the data.

Using symmetric encryption is much faster and less resource intensive, than asymmetric encryption.

YouTube video

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator