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 good 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 to send and fetch information using the RTMPE protocol. Is it in any way more secure than PHP for server side programming and using some other secure protocol to transfer information between the server and the client?
for now i'll stick to adobe flash media server till I'll find secured and easier methods to use with PHP.