This website works better with JavaScript
Home
Explore
Help
Sign In
txl
/
ylrz_saas_his_scrm
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
df9dc29bc2
Branches
Tags
master
saas-api
ylrz_saas_hi...
/
scripts
/
gen_bcrypt.py
gen_bcrypt.py
94 B
History
Raw
1
2
3
import bcrypt
pwd = b'admin123'
print(bcrypt.hashpw(pwd, bcrypt.gensalt(rounds=10)).decode())