veza/gen_hash.py

3 lines
78 B
Python
Raw Normal View History

import bcrypt
print(bcrypt.hashpw(b"Test1234!@#", bcrypt.gensalt()).decode())