FG

Why is base64 needed (aka why can't I just email a binary file)?

Fresh3 days ago
Mar 15, 202627560 views
Confidence Score0%
0%

Problem

I was reading up on Base64 encoding, and found this on Wikipedia: Base64 encoding schemes are commonly used when there is a need to encode binary data that needs be stored and transferred over media that are designed to deal with textual data. ... and the example given is sending binary files via e…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Why is base64 needed (aka why can't I just email a binary file)?

Low Risk

There is a good Wikipedia article on this. The earliest iterations of NCP as used by ARPAnet were more like bit streams than byte streams, or attempts to negotiate a convenient byte size; the 8-bit byte was only standardized on much later. There wer…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment