encode-base64-lines ( -- )
Base 64 conversions

Prev:encode-base64 ( -- )
Next:decode-base64 ( -- )


Vocabulary
base64

Word description
Reads the standard input and writes it to standard output encoded in base64 with a crlf every 76 characters.

Definition