Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python »
  • 3.6.0rc1 Documentation »
  • The Python Standard Library »
  • |

15. 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:

  • 15.1. hashlib — Secure hashes and message digests
    • 15.1.1. Hash algorithms
    • 15.1.2. SHAKE variable length digests
    • 15.1.3. Key derivation
    • 15.1.4. BLAKE2
  • 15.2. hashlib — BLAKE2 hash functions
  • 15.3. Module
    • 15.3.1. Creating hash objects
    • 15.3.2. Constants
  • 15.4. Examples
    • 15.4.1. Simple hashing
    • 15.4.2. Using different digest sizes
    • 15.4.3. Keyed hashing
    • 15.4.4. Randomized hashing
    • 15.4.5. Personalization
    • 15.4.6. Tree mode
  • 15.5. Credits
  • 15.6. hmac — Keyed-Hashing for Message Authentication
  • 15.7. secrets — Generate secure random numbers for managing secrets
    • 15.7.1. Random numbers
    • 15.7.2. Generating tokens
      • 15.7.2.1. How many bytes should tokens use?
    • 15.7.3. Other functions
    • 15.7.4. Recipes and best practices

Previous topic

14.5. plistlib — Generate and parse Mac OS X .plist files

Next topic

15.1. hashlib — Secure hashes and message digests

This Page

  • Report a Bug
  • Show Source

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python »
  • 3.6.0rc1 Documentation »
  • The Python Standard Library »
  • |
© Copyright 2001-2016, Python Software Foundation.
The Python Software Foundation is a non-profit corporation. Please donate.
Last updated on December 07, 2016. Found a bug?
Created using Sphinx 1.4.9.