would someone kindly provide me with the simplest forms of encrypting a file with PHP using mcrypt "say .swf" and then decrypting it in my flex application?
thank you in advance.
ps: the file will be served to the Flex application through read_file($file); function.
Rami