Base64, URL encoding, SHA hashes, JWT tokens, bcrypt, hex, HTML entities, SSL certificates. Browser-only, nothing uploaded.
Encoding and hashing are fundamental operations in web development. Whether you are debugging a JWT, verifying a bcrypt hash, encoding a URL parameter, or inspecting an SSL certificate, these tools provide the cryptographic primitives you need without installing any software or sending sensitive data to a server. All crypto operations use the browser's native WebCrypto API.