What improvement do you think would an existing feature or tool in DevToys?
A lot of times base64 text is given in a 80-column screen friendly format; that is a line break is inserted every N characters, usually at character 76 or 64. If you have such a text, you currently need to manually remove all line breaks before the Base64 Text Encoder / Decoder can understand it as valid base64 text.
Solution/Idea
Allow Base64 Text Decoder to ignore line breaks (LF or CRLF or whatever). Also, optionally, allow Base64 Text Encoder to emit base64 text wrapped at a specific line (usually 64 or 76)
Comments
No response