Python logo

前のトピックへ

plistlib --- Generate and parse Apple .plist files

次のトピックへ

hashlib --- Secure hashes and message digests

このページ

  • バグ報告
  • ソースの表示

ナビゲーション

  • 索引
  • モジュール |
  • 次へ |
  • 前へ |
  • Python logo
  • Python »
  • 3.11.12 Documentation »
  • Python 標準ライブラリ »
  • 暗号関連のサービス
  • |
  • |

暗号関連のサービス¶

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
    • ハッシュアルゴリズム
    • 使用法
    • Constructors
    • 属性
    • Hash Objects
    • SHAKE 可変長ダイジェスト
    • File hashing
    • 鍵導出
    • BLAKE2
      • ハッシュオブジェクトの作成
      • 定数
      • 使用例
        • 簡単なハッシュ化
        • Using different digest sizes
        • Keyed hashing
        • Randomized hashing
        • Personalization
        • ツリーモード
      • クレジット:
  • hmac --- Keyed-Hashing for Message Authentication
  • secrets --- Generate secure random numbers for managing secrets
    • 乱数
    • トークンの生成
      • トークンは何バイト使うべきか?
    • その他の関数
    • レシピとベストプラクティス

前のトピックへ

plistlib --- Generate and parse Apple .plist files

次のトピックへ

hashlib --- Secure hashes and message digests

このページ

  • バグ報告
  • ソースの表示
«

ナビゲーション

  • 索引
  • モジュール |
  • 次へ |
  • 前へ |
  • Python logo
  • Python »
  • 3.11.12 Documentation »
  • Python 標準ライブラリ »
  • 暗号関連のサービス
  • |
  • |
© Copyright 2001-2025, Python Software Foundation.
This page is licensed under the Python Software Foundation License Version 2.
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
See History and License for more information.

The Python Software Foundation is a non-profit corporation. Please donate.

最終更新: Apr 12, 2025 (01:12 UTC) Found a bug?
Created using Sphinx 7.2.6.