LateJan
A local-first developer toolbox for encoding, hashing, formatting, debugging, images, and network tasks
Encoding
Base64 Encoder/Decoder
Encode or decode Base64 strings
URL Encoder/Decoder
Encode and decode RFC 3986 URL components, paths, query strings, and form values while preserving repeated parameters
HTML Entity Encoder
Convert basic HTML entities or decimal and hexadecimal numeric entities, with safe Unicode decoding
Unicode Encoder/Decoder
Convert JavaScript code-point escapes, UTF-16 escapes, U+ code-point lists, and HTML numeric entities
Cryptography
MD5 Hash
Calculate chunked local MD5 checksums for text or files, verify GNU/BSD manifests, and export compatible checksum files
SHA1 Hash
Calculate SHA-1 hashes for text, files, or HMAC workflows
SHA256 Hash
Calculate SHA-256/384/512 hashes for text, files, or HMAC workflows
AES Encrypt/Decrypt
Encrypt text locally with AES-256-GCM, random salt and IV, authenticated metadata, and legacy-payload compatibility
JWT Debugger, Decoder & Verifier
Generate local HMAC test tokens, strictly validate JWT claims, and verify signatures with HMAC, PEM, JWK, or JWKS keys
X.509 Certificate Inspector
Locally inspect PEM/DER certificates and public keys, SANs, validity, algorithms, extensions, and fingerprints
Formatters
JSON Formatter
Format and validate JSON/JSONC, inspect structure and precision risks, and extract data with JSONPath or JSON Pointer
XML Formatter
Validate with the native parser and safely format or minify XML while preserving namespaces, CDATA, DOCTYPE, and mixed-content semantics
SQL Formatter
Safely format and compact Standard SQL, PostgreSQL, and MySQL while preserving strings, comments, identifiers, and nested queries
CSS Formatter
Safely format and compact CSS locally while preserving strings, escapes, comments, functions, and nested blocks
JavaScript / TypeScript Formatter
Diagnose and format JavaScript, TypeScript, JSX, and TSX with a local parser, plus lexical-safe JavaScript compaction
Generators
UUID Generator
Batch-generate monotonic UUID v7 or random UUID v4 values and inspect versions, variants, Nil/Max values, and embedded timestamps
Password Generator
Generate secure passwords or readable passphrases with entropy estimates, constraints, and bulk export
QR Code Generator
Create text, URL, Wi-Fi, email, SMS, contact, and location QR codes locally with capacity checks, error correction, and SVG/PNG export
Lorem Ipsum Generator
Reproducibly generate Lorem, Chinese, or developer placeholder content with exact counts, custom vocabulary, and Plain/HTML/Markdown/JSON export
Converters
Timestamp Converter
Convert between timestamp and date
Color Converter
Convert alpha-aware HEX, RGB, and HSL colors, preview compositing, and check WCAG text contrast
Unit Converter
Convert data storage and bandwidth, time, temperature, and engineering units with scientific notation, precision controls, and full result tables
Number Base Converter
Convert signed arbitrary-precision integers across binary, octal, decimal, and hex, with fixed-width two’s complement
Cron Expression Parser
Validate standard cron expressions and calculate upcoming run times
Unix Permission Calculator
Convert octal and symbolic permissions with setuid, setgid, and sticky-bit support
cURL to Code
Parse POSIX, Windows CMD, and PowerShell cURL commands into safe Fetch, Axios, and Python Requests code
JSON / CSV Data Converter
Reliably convert JSON, CSV, and TSV with type inference, nested values, and formula-injection protection
JSON / YAML / TOML Converter
Safely convert JSON, YAML, and TOML locally with depth limits, sorting, and precise parser errors
JSON Model Generator
Generate TypeScript interfaces, Zod schemas, and Go structs from multiple JSON samples
.env Diff & Redaction
Compare environment variables, find duplicates and missing references, and generate safe examples or redacted copies
SemVer Workbench
Compare, sort, and bump semantic versions, then evaluate npm-style ranges and prerelease rules
package.json Dependency Diff
Compare dependency versions and section moves, then generate npm, pnpm, or yarn migration commands
Text Tools
Text Diff
Safely compare text by line with case and whitespace options, line statistics, and unified Patch export
Word Counter
Accurately count multilingual graphemes, code points, UTF-8 bytes, words, sentences, reading time, and frequencies
Case Converter
Convert Unicode text and developer identifiers to camel, snake, constant, dot, path, and other naming styles
Regex Tester
Debug JavaScript regexes with captures, locations, replacement previews, performance hints, and code export
Unicode Character Inspector
Inspect zero-width characters, bidirectional controls, mixed scripts, encodings, and normalization risks
Image Tools
Network Tools
IP Lookup
Look up IP address info
DNS Lookup
Query DNS records
User-Agent Parser
Parse User-Agent strings
CIDR Subnet Calculator
Calculate IPv4/IPv6 ranges, masks, address counts, and subnet containment
URL Inspector & Cleaner
Inspect URL structure, query parameters, and risks; remove tracking parameters or redact sensitive values
HTTP Header Analyzer
Strictly analyze response chains, security headers, caching, CORS, and modern __Host-/Partitioned cookie rules
HTTP API Request Builder
Build requests with API keys, timeouts, query parameters, headers, and bodies, then safely export response-aware code locally