Tagged Questions
1
vote
1answer
231 views
HMAC SHA-512 Calculation + Timestamp
I'm doing an online "hacking" challenge and I'm trying to get to the next level.
On the current level, we're given the Caption "Think fast", asked the following question,
"What is element x in the ...
0
votes
3answers
1k views
HMAC-SHA-512 implemention for ActionScript
As mentioned by the title, I would like to find an implementation for HMAC-SHA-512 written for ActionScript. I was able to find a library that provide HMAC-SHA-256 with other functions, however, I am ...