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
use hashlib

say try hashlib.sha256 "Hello SE"
say try hashlib.file_sha256 "app.se"

API reference

hashlib.sha256 text

SHA-256 digest for Text. Fallible.

SHA-256 digest for Text. 此操作可能失敗。
hashlib.file_sha256 path

SHA-256 digest for a file. Fallible.

SHA-256 digest for a file. 此操作可能失敗。