// tool
Base64 and URL Encoder / Decoder
Encode or decode base64 and URL strings in real time.
// encoded
…// decoded
…When you'll reach for this
Kubernetes Secrets
Kubernetes stores Secret data as base64. Encoding a token or password here gives you the value that goes into data:in a Secret manifest. Remember: base64 is encoding, not encryption. Your secrets aren't secret yet.
API debugging
HTTP Basic auth, SAML responses, OAuth state parameters, signed URLs — lots of day-to-day DevOps work involves URL encoding or base64. Paste, inspect, move on.
Sponsored
Carbon Ads