Hi I\'m developing an Air App that requires authentication and signing of messages via a http api using the HMACSHA512 Encryption standard.
I\'ve found an AS3 library wh
Since actionscript and javascript based on ECMAScript, you can always(and almost always easily) port something from javascript. For example implementation of encryption algorithm.
But! Someone had this already done. SEE HOW