views:

64

answers:

3

how can i encrypt data in flash? is there a toolkit or class or something that can help me do that ?

A: 

Have you seen this article at the Adobe Developer Connection? Other than follow the advice in the article, I don't necessarily see why you couldn't just use something like HTTPS (although, admittedly, my knowledge of Flash is limited).

JasCav
+1  A: 

as3crypto

Amarghosh
+1  A: 

Don't forget about as3corelib which offers some decent implementations of common encryption schemes.

http://code.google.com/p/as3corelib/

Didde