Encrypting HTML data

HTML data can be send via non-encrypted channel or via encrypted one. Encryption of data requires additional processing resources.

Non-encrypted communication may include publicly accessible blog post, however banking information or credentials to access a web resource need to be encrypted.

Web browsers indicate whether a web resource is encrypted or not.

It is a good idea to encrypt all of the data by default. It means there will be no headache to a computer person related to encryption.

YouTube video

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator