💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### 导航 - [索引](../genindex.xhtml "总目录") - [模块](../py-modindex.xhtml "Python 模块索引") | - [下一页](hashlib.xhtml "hashlib --- 安全哈希与消息摘要") | - [上一页](plistlib.xhtml "plistlib --- Generate and parse Mac OS X .plist files") | - ![](https://box.kancloud.cn/a721fc7ec672275e257bbbfde49a4d4e_16x16.png) - [Python](https://www.python.org/) » - zh\_CN 3.7.3 [文档](../index.xhtml) » - [Python 标准库](index.xhtml) » - $('.inline-search').show(0); | # 加密服务 本章中描述的模块实现了加密性质的各种算法。 它们可由安装人员自行决定。 在Unix系统上,[`crypt`](crypt.xhtml#module-crypt "crypt: The crypt() function used to check Unix passwords. (Unix)") 模块也可以使用。 这是一个概述: - [`hashlib` --- 安全哈希与消息摘要](hashlib.xhtml) - [哈希算法](hashlib.xhtml#hash-algorithms) - [SHAKE variable length digests](hashlib.xhtml#shake-variable-length-digests) - [Key derivation](hashlib.xhtml#key-derivation) - [BLAKE2](hashlib.xhtml#blake2) - [Creating hash objects](hashlib.xhtml#creating-hash-objects) - [常数](hashlib.xhtml#constants) - [示例](hashlib.xhtml#examples) - [Simple hashing](hashlib.xhtml#simple-hashing) - [Using different digest sizes](hashlib.xhtml#using-different-digest-sizes) - [Keyed hashing](hashlib.xhtml#keyed-hashing) - [Randomized hashing](hashlib.xhtml#randomized-hashing) - [Personalization](hashlib.xhtml#personalization) - [Tree mode](hashlib.xhtml#tree-mode) - [Credits](hashlib.xhtml#credits) - [`hmac` --- 基于密钥的消息验证](hmac.xhtml) - [`secrets` --- Generate secure random numbers for managing secrets](secrets.xhtml) - [Random numbers](secrets.xhtml#random-numbers) - [Generating tokens](secrets.xhtml#generating-tokens) - [How many bytes should tokens use?](secrets.xhtml#how-many-bytes-should-tokens-use) - [其他功能](secrets.xhtml#other-functions) - [Recipes and best practices](secrets.xhtml#recipes-and-best-practices) ### 导航 - [索引](../genindex.xhtml "总目录") - [模块](../py-modindex.xhtml "Python 模块索引") | - [下一页](hashlib.xhtml "hashlib --- 安全哈希与消息摘要") | - [上一页](plistlib.xhtml "plistlib --- Generate and parse Mac OS X .plist files") | - ![](https://box.kancloud.cn/a721fc7ec672275e257bbbfde49a4d4e_16x16.png) - [Python](https://www.python.org/) » - zh\_CN 3.7.3 [文档](../index.xhtml) » - [Python 标准库](index.xhtml) » - $('.inline-search').show(0); | © [版权所有](../copyright.xhtml) 2001-2019, Python Software Foundation. Python 软件基金会是一个非盈利组织。 [请捐助。](https://www.python.org/psf/donations/) 最后更新于 5月 21, 2019. [发现了问题](../bugs.xhtml)? 使用[Sphinx](http://sphinx.pocoo.org/)1.8.4 创建。