Skip to content

Instantly share code, notes, and snippets.

@therako
Last active October 20, 2016 14:59
Show Gist options
  • Save therako/cbae518352e50b991a2a3003ce16ee36 to your computer and use it in GitHub Desktop.
Save therako/cbae518352e50b991a2a3003ce16ee36 to your computer and use it in GitHub Desktop.
#!/usr/bin/python
import base64
import hashlib
result = base64.b64encode(hashlib.sha1("test").digest())
print result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment