Base64

Codename: base64

Marvin is able to import and export Base64 encoded files (RFC 1341). A binary file is encoded as a multi line ASCII file containing the characters `a'-`z', `A'-`Z', `0'-`9', `+' and `/'. A line contains no more than 76 characters. 3 input bytes are encoded in the form of 4 ASCII characters. At the end of the file, there might be one or two `=' characters, for padding.

At export, the molecule file format is specified as an export option. Example:

base64:gzip:sdf Exports a base64 encoded gzipped SD file.

Reference

Do you have a question? Would you like to learn more? Please browse among the related topics on our support forum or search the website. If you want to suggest modifications or improvements to our documentation email our support directly!