cyberchef_sha256
Compute the SHA-256 hash of any string to produce a 64-character hexadecimal checksum for integrity verification and data comparison.
Instructions
Calculates the cryptographic SHA-256 (Secure Hash Algorithm 256-bit) digest of the input string and returns the resulting 64-character hexadecimal checksum.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | The string or payload to hash using SHA-256. |