← All tools
πŸ”’ Processed locally via Web Crypto API

Text, Base64 & Hash Toolkit

Encode/decode Base64 and URL-encoded text, and generate cryptographic hashes β€” all using your browser's native crypto, nothing sent to a server.

πŸ’‘ For when you need to double-check a file or password hash, or quickly encode a string for a URL or config file.

Base64

URL encoding

Hashes

MD5 isn't offered β€” it has no native browser implementation and is cryptographically broken; use SHA-256 or better wherever possible.