3 lines
78 B
Python
3 lines
78 B
Python
|
|
import bcrypt
|
||
|
|
print(bcrypt.hashpw(b"Test1234!@#", bcrypt.gensalt()).decode())
|