Skip to content

Allow line breaks and word wrapping in Base64 Text Encoder / Decoder #1459

@gschizas

Description

@gschizas

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementIdea of improvement of existing feature.untriaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions