Base 64 Encoder/Decoder
Base64 is NOT AN ENCRYPTION. It is NOT SECURED.It is just a data encoding scheme whereby an arbitary sequence of bytes is converted to a sequence of printable ASCII characters. It is defined as a MIME content transfer encoding for use in internet e-mail.