Data & Security

Browser-based tools for data formats, encoding, identifiers, credentials, and Unix timestamps.

Handle copied data, encoded values, IDs, and credentials

These tools cover the routine transformations that show up while debugging APIs, preparing test data, reviewing webhook payloads, building query strings, creating identifiers, generating temporary credentials, or comparing event times. They run in the browser so short snippets and copied values can be handled without a project setup or a command-line detour.

The tools are intentionally practical: each page includes copy-ready output, useful defaults, validation feedback, and the edge-case controls that matter when data has to be inspected, encoded, generated, or converted quickly.

Available tools

6 results

What belongs here

  • Format and inspect JSON payloads from APIs, logs, configuration, and webhooks.
  • Encode or decode text with Base64, URL-safe Base64, percent encoding, and plus-space form encoding.
  • Generate UUID v4 values for random identifiers and UUID v7 values for time-ordered records.
  • Create strong passwords or passphrases with entropy estimates before copying them into a vault.
  • Convert Unix timestamps between seconds, milliseconds, microseconds, nanoseconds, local time, UTC, and ISO 8601.