暗号関連のサービス
******************

The modules described in this chapter implement various algorithms of
a cryptographic nature.  They are available at the discretion of the
installation. Here’s an overview:

* "hashlib" — セキュアハッシュおよびメッセージダイジェスト

  * 鍵導出

* "hmac" — メッセージ認証のための鍵付きハッシュ化

* "md5" — MD5 メッセージダイジェストアルゴリズム

* "sha" — SHA-1 メッセージダイジェストアルゴリズム
