Friday, February 1, 2008

difference between http:// and https://

Here is an information that I would like to share (emailed by a friend). It is very important to know the difference between http:// and https:// is. It is all about keeping you secured. HTTP stands for Hyper Text Transport Protocol; which is just a fancy way of saying it's a protocol (a language, in a manner of speaking) for information to be passed back and forth between web servers and clients.

The important thing is the letter S which makes the difference between HTTP and HTTPS. The S (big surprise) stands for "Secure". If you visit a website or webpage and look at the address in the web browser, it will likely begin with the following: http:// This means that the website is talking to your browser using the regular 'unsecure' language. In other words, it is possible for someone to "eavesdrop" on your computer's conversation with the website.

If you fill out a form on the website, someone might see the information you send to that site. This is why you should never ever enter your credit card number in an http website! But if the web address begins with https:// that basically means your computer is talking to the website in a secure code that no one can "eavesdrop" on. You understand why this is so important, right? If a website ever asks you to enter your credit card information, you should automatically look to see if the web address begins with https:// If it doesn't, there's no way you're going to enter sensitive information like a credit card number!

Hmmmm I was kind of a little bit lost, so I got a second opinion from another friend who is an IT expert...here is his views and explaination: http:// is unsecured and all information ( data packets ) may be sinffed ( eavesdrop ) by using tool called sniffer. https:// is a secured website which means information ( data packets ) are encrypted and it makes more difficult for hackers to steal ( sniff ) information which is sent across the network ( internet ).

No comments: