Skip to content

Base64 Text Encoder/Decoder: Add a end-of-line sequence choice option #1534

@vesnikos

Description

@vesnikos

What improvement do you think would an existing feature or tool in DevToys?

Be able to select between CRLF and LF as an end-of-line-sequence of input strings when encoding text to basee64.

Solution/Idea

Enchange the existing configuration of the tool to apply CRLF or LF for new line:

Image

Example from base64encode

Image

Comments

Why this matters:
This could lead to situations that decoded strings would be rejected by programs expecting strings with end-of-characher to be LF. (ie libcrypto when parsing private-keys for ssh)

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