DevToys
DevToys copied to clipboard
Add Base64 output option to Checksum Generator
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.