@@ -17,7 +17,7 @@ The central hub with 45+ algorithms across 5 categories:
1717| ** 🔐 Encrypt / Decrypt** | AES, AES-GCM, DES, Triple DES, ChaCha20, Salsa20, XOR, RC4 |
1818| ** 🔀 Encode / Decode** | Base64, Base64URL, Base32, Base58, Base16 (Hex), URL, HTML Entities, Binary, Morse Code, ROT13, ROT47, Quoted-Printable |
1919| ** ✂️ Escape / Unescape** | String Literal, Unicode/Hex, HTML/XML, URL, Regex |
20- | ** 🔄 Convert** | JSON ↔ YAML, JSON ↔ XML, JSON ↔ CSV, YAML ↔ TOML, Markdown ↔ HTML, CSV ↔ TSV, Properties ↔ JSON, INI ↔ JSON, Key-Value ↔ Query String, Number Bases, Case Swapping |
20+ | ** 🔄 Convert** | JSON ↔ YAML, JSON ↔ XML, JSON ↔ CSV, YAML ↔ TOML, CSV ↔ TSV, Properties ↔ JSON, INI ↔ JSON, Key-Value ↔ Query String, Number Bases, Case Swapping, Color Codes |
2121| ** #️⃣ Hash** | MD5, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, SHA-3, BLAKE2b, BLAKE3, RIPEMD-160, bcrypt, scrypt, Argon2, HMAC, CRC32, Adler-32, MurmurHash3, xxHash, FNV-1a |
2222
2323** Special Features:**
@@ -33,13 +33,11 @@ The central hub with 45+ algorithms across 5 categories:
3333| Tool | Description |
3434| ------| -------------|
3535| ** JWT Debugger** | Decode and verify JWT tokens with header/payload inspection |
36+ | ** Barcode / QR Code Generator** | Create QR codes and 1D barcodes (EAN-13, EAN-8, Code 128, Code 39) with preview and download |
3637| ** UUID / ULID Generator** | Generate random UUID v4 or ULID values |
37- | ** QR Code Generator** | Create QR codes from text/URLs with preview and download |
3838| ** JSON Formatter** | Pretty-print or minify JSON with syntax validation |
39- | ** Code Formatter** | Beautify HTML, CSS, JavaScript, XML |
4039| ** RegExp Tester** | Test regular expressions with real-time matching |
4140| ** Unix Time Converter** | Convert between Unix timestamps and human-readable dates |
42- | ** Color Converter** | Convert between HEX, RGB, HSL, and other color formats |
4341| ** SQL Formatter** | Format SQL queries with proper indentation |
4442| ** String Case Converter** | Convert between camelCase, snake_case, PascalCase, etc. |
4543| ** Cron Job Parser** | Parse and explain cron expressions |
@@ -48,9 +46,6 @@ The central hub with 45+ algorithms across 5 categories:
4846| ** String Inspector** | Count characters, words, lines, bytes, and sentences |
4947| ** Lorem Ipsum Generator** | Generate placeholder text |
5048| ** Random String Generator** | Generate random alphanumeric strings with custom length |
51- | ** HTML Preview** | Preview HTML rendering in real-time |
52- | ** Markdown Preview** | Render Markdown with live preview |
53- | ** Backslash Escaper** | Escape/unescape backslash characters |
5449| ** PHP Serializer** | PHP serialization/unserialization |
5550| ** URL Tools** | Parse URLs, extract components |
5651
0 commit comments