Vocabularybase64InputsOutputsbase64 | a string of base64 characters |
Word descriptionConverts a sequence to its base64 representation by taking six bits at a time as an index into a lookup table containing alphanumerics, '+', and '/'. The result is padded with '=' if the input was not a multiple of six bits. A crlf is inserted for every 76 characters of output.
See also>base64,
base64>Definition