Evergreen dev tool

Text Encoder, Decoder & Hash Generator

Encode, decode, escape and hash text locally in your browser. Useful for Base64, URL encoding, HTML entities, SHA hashes, API testing and quick cleanup before sharing text.

🔐

Input text

Privacy note: the text stays in this browser tab. SHA-256 and SHA-1 use the browser Web Crypto API when available.

When to use

Decode payloads, escape HTML, inspect URL parameters or create quick hashes without uploading private text to a server.

Hash caution

Hashes are one-way digests, not encryption. Do not paste production secrets into random web tools unless you trust the local code.