base64 - Procedures to encode and decode base64
This package provides procedures to encode binary data into base64 and back.
Base64 encodes the given binary string and returns the encoded result. Inserts the character wrapchar every maxlen characters of output. wrapchar defaults to newline. maxlen defaults to 60.
Base64 decodes the given string and returns the binary data. The decoder ignores whitespace in the string.
base64, encoding