8/10/2010 9:19:09 PM
Title:
MD5
How to create md5 of a string in AIR. please help.Thanks.
8/10/2010 9:38:41 PM
you can use as3corelib to use the crypto class to use MD5 in flash ,see this link
http://code.google.com/p/as3corelib/source/browse/trunk/src/com/adobe/crypto/MD5.as?r=49
8/10/2010 9:48:21 PM
see this tutorial and how to use crypto class in flex of as3corelib.
http://ntt.cc/2008/12/03/as3corelib-tutorial-how-to-use-crypto-class-in-flex.html
8/11/2010 3:26:55 AM
Thankyou Troy.That was a good example.