Generates cryptographic hashes from text input using the browser's native Web Crypto API. Supports MD5 (via JS implementation), SHA-1, SHA-256, SHA-384, and SHA-512. Results are shown in lowercase hex. Useful for checksums, password hashing demos, data integrity verification, and learning about hash functions.
Enter any text and generate hashes in multiple algorithms simultaneously for comparison.
Compare two blocks of text and highlight the differences.
Test regular expressions against sample text with live match highlighting.
Generate one or many UUIDs (v4) instantly.
Count characters against Twitter, LinkedIn, and SMS limits.
Escape special characters for JSON strings, or unescape JSON string values.
Minify HTML by removing whitespace, comments, and optional attributes.