Skip to main content
May 26, 2008
Question

Flash MD5 encryption ..how to read in php?

  • May 26, 2008
  • 2 replies
  • 611 views
Hello,
When you want to secure your variables that are send with POST or GET to an php script
for example you can do this encrypted with the MD5 mehtod.

But how do you encrypt this back in PHP to it's original value?

Or is this not the right way to do this?

This topic has been closed for replies.

2 replies

May 27, 2008
Hey, I found an md5 prototype today (while looking for something else) so I figured you could try it out. the link is at the bottom. good luck!

http://www.sephiroth.it/proto_detail.php?id=51
Damon Edwards
Inspiring
May 27, 2008
Here is a better set of classes for encryption.
http://code.google.com/p/as3corelib/
May 26, 2008
I don't think there is a md5 hasher native in flash (I could be wrong). Aside from that- if you want to send data secure you should make sure it's on a ssl connection.