瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python »
  • 3.7.14 Documentation »
  • Python 標準函式庫 (Standard Library) »
  • |

Cryptographic Services¶

The modules described in this chapter implement various algorithms of a cryptographic nature. They are available at the discretion of the installation. On Unix systems, the crypt module may also be available. Here's an overview:

  • hashlib --- Secure hashes and message digests
    • Hash algorithms
    • SHAKE variable length digests
    • Key derivation
    • BLAKE2
      • Creating hash objects
      • Constants
      • Examples
        • Simple hashing
        • Using different digest sizes
        • Keyed hashing
        • Randomized hashing
        • Personalization
        • Tree mode
      • Credits
  • hmac --- Keyed-Hashing for Message Authentication
  • secrets --- Generate secure random numbers for managing secrets
    • Random numbers
    • Generating tokens
      • How many bytes should tokens use?
    • Other functions
    • Recipes and best practices

上個主題

plistlib --- Generate and parse Mac OS X .plist files

下個主題

hashlib --- Secure hashes and message digests

本頁

  • Report a Bug
  • 顯示原始碼

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python »
  • 3.7.14 Documentation »
  • Python 標準函式庫 (Standard Library) »
  • |
© 版權所有 2001-2022, Python Software Foundation.
The Python Software Foundation is a non-profit corporation. Please donate.
最後更新於 9月 08, 2022。 Found a bug?
Created using Sphinx 2.3.1.