Found 1 hit - Term: base 64, Database: *, Strategy: exact
- [1] : The Free On-line Dictionary of Computing (27 SEP 03)
base 64
a file format using 64 ascii
characters to encode the six bit binary data values 0-63.
to convert data to base 64, the first byte is placed in the
most significant eight bits of a 24-bit buffer, the next in
the middle eight, and the third in the least significant eight
bits. if there a fewer than three bytes to encode, the
corresponding buffer bits will be zero. the buffer is then
used, six bits at a time, most significant first, as indices
into the string
"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz0123456789+/"
and the indicated character output. if there were only one or
two input bytes, the output is padded with two or one "="
characters respectively. this prevents extra bits being added
to the reconstructed data. the process then repeats on the
remaining input data.
base 64 is used when transmitting binary data through
text-only media such as electronic mail, though uuencode
is more common.
1995-03-21
see also:
ascii binary data electronic mail uuencode
Results 1 - 3 of 3 found about base 64: Base 64
>> B Words
Base 64, definition of term: Base 64
base+64_pag1.html Base
>> B Words
Base, definition of term: Base
base_pag1.html Base Metal
>> B Words
Base Metal, definition of term: Base Metal
base+metal_pag1.html
Last accessed:2008/08/29 14:07:31 [Total processing time: 0 seconds] |