Glossary
Base64
Base64 is an encoding scheme that converts binary data into a string of 64 printable ASCII characters. It uses letters A–Z, a–z, digits 0–9, plus (+), and slash (/) to represent every possible byte sequence, enabling safe transmission of binary data over text-based protocols.