DevToys-app / DevToysMac

DevToys For mac
MIT License
9.2k stars 353 forks source link

Add support for Base64 to Hex Conversion #152

Open ranjali opened 3 months ago

ranjali commented 3 months ago

This is a small update to convert Hex String to Base64 and Vice Versa. It is useful as sometimes we need to convert Bytes Data into Hex String representation.

I do not update any localisation yet.