Skip to main content
Participating Frequently
February 21, 2012
Answered

md5 function in main.asc

  • February 21, 2012
  • 1 reply
  • 1091 views

Hello All,

How can I use md5 function in main.asc.

I am passing md5 token to main.asc, but I can not calculate md5 value in main.asc.

Regards,

Ivan

    This topic has been closed for replies.
    Correct answer

    There is no built in md5 method, but server side actionscript is javascript, so you can use any javascript md5 library with minimal modification. Lots of gpl and open results on google for that.

    1 reply

    Correct answer
    February 22, 2012

    There is no built in md5 method, but server side actionscript is javascript, so you can use any javascript md5 library with minimal modification. Lots of gpl and open results on google for that.

    ivanvidevAuthor
    Participating Frequently
    February 22, 2012

    Hello JayCharles,

    I succeed with javascript md5 integration.

    Thanks a lot!

    Regards,

    Ivan

    April 3, 2012

    hello Ivanvidev,

    I need to call md5 function in main.asc. but not successful.

    can u pls share ur main.asc?

    thanks.