9
Korvax
8y

sample of code in python ruby and PHP

Comments
  • 3
    They were just lazy.

    function verify($api_key, $timestamp,$token, $signature){
    return hash_hmac("sha256", "$token$timestamp", $api_key) === $signature;
    }
Add Comment