Encrypting data in transit

It is good idea to encrypt sensitive information in transit. Sensitive information includes passwords or credit card numbers. If the password is stolen then it is possible to access those resources that are protected by that password. For example it will be possible to access bank account online.

Sensitive data in transit is encrypted with SSL security. You usually see lock icon in a browser to know that this is a secure connection.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator