Developer
UUID Generator
Generate random version 4 UUIDs in bulk and copy or download them.
Open toolDeveloper
Generate cryptographic hashes of text or a file. All four SHA variants are calculated at once, using your browser's built-in crypto.
Good to know
No. The file is read into memory in your browser and hashed there; nothing is transmitted.
The Web Crypto API does not provide MD5, and it is broken for security purposes anyway.
Yes. Hash the downloaded file and compare the digest with the one the publisher lists.
You should not. Password storage needs a slow algorithm such as bcrypt or Argon2 running on your server.