Write a regular expression, configure your flags, and test it against a sample string with live match highlighting and a detailed match table showing index, matched text, and capture groups. Pattern errors are caught and explained in real time. A fast way to build and verify regular expressions before dropping them into code.
Verify a file's integrity by checking its hash against an expected checksum. Supports SHA-256, SHA-1, MD5, and more. Runs in your browser — nothing uploaded. Free.
Paste a JSON Web Token to decode and inspect its header, payload, and expiry — entirely in your browser.
Build and sign a JWT from a custom header and payload using HS256, HS384, or HS512. Runs entirely in your browser.