Convert text to Base64 and decode Base64 strings
Base64 is a binary-to-text encoding scheme that converts binary data into ASCII characters. It uses 64 characters (A-Z, a-z, 0-9, +, /) to represent data.
Note: Base64 is NOT encryption. It is encoding for transport, not security.