Please advise for encryption in flash that can be decrypted easily in PHP.
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
For Flash you can http://code.google.com/p/as3crypto/ it supports
PHP you can use
mycrypt
http://www.php.net/manual/en/mcrypt.examples.php RSA, DES, AES, Blowfish, MD5, SHA, X509, RC4 all the above encryption also supportedFlash Class Example
PHP Class Example
Usage flash
Usage PHP