JWT explained: how to decode tokens safely
Learn JSON Web Token structure, common claims, and why decoding is not the same as verification.
2026-06-01 · 6 min read
Original tutorials and reference articles for developers and automation engineers. Each guide links to related Flashman tools you can use immediately in your browser.
23 guides · also read our blog
Learn JSON Web Token structure, common claims, and why decoding is not the same as verification.
2026-06-01 · 6 min read
How to pretty-print, minify, and validate JSON for APIs, configs, and logs—without leaking data.
2026-06-01 · 5 min read
What Base64 is for, when to use it, and common pitfalls with Unicode and padding.
2026-05-28 · 4 min read
Compare readability, tooling, and trade-offs for configuration and APIs.
2026-05-28 · 5 min read
Understand five-field cron syntax and avoid timezone surprises in production.
2026-05-25 · 5 min read
Percent-encoding rules for query strings, paths, and plus signs in form data.
2026-05-25 · 4 min read
How in-browser processing reduces leak risk for tokens, configs, and customer data.
2026-05-20 · 4 min read
Bridge JSON configuration and MATLAB matrices or structs for automation and calibration.
2026-05-20 · 6 min read
What SHA-256 and SHA-512 do, when to use them, and what hashing is not.
2026-05-18 · 4 min read
Learn Markdown basics — headings, lists, code blocks, tables — and how to preview or export to PDF in your browser.
2026-06-02 · 7 min read
How to prototype regular expressions safely before shipping validation logic.
2026-05-18 · 5 min read
When to use QR codes, what to encode, and how to generate them safely for apps and documentation.
2026-06-03 · 5 min read
Convert between color formats, check contrast, and avoid common mistakes in design systems.
2026-06-03 · 6 min read
Generate UUID v4 values, trace requests across services, and avoid ID collisions.
2026-06-04 · 5 min read
Create strong passwords in the browser and learn why generation is only half the problem.
2026-06-04 · 5 min read
Convert epoch seconds, milliseconds, and ISO-8601 strings without timezone bugs.
2026-06-05 · 5 min read
Side-by-side diffs for configs, API payloads, and code review prep.
2026-06-05 · 5 min read
Pretty-print XML, validate structure, and ship readable configs to operations teams.
2026-06-06 · 5 min read
Indent SELECT statements, align JOINs, and share queries your team can maintain.
2026-06-06 · 4 min read
Format messy CSS for debugging and minify for faster page loads.
2026-06-07 · 4 min read
Escape &, <, >, and quotes to prevent XSS and fix broken HTML snippets.
2026-06-07 · 4 min read
Convert identifiers between conventions for JSON, APIs, CSS, and databases.
2026-06-08 · 4 min read
Convert between number bases for low-level debugging, flags, and hardware docs.
2026-06-08 · 5 min read