Python3 學習加解密系列 3 - hashlib

老方法,先help()一下 看一下情況。根據需要網上查資料學習。 hexdigest() 僅包含16進制的字符返回 import hashlib data = 'test./+=深' cipher = hashlib.md5(data.encode()).hexdigest() print(cipher) digest() 以二進制數據字符串的形式 由於py3內部處理變成 unicode copy
相關文章
相關標籤/搜索