TypeError: Unicode-objects must be encoded before hashing
2018年6月29日 07:16
python3中md5加密报错
>>> import hashlib >>> md5 = hashlib.md5() >>> md5.update("123") Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: Unicode-objects must be encoded before hashing
正确方式
unicode对象不能直接加密
md5.update("123".encode("utf-8"))
《寿康宝鉴》有声书
寿康宝鉴百话有声书(mp3)
百度网盘 https://pan.baidu.com/s/1rs5k7RTB9DxgdCuG-mSzog 密码 9lf1