Short: Base64 encoding/decoding and more V1.1 Author: zodiac@darkness.gun.de (Ralph Seichter) Type: util/conv Architecture: m68k-amigaos This program was designed to encode/decode data using the base64 encoding scheme, which is widely used in MIME messages. Text and especially binary data is converted into a 7-bit-clean format, to ensure correct transport in virtually every major computer network. 'base64' will create a MIME message header if you wish. Requires 'dos.library' V36 (OS 2.x) or better. Returns RETURN_WARN on error and RETURN_OK otherwise, so it can be easily used in shell scripts.