ufk
ufk

Reputation: 32104

encrypting data using blowfish under flash

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

Upvotes: 0

Views: 437

Answers (3)

Didde
Didde

Reputation: 76

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

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

Upvotes: 1

Amarghosh
Amarghosh

Reputation: 59451

as3crypto

Upvotes: 1

JasCav
JasCav

Reputation: 34632

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).

Upvotes: 0

Related Questions