Convert text to/from Base64.
A binary-to-text encoding using 64 ASCII characters. Used for embedding images, email attachments, and data URIs.
No. Base64 is encoding, not encryption. Anyone can decode it.