MD5 hash generator
Compute the MD5 checksum of a file or text, for example to match an older download page. MD5 detects accidental corruption but should not be trusted against deliberate tampering.
Tooloat runs in your browser and needs JavaScript. It opens in a moment, and your files are processed on your device.
How it works
- Drop files, or switch to Text.
- Choose the algorithms.
- Copy the hashes, or paste a checksum to verify.
Why use it
- MD5 and others.
- Streams big files.
- Verify against a checksum.
- Private.
Questions and answers
Is MD5 secure?
No. Collisions can be created on purpose. Use SHA-256 when security matters.
Why is MD5 still used?
Many older sites and tools publish MD5 checksums.
Related tools
- Hash generator and file checksum calculatorCheck that a download is intact or that two files are identical.
- SHA-256 hash generatorGet the SHA-256 checksum of a file or a piece of text.
- AES-256 text encryption and decryptionProtect a note, a message or a snippet with a password.
- UUID and ULID generatorCreate identifiers for databases, tests and APIs.