File size: 76 Bytes
f64b3f9
 
1
2
import bcrypt
print(bcrypt.hashpw(b"mypassword", bcrypt.gensalt()).decode())