javaactionscript-3encryptionencryption-asymmetric

ActionScript3 & Java encryption / decryption


I've got a flash client that communicates with a server. The server-side code is in java. I'd like to be able to encrypt the communication, so it has to be an algorithm that has libraries for both as3 & java.

Speed if more important than the security of the encryption, and ideally it would use asymmetric key encryption.

AES and Blowfish seem like they would work from what I've seen. But both use symmetric keys.

Any ideas?


Solution

  • AS3Crypto is a port of the popular Java/C# library BouncyCastle. That works just great.