SSL and packet sniffing with Wireshark.

SSL stands for the secured socket layer and it is the way many websites handle encrypting your data as you communicate to them and helping you to verify that they are who you think they are, making it more difficult for others to view your traffic. As simple as using SSL is, many services don’t use it. What happens then? Well if an eavesdropper, let’s call her Eve, is somewhere on the same network as you are, for example if you are at a coffee house and she is sitting a few tables down from you, she can run any number of freely available tools (or one she wrote herself) to observe your network traffic. Sounds like a rather far fetched scenario, if you aren’t familiar with how easy it is to be Eve(il) if you so choose. Read More …