Description
Calculates BLAKE3 cryptographic hashes from files or input data. It is useful for verifying file integrity, comparing data, scripting checks, and using a fast modern hash function.
Use it when you need checksums or hashes, not encryption. A matching hash shows data is the same as the checked source, but trust still depends on where the expected hash came from.