About HTTPS :

--

Http stands for “HyperText Transport Protocol Secure”. HTTPS is the same thing as HTTP But uses a secure socket layer (SSL) for security purposes. Some examples of sites that use HTTPS include banking and investment website, e-commerce websites, and most websites that require you to log in.

Websites that use the standard HTTP protocol transmit and receive data in an unsecured manner. This means it is possible for someone to eavesdrop(secretly listen to a conversation.) on the data being transferred between the user and the webserver. While this is highly unlikely, it is not a comforting thought that someone might be capturing your credit card number or other personal information that you enter on a website. Therefore, secure websites use the HTTPS protocol to encrypt the data being sent back and forth with SSL encryption. If someone were to capture the data being transferred via HTTPS, it would be unrecognizable.

You can tell if a website is secure by viewing the URL in the address field of your Web Browser. If the web address starts with https://, you know you are accessing a secure website. Most browsers will also display a lock icon somewhere along the edge of the window to indicate the website you are currently visiting is secure. You can click the lock icon to view the security certificate that authenticates the website.

Encryption: The process of converting information or data into a code, especially to prevent unauthorized access.

--

--