hmacsha256 ( string key , string data ) : string
Method of authetification (ex:amazon). Returns the HMAC key.
Example
console(hmacsha256("site", "idIA-tech")) //-> SJ9iQX1sID7l/6dtwJT/5R5q0EhBzu3U1rOmbT2gnWo=
Parameters
Method of authetification (ex:amazon). Returns the HMAC key.
console(hmacsha256("site", "idIA-tech")) //-> SJ9iQX1sID7l/6dtwJT/5R5q0EhBzu3U1rOmbT2gnWo=