I found something about encrypt and decrypt for AS3
https://github.com/timkurvers/as3-crypto
but the document is not very clearly, any one can give me an example how can I do encrypt/decrypt in as3?
BTW, what is the suffix of algorithms like ecb, cbc, cfb, cfb8, ofb, what's the means. which should I use?