AS3 Air App with HMACSHA512 Encryption

前端 未结 2 1034
难免孤独
难免孤独 2021-01-22 05:42

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

2条回答
  •  遇见更好的自我
    2021-01-22 05:50

    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

提交回复
热议问题