Free tools for developers
UUID generators, JSON formatters, JWT decoders and more — fast, free, and 100% private. Every tool runs locally in your browser; your data never touches a server.
Search tools
Search for a developer tool
Popular categories
Encoding
16 toolsThe most-searched category on DevTools Hub — URL encoding, decoding, and Base64 conversions.
Password Security
6 toolsGenerate a strong password, check how one holds up, and set or validate the policy your team follows.
Docker
7 toolsValidate, lint, and visualize Docker Compose files — and make sense of container networking.
Regex
6 toolsBuild, test, visualize, and debug regular expressions — with a cheat sheet when you need a quick reference.
Toolkits
Generators Toolkit
3 toolsIndependent tools for the test data every project eventually needs — unique IDs and placeholder text. All run entirely in your browser.
JSON Toolkit
10 toolsFormat, validate, diff, minify, convert, query, and schema-generate/validate JSON — ten tools for the format everything speaks. All run entirely in your browser.
Encoding Toolkit
16 toolsBase64, URL, HTML, hex, and ASCII encoding and decoding, plus query string and full URL parsing, building, inspection, Unicode analysis, and string-literal escaping — sixteen tools for the encodings that show up constantly in web development. All run entirely in your browser.
Date & Time Toolkit
5 toolsTimestamps, timezones, and cron schedules — five tools for the two date-and-time problems every backend eventually runs into. All run entirely in your browser.
JWT Toolkit
8 toolsEverything for working with JSON Web Tokens, in one place — decode, understand, verify, build, and secure them. All eight tools run entirely in your browser; nothing you paste is ever sent anywhere.
Hashing Toolkit
10 toolsMD5, SHA, checksums, HMAC, and password hashing — ten tools for hashing text, verifying files, and signing messages. All run entirely in your browser.
Regex Toolkit
6 toolsBuild, test, visualize, debug, and escape for JavaScript regular expressions — six tools covering the whole regex workflow. All run entirely in your browser.
SQL Toolkit
6 toolsFormat, validate, minify, diff, index-advise, and explain SQL — six tools covering readability, correctness, schema changes, and performance. All run entirely in your browser.
OpenAPI Toolkit
5 toolsView, validate, diff, and put an OpenAPI/Swagger document to work — five tools covering the full spec lifecycle. All run entirely in your browser.
Docker Toolkit
7 toolsValidate, lint, format, visualize, merge, and resolve Docker Compose files, and lint Dockerfiles — seven tools covering the whole Docker workflow. All run entirely in your browser.
GitHub Actions Toolkit
4 toolsValidate, visualize, lint, and audit secrets in GitHub Actions workflows — four tools covering correctness and security. All run entirely in your browser.
Environment Toolkit
5 toolsValidate, diff, resolve, and convert .env files — five tools for the dotenv format's real parsing rules and the gotchas that fail silently. All run entirely in your browser.
Kubernetes Toolkit
7 toolsValidate, format, calculate resources, diff, explore relationships, and merge or compare Helm values for Kubernetes manifests — seven tools covering correctness, readability, and resource planning. All run entirely in your browser.
YAML Toolkit
2 toolsValidate and format YAML — syntax errors, duplicate keys, parser-version gotchas, and consistent indentation — schema-agnostic, for any YAML file. All run entirely in your browser.
AWS Toolkit
10 toolsParse and build ARNs, generate, review, simulate, and minify IAM policies, validate tag policies, look up Regions, and validate CloudFormation templates — nine tools for everyday AWS work. All run entirely in your browser.
GraphQL Toolkit
2 toolsFormat and validate GraphQL queries, mutations, and SDL schemas with the real reference parser. All run entirely in your browser.
Algorithms Toolkit
8 toolsComputer science fundamentals for practicing engineers — algorithm complexity, performance analysis, and scalability, with interactive tools and practical examples. All run entirely in your browser.
Data Structures Toolkit
4 toolsHow the structures underneath every algorithm actually work — arrays, hash tables, trees, and more, visualized step by step. All run entirely in your browser.
Scalability Toolkit
3 toolsThe numbers behind systems that hold up under load — caching, capacity, and the metrics worth actually tracking. All run entirely in your browser.
Distributed Systems Toolkit
2 toolsTools for the problems that show up once a system spans more than one machine — unique IDs, coordination, and consistency. All run entirely in your browser.
Password Security Toolkit
6 toolsGenerate a strong password, check the strength of one you already have or estimate one hypothetically, define or validate the policy an organization follows, and grade its storage practices. All run entirely in your browser.
Encryption Toolkit
8 toolsEncrypt and decrypt text with AES, generate or inspect RSA and SSH keys, audit authorized_keys, build SSH config blocks, and build or decode certificate signing requests — entirely in your browser using the native Web Crypto API.
Linux Security Toolkit
7 toolsWork out Linux file permissions, review sudo and firewall configuration, and generate a full server hardening checklist. Runs entirely in your browser.
Network Security Toolkit
3 toolsWork out IPv4 subnets, validate SPF email records, and score a website's HTTP security headers. Runs entirely in your browser.
VPN Toolkit
5 toolsValidate WireGuard and OpenVPN configs, compute split-tunnel routes, check IPsec/IKEv2 cipher proposals, and work out the right MTU — five tools covering setup, hardening, and the fragmentation problems that show up after. All run entirely in your browser.
Active Directory Toolkit
5 toolsParse LDAP filters, decode Security Identifiers, calculate Group Policy precedence, analyze group nesting, and work out Kerberos ticket lifetimes — five tools covering the parts of AD administration that are easiest to get subtly wrong. All run entirely in your browser.
Latest tools
Kerberos Ticket Lifetime Calculator
Compute a Kerberos ticket's expiry, renew-till cap, and whether a renewal attempt would succeed.
AD Security Group Nesting Analyzer
Detect circular group membership and compute a user's effective group membership through nesting.
GPO Precedence Calculator
Compute which Group Policy Object wins, accounting for LSDOU order, Block Inheritance, and Enforced links.
SID Decoder
Decode a Windows Security Identifier into its components and recognize well-known SIDs and RIDs.
LDAP Filter Parser & Validator
Parse an LDAP search filter into a plain-English breakdown — AND/OR/NOT, substrings, and extensible matches.
VPN MTU / TCP MSS Calculator
Compute a recommended VPN interface MTU and TCP MSS clamp for WireGuard, OpenVPN, or IPsec.
Latest articles
View all postsLDAP Filter Syntax Explained
The complete LDAP filter grammar — prefix-notation AND/OR/NOT, the five comparison forms, the one real escaping rule (no backslash-asterisk shortcuts), and extensible matches with matching rule OIDs like Active Directory's bitwise-AND.
Windows SID Structure Explained
Why Windows never actually checks permissions by username — the real structure of a Security Identifier, why RIDs are never reused, why recreating a deleted account doesn't restore its old access, and how well-known SIDs like Domain Admins and krbtgt fit in.
Group Policy Processing Explained
How Group Policy actually resolves conflicting settings — LSDOU order, why link order 1 has the highest precedence, how Block Inheritance and Enforced counterbalance each other, and the one rule that reverses: Enforced-vs-Enforced conflicts favor the domain root.