Find a tool

navigate Enter open

Use a task word when you do not know the exact name.

Bytes, text, and secrets

Encoding & Crypto Tools

Seven working tools distinguish reversible encoding from hashing and secure random generation. Every tool in this category runs locally and explains the relevant security boundary.

Which tool should you choose?

NeedChooseReason
Represent bytes as textBase64Supports standard and URL-safe alphabets.
Escape a URL or markupURL Encoder or HTML EntitiesApplies the correct format-specific escaping.
Fingerprint dataHash Generator or File ChecksumCalculates MD5 and SHA digests locally.
Inspect a tokenJWT DecoderShows claims, expiry, and optional HMAC verification.