Step 1 / source
Choose the source
Drop one file here
Choose the exact file whose integrity fingerprint you want to publish or compare.
Checking publication status...LOCAL INTEGRITY TOOL / FILE TO SHA-2
Calculate a SHA-256, SHA-384, or SHA-512 fingerprint and download a standard hash line beside the original filename.
Step 1 / source
Choose the exact file whose integrity fingerprint you want to publish or compare.
Checking publication status...This operation runs with browser APIs. Nirmion receives catalogue requests, not the selected source bytes.
The converter creates a separately named output. It never writes back into the source file.
One file up to 100 MB. Web Crypto reads the complete file into browser memory for this release.
Plain-language method
Web Crypto reads the complete byte sequence and calculates one deterministic SHA-2 digest. The same bytes with the same algorithm produce the same digest; a one-byte change should produce a different result.
Use the final file you intend to distribute. Renaming alone does not change its checksum, but editing or re-saving usually does.
Choose the algorithm expected by the recipient. SHA-256 is common and is not interchangeable with SHA-384 or SHA-512.
The text download contains the lowercase digest, an asterisk, and the original filename in a common verification-line format.
Useful when
Before converting
Know the boundary
A checksum detects byte differences only when the expected value is trusted. An attacker who can replace both file and checksum can make them agree.
Quick answers
The digest is exact and algorithm-specific.
No. The digest uses file bytes, not the filename.
Use SHA-256 unless a system or recipient explicitly requires SHA-384 or SHA-512.
The digest-plus-filename format works with many checksum verification workflows.