I have a flex application, running with amfphp and connected to wamp, I want to use a secure connection using ssl, but my whole application is running from the same swf file, would using ssl in that case mean that all the data, being sent and received between the server and client , encrypted? Because this is not what I'm trying to do, I only want to encrypt the sign up and sign in data.
please note that, I have log-in bar which is visible the whole time as long as the user is not signed in. in other words, I only want to secure some of the data being transferred not every thing. Is that possible? a tutorial or reading material would be highly appreciated
note: I'm using flex 3 and php/mysql in the back end, and amfphp to connect them.
Thanks