fork(11) download
  1. import hmac;
  2. import hashlib;
  3.  
  4. signature = hmac.new("SECRET", msg="message", digestmod=hashlib.sha256).hexdigest().upper();
  5. print signature;
Success #stdin #stdout 0.02s 9992KB
stdin
Standard input is empty
stdout
071A49B6F9847A0FD512F917568C868529608D3845EECC17D305CD287F374273