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

Support sha384 #72

Open
chucklu opened this issue Jun 19, 2020 · 4 comments
Open

Support sha384 #72

chucklu opened this issue Jun 19, 2020 · 4 comments

Comments

@chucklu
Copy link

chucklu commented Jun 19, 2020

The sri hash site https://www.srihash.org/ generate sha384 by default, and https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity also use sha384 as example.
It would be great if this tool can support sha384.

@LuxLOL
Copy link

LuxLOL commented Aug 8, 2020

It's really sad that no one keeps this nice tool up-to-date. This is the best Hash Check tool out their. Because you can very easy compare/save multiple hashes at once and sort them as you wish.

@sergeevabc
Copy link

sergeevabc commented Dec 28, 2023

@chucklu, srihash.org has three hashes to choose from: sha256 and sha512 besides sha384, the former ones are present in HashCheck and there is no problem with them. Don't let paranoids infect your brain with 'more bits of security' stuff. But more important is that you have to encode sha384 output with base64 as well to use later inside a specific html tag. HashCheck is far from dealing with tricky network schemes, it's more grounded in processing local files and verifying its checksums.

But the way, are you still using this app, or moved elsewhere (e.g. OpenHashTab)?

@chucklu
Copy link
Author

chucklu commented Dec 28, 2023

@sergeevabc yes, I know that srihash.org site provided three hashes, but as I said sha384 is the default one. The other two needs to manually switch.

I know this tool is used to verify the sha of local files, and we check the .js file for the Subresource Integrity. we also use it to verify the file integrity when we need to compare the files shared.

I am still using this app, as it's integrated with shell. It's the first time I heard OpenHashTab, do you recommend it?

@sergeevabc
Copy link

It's the first time I heard OpenHashTab, do you recommend it?

You should definitely try it. It can be safely installed and removed later if necessary.
Having said that, I don't mean that you'll like it more, but at least it's evolving, although I'm not thrilled with its design. Unfortunately, none of the hashing calculators for Windows with a graphical interface have satisfied me so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants