Tool Help

What this hash tool does
Compute cryptographic hashes (SHA-256 and SHA-1) of text using the browser's Web Crypto API. Useful for verifying payload integrity and comparing values across systems.
Healthcare context
- Verifying that exported FHIR bundles or CDA documents are unchanged.
- Checking that config files match what was deployed to an engine or gateway.
- Comparing payloads between systems without exposing PHI content directly.
This tool hashes only what you paste into it and does not store or transmit the data anywhere. MD5 is listed for completeness but not implemented here; prefer SHA-256 for most use cases.

