Hash Generator
Generate SHA-256, SHA-384, and SHA-512 hashes.
- On your device
- No signup
Private on your device
Your information stays on your device and is not uploaded.
Generate SHA-256, SHA-384, and SHA-512 hashes.
Generate SHA-256 file checksums on your device.
Encode and decode text with Base64.
Format, minify, and validate JSON with optional key sorting.
Compare two JSON documents and list structural differences.
Format, minify, and validate XML with readable indentation.
Compare two XML documents and list structural differences.
Decode JWT tokens to inspect header and payload claims.
This SHA-256 hash generator computes secure SHA-256 digests from strings or files. Verify downloads, cache-bust assets, and learn cryptographic hashing—processing runs locally without sending input to a server.
SHA-256 is one-way—you cannot reverse a hash to recover the input. Compare hashes to verify equality, not to decrypt.
Use salted password hashing algorithms like bcrypt or Argon2 for passwords—not raw SHA-256 alone.
Enter text or upload a file, select SHA-256, generate hash, and copy the hex digest for comparison.
Example: hash the string `hello` to compare against published checksums when verifying a downloaded open-source release.
Enter text and choose SHA-256, SHA-384, or SHA-512. Hashes are generated with secure random generation on your device.
Results are based on the inputs you provide and may not cover every edge case. This tool is for general use and is not professional advice.
Your data stays on your device and is not uploaded.
These pages use the same hash generator with guides tailored to specific search intents.
FAQ
Not alone. Use dedicated password hashing with salt and work factor for credentials.
This tool typically shows hex digests. Convert encoding if your spec requires Base64.
Standard hashing works on your device on Utilnivo.
Page last reviewed: