安装 pip install bcrypt. 使用示例 # -*- coding: utf-8 -*- import bcrypt passwd = '123456' # 加密过程 salt = bcrypt.gensalt(rounds=10) hashed ...
確定! 回上一頁