This is something I've wondered for a long time. If I am, say, using Gmail over https, can someone read my IM conversations and emails if I use an unsecured wireless network? I assume that the data would be secure, since it is using an encrypted connection. Is there anything else to consider?
feedback
|
|
I would think that someone could still perform a man-in-the-middle attack if you're on unsecured wifi (or even secured wifi, if they happen to find a way to be allowed on). This is why you need to always check that the SSL connection shows up green in your address bar and/or manually double-check that the certificate is valid when using unsecured wifi. Assuming that the certificate is correct, then the SSL should protect your data. | |||||||||||||
feedback
|
|
I think your reasoning is correct; to read your information they would need to decrypt the SSL. There would just be one less level of encryption for them to break, in order to access the encrypted data. | |||
|
feedback
|
|
As long as your DNS and your browser's SSL rootkey servers are valid, then an attacker on the same unsecure wireless network as you cannot get into your SSL pipe with a server. DNS is the big vulnerability in this area - if your DNS chain of servers gets infected by an attacker than can make all manner of things appear to be secure but in fact be insecure. But if your question is whether a random hacker at an airport or coffee shop is going to be able to hack into your SSL pipe to your bank, the answer is almost certainly not. | |||
|
feedback
|
|
Anyway have in mind that only the data inside the http stream is encrypted but the URLs are not, so maybe someone can impersonate you. | |||
feedback
|
|
No network or encryption is ever going to be 100% secure. You could always encrypt your message yourself before you send it [you may have to write on word or notepad-encpypt then paste or attach to mail] but the person you are sending to would require the password and same system to open it. Depends on who is out there,what equipment they are using and how hard they want to read your mail. | |||
|
feedback
|
|
You also need to consider that the initial non-SSL pages are not protected. Most secured sites you visit will redirect you from an http to an https url when you go to the login page, but on an untrustworthy network, you might be sent somewhere else by a man in the middle instead. Consider that you could visit http://firstoverflowbank.com, which would usually redirect you to https://login.firstoverflowbank.com but on the unsecured network is set instead to send you to https://login.flrstoverflowbank.com instead. You likely won't notice, even if you take the time to check and the browser will show everything as being secure. To avoid this sort of thing, bookmark or type the https:// url directly, never rely on that redirect. | |||
|
feedback
|