mime-base64: MIME::Base64 - Encoding and decoding of base64 strings mime-base64: mime-base64: This module provides functions to encode and decode strings into and mime-base64: from the base64 encoding specified in RFC 2045 - MIME (Multipurpose mime-base64: Internet Mail Extensions). The base64 encoding is designed to mime-base64: represent arbitrary sequences of octets in a form that need not be mime-base64: humanly readable. A 65-character subset ([A-Za-z0-9+/=]) of US-ASCII mime-base64: is used, enabling 6 bits to be represented per printable character. mime-base64: mime-base64: mime-base64: