Client-Side Safe
URL Parser & Query Inspector
Deconstruct URLs into protocol, host, port, path, and interactive editable query parameters.
Add, remove, or modify query params and copy the rebuilt URL instantly.
Detects malformed URLs and provides URI component encoding/decoding.
Protocol
https:
Hostname
s1rbl4ck.com
Pathname
/tools/jwt-debugger
Port / Hash
(default) (#overview)
Query Parameters (3)
=
=
=
Quick URI Component Encode / Decode
More in security utilities
Hash Generator
Compute cryptographic hashes (MD5, SHA-1, SHA-256, SHA-384, SHA-512, HMAC) instantly using Web Crypto API.
JWT Inspector
Decode and inspect JSON Web Tokens (Header, Payload, claims, expiration) client-side without sending tokens anywhere.
Base64 Encoder / Decoder
Encode and decode text, files, and images to/from Base64 with UTF-8 and URL-safe formatting.