Re: SPAM-LOW: [flexcoders] Encryption in Flex and Decryption in ColdFusion.

2007-12-05 Thread Jeffry Houser
Which library? I've been able to successfully pass data back and forth between Flex and Crypto using AES. There are settings you need to specify (128 bit something?), but w/o pulling the code, I don't remember them. ivansebastiansurya wrote: Hi there, Has anyone attempted to

Re: SPAM-LOW: [flexcoders] Encryption in Flex and Decryption in ColdFusion.

2007-12-05 Thread ivansebastiansurya
Crypto? You mean ColdFusion? Seems like I can't decode the encoded string. Thanks. I use the library at http://crypto.hurlant.com/ Thanks, Ivan. --- In flexcoders@yahoogroups.com, Jeffry Houser [EMAIL PROTECTED] wrote: Which library? I've been able to successfully pass data back and

Re: SPAM-LOW: [flexcoders] Encryption in Flex and Decryption in ColdFusion.

2007-12-05 Thread Jeffry Houser
By Crypto I meant the AS3 library you link to, which is named As3 Crypto. I'm pulled up my code. You should be able to use the CryptoDemo to create a Key in Hex. Once you have the key, you should be able to do something like this in CF: cfset HexKey = 8738fed68e7677d374e0946c8f7bd3bb