import hashlib print hashlib.sha1("My wonderful string").hexdigest() print hashlib.md5("My other wonderful string").hexdigest()
Just finishing up brewing up some fresh ground comments...
Just finishing up brewing up some fresh ground comments...