ui.toolRouteContent.codec.base64url.howItWorks.heading
ui.toolRouteContent.codec.base64url.howItWorks.body
Encode UTF-8 text as URL-safe, unpadded Base64URL for tokens and identifiers. Runs entirely in your browser — input is never uploaded.
ui.toolRouteContent.codec.base64url.howItWorks.body
Anyone can decode Base64URL without a key. Use AES when the input must stay confidential.
A strict Base64 decoder will reject Base64URL output until the padding is restored and - / _ are converted back to + and /.