What Doug said

 But, depending what you want to do you can also take a look at:

http://ascrypt3.riaforge.org/index.cfm  ( My open source project )  and
http://crypto.hurlant.com/ | http://z3labs.com/2007/03/05/as3crypto/ (An alternate open source crypto project, which has more options than mine )

 I'd love to find some type of public / private key support in Flex.

At 12:43 PM 4/9/2007, Doug Lowder wrote:

The AS3 corelib has an MD5 algorithm implemented.

<http://labs.adobe.com/wiki/index.php/ActionScript_3:resources:apis:libraries>http://labs.adobe.com/wiki/index.php/ActionScript_3:resources:apis:libraries

Probably the safest way to send data, though, would be to send over HTTPS rather than HTTP. If your data really are of a sensitive nature, then your server should be configured to accept HTTPS/SSL connections. Part of security is also verifying that the server you are communicating with is who you think it is; data encryption alone won't accomplish that, but SSL will.

HTH,
Doug


--- In flexcoders@yahoogroups.com, "André Rodrigues Pena" <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I'm looking for someway to encrypt the information I'm sending through
> HTTPService via POST.
>
> I need this information to be decrypted inside a JSP script at the
> back-end. So I need a encryption method that has a corresponding
> decryption method at server-side (Java)
>
> I'm not experienced with cryptography. If you already solved some
> problem like that. Please help.
>
> --
> André Rodrigues Pena
>


--
Jeffry Houser, Software Developer, Writer, Songwriter, Recording Engineer
AIM: Reboog711  | Phone: 1-203-379-0773
--
My Company: <http://www.dot-com-it.com>
My Podcast: <http://www.theflexshow.com>
My Blog: <http://www.jeffryhouser.com>
Connecticut Macromedia User Group: <http://www.ctmug.com>

Reply via email to