developer Tools
9 tools available in this category.
Diff Checker
Compare two texts side-by-side to find differences, additions, and deletions.
DNS Lookup
Check worldwide DNS propagation for any domain name.
JWT Decoder
Decode and visualize the content of JWT (JSON Web Token) tokens. Essential tool for developers working with authentication and APIs.
"typ": "JWT"
{
"sub": "1234567890",
"name": "John Doe",
"iat": 1516239022
Hash Calculator
Generate cryptographic hashes (MD5, SHA-1, SHA-256, SHA-512) for any text. Essential tool for integrity verification and security.
...204e5603ec2
UUID Generator v4
Generate version 4 Universally Unique Identifiers (UUIDs) in bulk quickly and securely. Ideal for databases, API keys, and object identification.
JSON Formatter & Validator
Format, validate, and minify your JSON code. Free tool for developers to organize messy JSON data.
{"id":101,"status":"success","data":{"user":"admin"}}
{
"id": 101,
"status": "success",
"data": {
"user": "admin"
}
}
Base64 Encoder & Decoder
Convert text to Base64 and vice-versa instantly. Secure tool for encoding sensitive data or binary files.
Regex Builder & Tester
Build and test regular expressions with ready-made templates for Email, URL, and more.
input: "Validar CPF brasileiro"
output: /^\d{3}\.\d{3}\.\d{3}\-\d{2}$/
Color Converter
Convert colors between HEX, RGB, HSL, HSV, and CMYK formats. Essential tool for designers and front-end developers.