Privacy-First Utility Tools

Free, fast, and 100% private tools that run entirely in your browser. No server, no tracking, no data leaks.

Developer Tools

UUID Generator

Generate RFC 4122 version 4 UUIDs and the nil UUID in your browser. Batch up to 500 and copy in one click.

ULID Generator

Create sortable identifiers with an embedded millisecond timestamp. Decode any ULID to UTC, local time, and randomness.

NanoID Generator

Create compact, URL-friendly IDs with adjustable length and alphabet presets—or your own character set. Batch up to 500; all randomness stays local.

Random String Generator

Generate cryptographically random passwords and tokens: pick character classes, exclude ambiguous symbols, require coverage, and batch up to 500 — all in your browser.

JWT Debugger

Encode (sign) and decode JSON Web Tokens in the browser. Choose HMAC algorithm or unsigned tokens. 100% client-side — secrets never leave your device.

SVG to JSX

Optimize SVG with SVGO in a Web Worker, then turn it into a React component with camelCase attributes. Everything stays in your browser.

Cron Generator

Build and verify crontab schedules with a visual grid or raw expression. Human-readable explanations and next run times—all in your browser.

QR Code Studio

Create and scan QR codes for URLs, text, Wi-Fi, and contacts. Customize colors, error correction, and quiet zone. Export PNG, SVG, or WebP — all in your browser.

Browser Auditor

See what your browser exposes: hardware, WebRTC, canvas/WebGL/audio fingerprints, fonts, and screen — scored locally with no tracking.

Code Snap Studio

Turn snippets into syntax-highlighted images (Carbon-style) for docs and social posts. Pick language, theme, window chrome, padding, and background — export PNG, SVG, or copy to clipboard, all locally.

Subnet Calculator

IPv4/IPv6 subnet math: CIDR, masks, network and broadcast (IPv4), usable hosts, wildcard mask, binary view, and IP classification — 100% in your browser.

Password Strength & Entropy

Measure entropy, zxcvbn strength, and estimated crack times across hardware tiers — 100% offline in your browser.

Multi-Hash & Base64 Factory

Encode text to Base64, hex, URL, and HTML entities; compute SHA-256, SHA-512, SHA-1, and MD5 — all live in your browser. Drop a file for a local SHA-256 checksum.

RegEx Studio

Visual regex tester with live highlights, capture groups, explanations, and code snippets. Runs entirely in your browser.

SQL Formatter Studio

Format SQL for PostgreSQL, MySQL, SQLite, and T-SQL, minify for production strings, and design CREATE TABLE scripts with a visual schema builder — all in your browser.

Cloud Resource Cost Estimator

Compare AWS, Azure, and GCP compute SKUs against your target vCPU and RAM, model SSD/HDD/cold storage, and convert estimates into global currencies — instantly in your browser.

PKI & Certificate Studio

Generate RSA and ECC keys, build CSRs and self-signed certificates, and inspect PEM chains — all locally in your browser.

HMAC & Webhook Verifier

Generate and verify HMAC signatures (SHA-256, SHA-512, SHA-1, MD5) for webhook bodies — hex or Base64, entirely in your browser.

TOTP Tool

Generate a TOTP secret, show an otpauth QR for authenticator apps, display the live code, and verify codes with Web Crypto — all locally.

AES-GCM encrypt / decrypt

Encrypt or decrypt text and files with AES-128/192/256-GCM in your browser: paste hex key and IV, optional AAD, Web Crypto only.

RSA key generator

Generate RSA public/private key pairs in your browser with Web Crypto; export PKCS#8 private and SPKI public PEM.

PEM decoder

Split PEM text into labeled Base64 payloads and DER byte lengths in your browser — pairs with PKI and RSA tools.

HKDF & PBKDF2 playground

Derive keys from a passphrase or IKM with visible salt, info, iterations, and hash — Web Crypto in your browser.