// developer utilities

Dev Tools

A collection of handy utilities for network diagnostics, text manipulation, crypto, and formatting. All processing happens in your browser — no data leaves your machine.

01 / network

Network Tools

🌐
IP Lookup

Fetch your public IP address and basic geolocation info.

🔍
DNS Checker

Query DNS records for any domain using Google DNS over HTTPS.

📡
Latency Test

Measure round-trip time to a host via HTTP HEAD request.

📋
WHOIS Lookup

Query domain registration info via RDAP.

02 / crypto & text

Text & Crypto Tools

🔐
AES Encrypt / Decrypt

Encrypt or decrypt text using AES-GCM with a passphrase. Output is Base64.

🔁
Base64 Encode / Decode

Convert text to Base64 or decode Base64 back to text.

#
Hash Generator

Generate MD5, SHA-1, or SHA-256 hashes from text.

🔑
Password Generator

Generate secure random passwords with customizable length and character sets.

Length 16
03 / utilities

Other Utilities

UUID Generator

Generate RFC4122 version 4 UUIDs.

Count 5
{}
JSON Formatter

Validate, format, and minify JSON with syntax error reporting.

Timestamp Converter

Convert between Unix timestamps and human-readable dates.

🔗
URL Encoder / Decoder

Encode or decode URL components safely.