Skip to main content
THESAURUS
View All
Search
Shelves
Books
Sign up
Log in
Info
Content
Books
Python
第三章 常用库
hashlib 模块
hashlib 模块
# hash是一类算法,该算法根据传入的内容,经过运算得到一串哈希值 # hash值的特单 1,传入的内容一样,则得到的结果一样 2,无论传多大内容,得到的hash值长度一样 3,不能反向破解
Enter section select mode
Previous
configparser模块(导入某种格式的配置文件)
Next
subprocess模块
No Comments
Back to top
No Comments