Update password_hash.py
This commit is contained in:
parent
4e80e99910
commit
70f62fad00
@ -1,10 +1,5 @@
|
||||
"""
|
||||
Author: Zakary Timson
|
||||
Date: 2015-05-06
|
||||
Description: Hashes passwords
|
||||
"""
|
||||
#!/usr/bin/python3
|
||||
|
||||
# Imports
|
||||
import hashlib
|
||||
from optparse import OptionParser
|
||||
from random import choice, randrange
|
||||
|
Loading…
Reference in New Issue
Block a user