From Wikipedia ‘In computer programming, Base64 is a group of binary-to-text encoding schemes that represent binary data (more specifically, a sequence of 8-bit bytes) in sequences of 24 bits that can be represented by four 6-bit Base64 digits.’ Don’t confuse encoding/decoding (ASCII, Unicode, URLEncoding, Base64) with encyrption(AES, RSA, Blowfish) and…