Algorithms
Generate SHA-256/512, MD5 hashes and bulk UUIDv4 values.
Algorithms
This free tool generates SHA-256, SHA-512 and MD5 hashes from text or files and produces bulk RFC 4122 UUIDv4 identifiers, computing everything in your browser with nothing uploaded.
Type text or drop a file to get its SHA-256, SHA-512 or MD5 hash instantly, or switch to the UUID tab to generate one or many UUIDv4 values — all locally in your browser.
Choose Hash Text, Hash File or UUID Generator. For hashing, enter text or drop a file and the SHA and MD5 digests appear instantly. For identifiers, set how many UUIDs you need and click Generate, then copy the results.
No. SHA-256 and SHA-512 use the browser's Web Crypto API locally, so files and text are never sent anywhere.
Yes. They are version-4 UUIDs built from the browser's cryptographically secure random number generator, per RFC 4122.
MD5 is fine for non-security checksums but not for security; prefer SHA-256 when integrity against tampering matters.
Toolbox computes SHA digests with the browser's native Web Crypto implementation and generates UUIDs to the RFC 4122 standard, so values interoperate with your backend and command-line tools.