🔐 Hash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 cryptographic hashes instantly. Also supports HMAC generation and file hashing (SHA-256). Uses the browser's Web Crypto API for SHA hashes and blueimp-md5 for MD5.
18 utilities for everyday dev work. No accounts, no tracking, no servers — everything runs locally in your browser.
—
| Enter an amount above |
| Rate | GST Amount | Total (incl.) | CGST | SGST |
|---|---|---|---|---|
| Enter an amount to see all rates | ||||
DevUtils Pro is a free, privacy-first collection of developer utilities that runs entirely in your browser. No sign-up, no server calls, no data collection — everything is processed locally using JavaScript and the Web Crypto API.
Generate MD5, SHA-1, SHA-256, and SHA-512 cryptographic hashes instantly. Also supports HMAC generation and file hashing (SHA-256). Uses the browser's Web Crypto API for SHA hashes and blueimp-md5 for MD5.
Encode plain text or binary data to Base64, or decode Base64 strings back to readable text. Supports file input for binary-to-Base64 conversion. Useful for API payloads, email attachments, and data URIs.
Percent-encode URLs and query strings for safe transmission over HTTP, or decode percent-encoded URLs back to readable form. Essential for building REST APIs and web scrapers.
Prettify, minify, validate, and sort keys in JSON documents. Supports configurable indentation (1, 2, or 4 spaces). Highlights syntax errors and shows byte size before and after formatting.
Generate QR codes from any URL or text string. Choose from 4 sizes (128px to 400px) and 4 error correction levels (Low, Medium, Quartile, High). Download the QR code as a PNG image.
Encrypt and decrypt text using AES-256-GCM with PBKDF2 key derivation (100,000 iterations, SHA-256). Output is Base64-encoded. Your passphrase and data never leave your browser.
Generate RSA 2048-bit, RSA 4096-bit, EC P-256, or EC P-384 key pairs using the Web Crypto API. Output is in standard PEM format (PKCS#8 private key, SPKI public key).
Generate time-based one-time passwords (TOTP) compatible with Google Authenticator and other MFA apps. Implements RFC 6238 using HMAC-SHA1. Codes refresh every 30 seconds with a live countdown timer.
Generate cryptographically secure random passwords using the Web Crypto API. Configurable length (4–64 characters) with options for uppercase, lowercase, digits, and symbols. Includes a password strength indicator.
Calculate subnet information from CIDR notation (e.g., 192.168.1.0/24). Computes network address, broadcast address, subnet mask, wildcard mask, first/last usable host, usable host count, and binary representation.
Build cron expressions visually with a 5-field builder (minute, hour, day, month, weekday). Includes 10 common presets and generates a human-readable description of the schedule.
Convert text between 12 different case formats: camelCase, PascalCase, snake_case, SCREAMING_SNAKE_CASE, kebab-case, COBOL-CASE, dot.case, path/case, Title Case, Sentence case, UPPER CASE, and lower case.
Three calculation modes: find what X% of Y is, calculate what percentage X is of Y, or compute the percentage change between two values. Results update in real-time as you type.
Minify JavaScript, CSS, and HTML to reduce file size. Shows original size, minified size, bytes saved, and percentage reduction. Regex-based approach — fast and works entirely offline.
Generate multiple cryptographically random UUID v4 identifiers at once (1–50). Copy individual UUIDs or copy all at once. Uses the Web Crypto API's getRandomValues for true randomness.
Test JavaScript regular expressions against strings in real-time. Toggle flags (global, case-insensitive, multiline, dot-all), view match count, and see all matches highlighted inline.
Calculate Indian Goods and Services Tax (GST) for all standard slabs: 5%, 12%, 18%, and 28%. Supports both exclusive mode (add GST to a base price) and inclusive mode (extract GST from a GST-inclusive price). Shows CGST, SGST breakdown and a comparison table for all rates at once. Ideal for invoicing, billing, and e-commerce calculations.
DevUtils Pro · 27 free developer tools · No sign-up · 100% client-side · Open source on GitHub