Encode and decode text or files to Base64 format securely.
Base64 is a group of binary-to-text encoding schemes that represent binary data in an ASCII string format. It is designed to carry data stored in binary formats across channels that only reliably support text content.
data:image/png;base64,...).