base64 (BC-CST-IC) |
Procedure for encoding any binary data in printable characters.
Base64 encoding converts every byte into a series of printable characters (the set contains 64 characters).
This enables any binary data, even with character-oriented protocols (as is frequently the case on the Internet), to be transferred.