in reply to Re: How to generate 64-character length lines in base64?
in thread How to generate 64-character length lines in base64?

Thank you!

I did wonder about this, but was unsure about '=' padding if/when required. encode with the default EOL would handle that for me, I believe. Perhaps breaking it up myself could necessitate change some line endings?

I'll read a few more spec details and play with this.