Guest User

Untitled

a guest
Nov 17th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. # php
  2. echo json_encode(base64_encode(hash("sha512", "abc123{jello}", true))). "\n";
  3.  
  4. # python
  5. print json.dumps(base64.b64encode(hashlib.sha512('abc123{jello}').digest()))
Add Comment
Please, Sign In to add comment