Start of Content Area
base64 (BC-CST-IC)

Internet Communication Manager (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.

End of Content Area