fork(6) download
  1. import hashlib
  2.  
  3. in_data = "0450863AD64A87AE8A2FE83C1AF1A8403CB53F53E486D8511DAD8A04887E5B23522CD470243453A299FA9E77237716103ABC11A1DF38855ED6F2EE187E9C582BA6".decode('hex')
  4.  
  5. my_sha = hashlib.sha256()
  6.  
  7. my_sha.update(in_data)
  8.  
  9. output = my_sha.digest().encode('hex')
  10.  
  11. print output
  12.  
Success #stdin #stdout 0.01s 10104KB
stdin
Standard input is empty
stdout
600ffe422b4e00731a59557a5cca46cc183944191006324a447bdb2d98d4b408