PDFResim

Text Tools

Password, hash, UUID, URL encoding and formatters.

Popular

Other tools

When do you need the text tools?

These handle the small tasks that keep coming back: converting a value into another representation, generating something from scratch, or inspecting text you already have. None of them need an install or an account.

To convert a representation

Encode text to Base64 and back, make text safe to place in a URL, or produce a SHA-1, SHA-256 or SHA-512 digest when you need to check that a value has not changed.

To create something new

Build a QR code from a link or a piece of text, generate strong random passwords, get UUID v4 identifiers to keep records apart, and turn a title into a clean file name or URL slug.

To inspect and compare

Make messy JSON readable or minify it to one line, compare two texts line by line to see exactly what changed, and convert between Unix timestamps and ISO dates.