Tool directory
Select a text tool
Each page explains its purpose, provides focused controls, and identifies important limitations before you use the result.
UUID Generator
Generate one or many RFC 4122 version 4 UUIDs for tests, fixtures, and identifiers.
JWT Decoder
Decode JWT header and payload claims locally without validating or uploading the token.
Hash Generator
Generate SHA hashes for text input using browser cryptographic APIs.
Practical guidance
Common text workflows
Start with the task you need to complete, then move to another tool only when the workflow calls for it.
- 01
Create test identifiers
Generate one or more version 4 UUIDs for fixtures, seed data, demos, or temporary development records.
- 02
Inspect token claims
Decode a JWT header and payload to review claim values while debugging an authentication flow.
- 03
Compare text digests
Generate a SHA digest for text and compare it with another value during checksum or signing-input checks.
Important to know
JWT decoding does not verify a signature or prove that a token is authentic. Avoid treating decoded claims as trusted data without server-side validation.
Text Tools questions
This collection includes UUID Generator, JWT Decoder, Hash Generator.