sha256()
sha256(input): string
Defined in: utils.ts:217
Generates a deterministic SHA-256 hex digest.
Intended for:
- Stable cache keys
- Filename hashing
- Identity normalization
Not intended for:
- Password hashing
- Security-sensitive operations
Parameters
input
string
Returns
string