2
generate_password_hash.py
Normal file
2
generate_password_hash.py
Normal file
@@ -0,0 +1,2 @@
|
||||
from werkzeug.security import generate_password_hash
|
||||
print(generate_password_hash(input("Password to hash: ")))
|
||||
Reference in New Issue
Block a user