Webhook test
A developer wants to hash an expected payload string to compare it with another system's digest.
Inputs
- Input text: order=8472&status=paid
- Algorithm: SHA-256
Steps
- Encode the string into bytes
- Generate the digest
- Render it as hexadecimal
Result
- The digest can be compared directly with another implementation.