Click to See Complete Forum and Search --> : http vs. https


FriendInNeed
07-07-2007, 09:48 AM
I know that https is just a secure version of http, but what about https is so secure?

ray326
07-07-2007, 11:11 AM
The content is encrypted using a public key encryption technique.

felgall
07-07-2007, 06:59 PM
All content passed back to the server from an http: page is plain text readable by anyone who has access.

All content passed back to the server from an https: page is only able to be decrypted by the server that has the security certificate that was used to encrypt it in the first place.