Appendix: Base64 Encoding

Base64 is a group of binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. In the case of using Base64 to encode API header calls, it's used as a means to conceal user keys that are being transmitted over HTTPS as an additional layer of security.