Generate a hash
SHA-256 and friends, for text or a whole file.
SHA-256
The hash appears here.Questions
- Why is my file not uploaded?
- Because the usual reason to hash a file is to check nobody tampered with it, and sending it to a stranger to find out rather defeats the exercise.
- Why is MD5 not offered?
- MD5 is broken.
- My hash does not match the one on the download page.
- Check the algorithm first.
- Is there a file size limit?
- No, though very large files take a moment because the whole thing has to be read.