Hash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes instantly. All hashing happens locally in your browser.
Related Tools
Base64 Encoder
Encode and decode strings using Base64 encoding.
JWT Decoder
Decode and inspect JSON Web Tokens securely in your browser.
URL Encoder
Encode and decode URLs with percent-encoding instantly.
JSON Formatter
Format, validate, and minify JSON data instantly.
Unix Timestamp
Convert Unix timestamps to human-readable dates and back instantly.
JSON ↔ YAML
Convert between JSON and YAML instantly with real-time validation.
Regex Tester
Test and debug regular expressions with live match highlighting.
UUID Generator
Generate UUID v4 values instantly, with bulk generation and validation.
JWT Generator
Build and sign JSON Web Tokens with a custom payload and secret.
Text Diff
Compare two blocks of text and highlight additions, deletions, and unchanged lines.
Case Converter
Convert text to camelCase, snake_case, UPPERCASE, kebab-case, and more.
Cron Parser
Parse cron expressions into plain English and see the next scheduled run times.
SQL Formatter
Format and minify SQL queries with dialect support for MySQL, PostgreSQL, SQLite, and more.
CSV ↔ JSON
Convert CSV to JSON or JSON to CSV with support for custom delimiters and quoted fields.
About these algorithms: SHA-256 and SHA-512 are recommended for security use. MD5 and SHA-1 are considered cryptographically broken and should only be used for checksums or legacy compatibility.
SHA hashes use the browser's native Web Crypto API. MD5 runs via a pure JavaScript implementation. Nothing leaves your browser.