DevToys icon indicating copy to clipboard operation
DevToys copied to clipboard

Add Base64 output option to Checksum Generator

Open tpaananen opened this issue 2 months ago • 0 comments

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

Add Base64 output option to Checksum Generator. Meaning that the calculated hash is encoded in base64. Currently there's only upper/lower hex output support.

Solution/Idea

There could be an option similar to Hash Generator where you can select between hex and base64 output options and when base64 is selected it would disable the upper/lower case options like in Hash generator.

Comments

It would be useful when comparing / calculating digest values (like Content-Digest / Repr-Digest etc. http headers) which in case of sha-256/-512 are in base64 encoded format.

tpaananen avatar Oct 12 '25 11:10 tpaananen