1. Generate a SHA-256 fingerprint for text
DeveloperBackground
A developer needs a stable fingerprint for the text value used in a cache key.
Problem
The digest must be generated consistently and available in a standard hexadecimal format.
How to use
Enter `hello world`, choose SHA-256, and select Hex + Base64.
Algorithm: SHA-256; Output formats: Hex + Base64Outcome
The hexadecimal SHA-256 digest is `b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9`.