i want to create a flash application that sends information to a web server and i want the information to be encrypted and secured as possible.
i know that using adobe flash media server or wowza it's possible to have some sort of javascript server side programming (asc) and sending and fetching information using the rtmpe protocol. is it more secured in any way then using php for server side programming and using some other secured protocol to transfer information from the server to the client ?