Skip to content
Snippets Groups Projects
Commit 41ccfa91 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Storing, storing...

parent 78eb7705
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/python3
import sys
import hashlib
password_salted = sys.argv[1] + sys.argv[2]
md5result = hashlib.md5(password_salted.encode())
print(md5result.hexdigest())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment