Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option or toggle to show Blob properties' ContentMD5 in hex (Base16) instead of Base64 #8006

Open
3 tasks done
daiplusplus opened this issue Jun 14, 2024 · 1 comment
Open
3 tasks done
Labels
💡 feature request New feature or request
Milestone

Comments

@daiplusplus
Copy link

daiplusplus commented Jun 14, 2024

Preflight Checklist

Problem

All of my tooling works with content hashes, like MD5, uses hexadecimal (Base16 ) representations, not Base64, so whenever I copy a blob's ContentMD5 value from Azure Storage Explorer I need to convert it from Base64 to Base16 which disrupts my workflow.


Examples of tooling that requires Base16, not Base64:

  • SQL Server Management Studio's Grid View shows varbinary values in hexadecimal with an 0x prefix
  • 7-Zip's hash tool (an Explorer.exe shell-extension) shows all hashes in Base16
  • Excel doesn't support Base64, but it does support Base16 (=HEX2DEC and =DEC2HEX)

Desired Solution

A toggle button within the ContentMD5 textbox that flips the display between Base16 and Base64, and the last-used-setting is persisted

Alternatives and Workarounds

No response

Additional Context

If this feature is implemented, I'm not bothered either-way if the box has a leading 0x or not.

@daiplusplus daiplusplus changed the title Add option or toggle to show ContentMD5 in hex (Base16) instead of Base64 Add option or toggle to show Blob properties' ContentMD5 in hex (Base16) instead of Base64 Jun 14, 2024
@craxal craxal added the 💡 feature request New feature or request label Jun 14, 2024
@craxal
Copy link
Contributor

craxal commented Jun 14, 2024

We have several spots in the app that allow you to select encodings. Could be useful to have a generic "binary field" of sorts that lets you toggle the encoding for the data in the field.

@craxal craxal added this to the Near Future milestone Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants