3 lines
112 B
Python
3 lines
112 B
Python
from werkzeug.security import generate_password_hash
|
|
print(generate_password_hash(input("Password to hash: ")))
|