JSON, regex, hashes — every utility, never logged.
Every developer has bookmarked a JSON formatter, a regex tester, a JWT decoder, or a base64 converter at some point. And every one of those tools logs the input — sometimes deliberately for analytics, sometimes inadvertently in their server access logs. When you paste a production JWT into jwt.io to debug an issue, that token sits in someone else's log files. When you paste an internal API response into a JSON formatter, that payload becomes a third-party data point. CipherForces developer tools are the same operations — JSON pretty-print, regex match, JWT decode, hash compute, UUID generate, color pick, base64, URL encode, hash generate — but they run entirely in your browser. The token never leaves the tab. We cannot log what we do not receive. For anyone working on production systems, internal APIs, or anything with PII running through it, that is the only acceptable posture.
52 dev tools.
Aspect Ratio Calculator
Free unlimitedWork out a missing width or height for any aspect ratio, or reduce a pixel size to its simplest ratio.
Open toolBox Shadow Generator
Free unlimitedDesign CSS box-shadows visually and copy ready-to-paste code.
Open toolCaesar Cipher / ROT13
Free unlimitedEncode or decode text with a Caesar shift cipher. ROT13 preset and brute-force decoder included.
Open toolClean Up Text
Free unlimitedTidy messy text with toggleable fixes — trim lines, collapse spaces, dedupe, sort, strip HTML, and more.
Open toolClip-Path Generator
Free unlimitedDraw a shape, drag the points, and copy the CSS clip-path.
Open toolColor Contrast Checker
Free unlimitedCheck WCAG AA / AAA contrast between any two colors with live preview.
Open toolConvert Colors
Free unlimitedConvert between HEX, RGB, HSL, and CMYK.
Open toolConvert CSS Units
Free unlimitedConvert between px, rem, em, pt, %, and viewport units with your own root and parent font-size.
Open toolConvert HTML and Markdown
Free unlimitedTurn HTML into clean Markdown or Markdown into HTML, with a live rendered preview.
Open toolConvert Images to Base64
Free unlimitedTurn any image into a Base64 data URI with ready-to-paste snippets, or decode one back to a downloadable image.
Open toolConvert Number Bases
Free unlimitedConvert whole numbers between binary, octal, decimal, hex, and any base from 2 to 36.
Open toolConvert Units
Free unlimitedLength, weight, temperature, volume, and more.
Open toolCron Expression Generator
Free unlimitedBuild and decode cron schedules, with a plain-English readout and the next run times.
Open toolCSS Gradient Builder
Free unlimitedBuild linear, radial, and conic gradients visually and copy the CSS.
Open toolCSV ↔ JSON Converter
Free unlimitedConvert between CSV and JSON formats instantly.
Open toolEncode / Decode Base64
Free unlimitedConvert text or files to and from Base64.
Open toolEncode / Decode HTML Entities
Free unlimitedEscape text into HTML entities, or turn entities back into readable text — both ways, named or numeric.
Open toolFancy Text Generator
Free unlimitedTurn any text into 30+ copy-paste Unicode styles like bold, italic, script, bubble, and upside-down.
Open toolFavicon Generator
Generate all favicon sizes from a single image.
Open toolFind and Replace Text
Free unlimitedRun several find-and-replace rules over a block of text, applied in order, with regex support.
Open toolFormat JSON
Free unlimitedPaste messy JSON and get it beautifully formatted.
Open toolFormat SQL
Free unlimitedBeautify or minify SQL for any database dialect.
Open toolFormat XML
Free unlimitedPretty-print, minify, and convert XML to and from JSON right in your browser.
Open toolGenerate Blob Shapes
Free unlimitedCreate smooth, organic blob shapes and export them as clean SVG or PNG.
Open toolGenerate Lorem Ipsum
Free unlimitedCreate placeholder text for designs.
Open toolGenerate Mock Data
Build realistic fake test data as JSON, CSV, or SQL from fields you define.
Open toolGenerate UUID
Free unlimitedCreate unique IDs instantly.
Open toolGlassmorphism Generator
Free unlimitedDesign a frosted-glass card and copy the CSS.
Open toolImage to ASCII Art
Turn any photo into text-character art you can copy or download.
Open toolJSON to TypeScript
Free unlimitedPaste JSON and get clean TypeScript interfaces you can drop straight into your code.
Open toolJSONPath Tester
Free unlimitedQuery any JSON document with a JSONPath expression and see the matches live.
Open toolMarkdown Editor
Free unlimitedWrite and preview Markdown with live rendering.
Open toolMesh Gradient Generator
Free unlimitedDesign a smooth multi-color mesh gradient and export it as PNG, CSS, or SVG.
Open toolMinify & Beautify Code
Free unlimitedShrink or reformat HTML, CSS, and JavaScript in one place.
Open toolRead Text Aloud
Free unlimitedTurn any text into speech using your browser's built-in voices.
Open toolSimulate Color Blindness
See how any image looks to people with red-green, blue-yellow, or total color blindness.
Open toolSpell With the NATO Alphabet
Free unlimitedSpell anything in the NATO phonetic alphabet, or read spelled-out code words back into plain text.
Open toolSubnet Calculator
Free unlimitedWork out the network, broadcast, usable host range, and address count for any IPv4 or IPv6 CIDR block.
Open toolSummarize Text
Free unlimitedCondense a long article, report, or transcript down to its key sentences.
Open toolSVG Optimizer
Free unlimitedCompress and clean up SVG markup — smaller files, identical output.
Open toolSVG Pattern Generator
Free unlimitedBuild a seamless repeating background pattern and copy it as SVG or CSS.
Open toolTest Regex
Free unlimitedWrite and test regular expressions with live matching.
Open toolText Case Converter
Free unlimitedConvert text to UPPERCASE, lowercase, camelCase, snake_case, and 8 more styles.
Open toolText Diff
Free unlimitedCompare two text blocks side-by-side with line-level highlighting.
Open toolTranslate Morse Code
Free unlimitedConvert text to and from Morse code, and hear it played back as beeps.
Open toolTranslate Text to Binary
Free unlimitedConvert text to and from binary, hex, octal, or decimal character codes — both directions, in your browser.
Open toolTyping Speed Test
Free unlimitedMeasure your typing speed and accuracy on a timed passage.
Open toolUnix Timestamp Converter
Free unlimitedConvert Unix epoch timestamps to human-readable dates and back, with a live current epoch, full timezone support, and millisecond precision.
Open toolURL Encoder / Decoder
Free unlimitedEncode and decode URLs and edit query strings live. Two-mode tool — encode/decode any string, or paste a full URL and edit its parameters in a table.
Open toolWord Counter
Free unlimitedCount words, characters, sentences, and estimate reading time.
Open toolWord to Markdown
Convert a .docx Word file into clean, GitHub-flavored Markdown, entirely in your browser.
Open toolYAML ↔ JSON Converter
Free unlimitedConvert between YAML and JSON in both directions with live output and clear validation.
Open toolBuilt for privacy, breadth, and speed.
Live as you type
Every transformation runs on each keystroke. No "click to format" round-trip. Output appears in real time so debugging stays in flow.
No telemetry, no analytics on inputs
Click metrics: yes. The text you paste into a JSON formatter or JWT decoder: never logged, never sent anywhere, period.
Works in DevTools, not against it
These tools are designed to live next to your debugger, not replace it. Open DevTools → Network tab while using any of them — you will see zero outgoing requests for your data.
Coverage Stack Overflow recommends
JSON formatter / validator, regex tester, JWT decoder, base64 encode/decode, hash generator (MD5/SHA family), UUID v4, color picker, URL encode/decode + query string builder, lorem ipsum, text diff, text case converter, color contrast checker.
People ask these things.
Where do I paste a JWT to decode it without logging?
Use our JWT Decoder. The token is parsed entirely in your browser — header, payload, and signature are split, base64-decoded, and pretty-printed locally. We never see the token. For comparison, jwt.io's exact privacy posture is documented in their FAQ; ours is observable in DevTools.
Is there a regex tester that does not log my pattern?
Yes — our Regex Tester runs entirely in the browser using JavaScript's native RegExp. Match, replace, capture groups, named groups, and flags all work without any server round-trip.
How do I check the hash of a file without uploading it?
The Hash Generator computes MD5, SHA-1, SHA-256, SHA-384, SHA-512 entirely in your browser using the Web Crypto API. Drop a file, get all five hashes simultaneously. Useful for verifying downloads against a published checksum.
Explore more tools.
See every tool we ship.
188 browser-based tools across PDF, image, audio, developer, business, and security categories. All free for daily use; one-time license for unlimited.