Python logo

이전 항목

plistlib — Generate and parse Apple .plist files

다음 항목

hashlib — Secure hashes and message digests

이 페이지

  • 버그 보고하기
  • 소스 보기

탐색

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • Python logo
  • Python »
  • 3.13.1 Documentation »
  • 파이썬 표준 라이브러리 »
  • 암호화 서비스
  • |
  • |

암호화 서비스¶

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 — Secure hashes and message digests
    • 해시 알고리즘
    • Usage
    • Constructors
    • Attributes
    • Hash Objects
    • SHAKE 가변 길이 요약
    • File hashing
    • 키 파생
    • BLAKE2
      • 해시 객체 만들기
      • 상수
      • 예
        • 간단한 해싱
        • 다른 요약 크기 사용하기
        • 키 해싱
        • 무작위 해싱
        • 개인화
        • 트리 모드
      • 크레딧
  • 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.13.1 Documentation »
  • 파이썬 표준 라이브러리 »
  • 암호화 서비스
  • |
  • |
© 저작권 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.

최종 업데이트: 1월 07, 2025 (06:10 UTC) Found a bug?
Sphinx 8.1.3 버전으로 생성되었습니다.