DevToys-app / DevToys

A Swiss Army knife for developers.
https://devtoys.app/
MIT License
26.94k stars 1.45k forks source link

Can we add binary output support for base64 decode? #917

Open jjshao-ms opened 1 year ago

jjshao-ms commented 1 year ago

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

sometimes the raw text of base64 is binary, would be great to show them as hex.

Solution/Idea

As above.

Comments

No response

Regenhardt commented 1 year ago

Or add a utf8-Encoder/Decoder tool. Might as well add a switch for different encodings in that case.

jamescurran commented 3 months ago

To be clear, the entire purpose of BASE64, is to transmit binary data through media that only accepts text.