加密服务加密服务本章中描述的模块实现了加密性质的各种算法。 它们可由安装人员自行决定。 在Unix系统上,crypt 模块也可以使用。 这是一个概述: hashlib —- 安全哈希与消息摘要 哈希算法SHAKE variable length digestsKey derivationBLAKE2 Creating hash objects常量例子 Simple hashingUsing different digest sizesKeyed hashingRandomized hashingPersonalizationTree mode Credits hmac —- 基于密钥的消息验证secrets —- Generate secure random numbers for managing secrets Random numbersGenerating tokens How many bytes should tokens use? 其他功能Recipes and best practices