Base64: What is the worst possible increase in space usage?

If a server received a base64 string and wanted to check it’s length before converting,, say it wanted to always permit the final byte array to be 16KB. How big could a 16KB byte array possibly become when converted to a Base64 string (assuming one byte per character)?

5 Answers
5

Leave a Comment