Back to Developer & Web Tools
Base64Url Encoder / Decoder
URL-safe Base64 (RFC 4648 §5) with optional padding — the encoding used by JWTs, tokens and query strings.
Security note. Base64Url is an encoding, not encryption — it hides nothing and anyone can reverse it instantly. Never use it to protect passwords, keys or personal data; use proper encryption for anything that must stay confidential.