python2 passwords

源自黑板课作业

  1. 随机函数产生用户名密码, 并用文件保存下来
  2. md5加密
1
2
import hashlib
hashlib.md5(password).hexdigest()
文章目录