Porting SHA512 Javascript implemention to Actionscript
Posted
by AAA
on Stack Overflow
See other posts from Stack Overflow
or by AAA
Published on 2009-08-12T18:25:38Z
Indexed on
2010/04/14
7:43 UTC
Read the original article
Hit count: 329
Hello Everyone,
I am wondering if anyone can help me in porting a SHA-512 implemention in Javascript to Actionscript. Since both Javascript and Actionscript share the same origin, I think porting it will be easy for people who are used to Actionscript.
The code for sha512 in javascript can be found here:
http://pajhome.org.uk/crypt/md5/sha512.html
Thank you.
© Stack Overflow or respective owner