08-14-2011, 04:03 AM | #23 | |
Captain
126
Rep 695
Posts |
Quote:
coincidence that the owner is from sj and you're from sf...i think not... |
|
Appreciate
0
|
08-14-2011, 05:02 AM | #25 | |
Agent Smith
280
Rep 3,344
Posts
Drives: 2016 i8
Join Date: Jan 2011
Location: The Matrix
|
Quote:
I just wanted to try and share a little information about SSL in general. It's funny that you quote the part that explains how SSL works. SSL is for data that is sent over the network. If you submit to an https url, the data will be encrypted and will be safe. This trick is used by a lot of high traffic sites that want a login form on their home page. They don't want to load the entire page in SSL because it is costly, but want to ensure the login form is posted securely. Don't believe me? Go to Facebook or Twitter, they both do the same thing. If you view the source of the page, the login forms post to https even though the page is loaded over non-SSL. Admittedly there are some flaws with this approach. The first has nothing to do with security, but rather it's a user issue. Without the secure lock, users won't think it's secure (which is the basis of your original screenshot). The second would mean you have much more to worry about. It actually relates to the part you quoted. SSL is not just for submitting encrypted data, but also for when you load the page itself. So when the server sends the webpage unencrypted to your computer, someone between you and the server could sniff that data and alter it. This isn't your personal info being picked up, but theoretically just as bad. They could simply alter the form to post to their own script and get your information, and even worse - they could make it seem as if it posted properly and send you along your way without you knowing it. As I mentioned earlier, if you view the source of the page, you can see if it's being posted to SSL or not. But of course, 99% of users aren't going to do that. With that being said, it's not directly insecure to submit to an https page, and you're more likely to fall victim to man-in-the-middle by using unencrypted wi-fi, which should be an obvious no-no anyways. tldr: http://www.sslshopper.com/article-ho...-with-ssl.html (I do cover the flaws in the last paragraph, but remember to read http://stackoverflow.com/questions/6...sl-login-forms to realize why man-in-the-middle is difficult) Hope you find that helpful.
__________________
The i8 needs a V8 amirite?
Last edited by skinrock; 08-14-2011 at 05:28 AM.. |
|
Appreciate
0
|
08-14-2011, 05:27 AM | #26 | |
Captain
126
Rep 695
Posts |
Quote:
|
|
Appreciate
0
|
08-14-2011, 05:30 AM | #27 |
Agent Smith
280
Rep 3,344
Posts
Drives: 2016 i8
Join Date: Jan 2011
Location: The Matrix
|
That's all I wanted it to be I am a web software engineer, so you can see why this might hit home. Sometimes I can get carried away on a topic where I know something lol.
__________________
The i8 needs a V8 amirite?
|
Appreciate
0
|
08-14-2011, 10:57 AM | #28 | |
Major General
3677
Rep 9,783
Posts |
Quote:
|
|
Appreciate
0
|
Post Reply |
Bookmarks |
|
|