🔐

Base64 Encoder/Decoder

Encode and decode Base64 strings with automatic detection.

📖 About Base64

Base64 is a binary-to-text encoding scheme that represents binary data in ASCII string format. It's commonly used for encoding data in emails, URLs, and data URIs.

💡 Use Cases

  • Embed images in HTML/CSS
  • Transmit binary data over text protocols
  • Store complex data in databases
  • API authentication tokens