Base64 Encode / Decode

Configuration Settings

Further Reading

Base64 is a binary-to-text encoding scheme that represents binary data using only printable ASCII characters. It's commonly used to safely transmit or store data—like images, files, or cryptographic keys—within systems that handle text, such as URLs, JSON, or email.