Showing posts with label extensions. Show all posts
Showing posts with label extensions. Show all posts

Friday, October 28, 2011

SSL Encryption and why you should use it.

SSL encryption, signified by https:// in the beginning url, is a way to encrypt your data so packet sniffers can not steal your data. (It is still possible for them to do so, but it is much harder and not worth the effort to them)
Wikipedia article
Sites like twitter do not use https:// by default and this can be a major problem. However, instead of typing in https://twitter.com all the time, which can be a pain, you can get an extension for your browser that automatically redirects you to the secure version of a site.
For Chrome, there is https everywhere (what I am using).
For Firefox, you can get Force TLS, which does the same thing as the one for Chrome.
For IE, well... yeah. Nothing. Not really anyways. Even if there was some toolbar from yahoo with free smileys that did use https for everything, it would probably do a lot more things that you would want it to. If you do have a good extension that does this, leave a comment.

Some great sites like gmail, set the login page to be https by default, so you never even have to worry about it.
More notes on https:
You probably noticed that Chrome had https everywhere while Firefox had Force TLS. However, https, SSL encryption, and TLS are all synonymous.

  • The 's' in https stand for secure
  • TLS stands for Transport Layer Security
  • SSL stands for Secure Sockets Layer
  • SSL was originally developed by Netscape.
  • SSL 1.0 was never released to the public
Important facts:
  1. People can steal your password if you are not using any encryption
  2. People can steal your password in seconds if you are on the same network as them and do not use https
  3. Even if you use https, people can get your password through other means. Get a strong password.
Leave a comment! (Did you already know about this, do you have better extensions you would like to share, was my short article understandable?)

For All Blog Posts

If you have any questions, comments, ideas, or requests, please leave a comment. If you would like information added to the article, please say so in your comment or send me an email at cqanda@gmail.com