Data & text · ALIAS
hashlib
Alias for hash. SHA-256 hashing helpers.
hashlib is an alias of hash and shares the same API.
Quick start
use hashlib
say try hashlib.sha256 "Hello SE"
say try hashlib.file_sha256 "app.se"API reference
hashlib.sha256 textSHA-256 digest for Text. Fallible.
SHA-256 digest for Text. 此操作可能失敗。
hashlib.file_sha256 pathSHA-256 digest for a file. Fallible.
SHA-256 digest for a file. 此操作可能失敗。