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

Wrong SHA3 HASH #45

Closed
Else00 opened this issue Oct 13, 2022 · 1 comment
Closed

Wrong SHA3 HASH #45

Else00 opened this issue Oct 13, 2022 · 1 comment
Assignees
Labels

Comments

@Else00
Copy link

Else00 commented Oct 13, 2022

All versions of SHA3 give an incorrect result, different from any other implementation.
In the screenshots there are examples with SHA3-256 on 3 different web implementations.
other_implementation_1
other_implementation_2
other_implementation_3
mrhash_implementation

@rikyoz
Copy link
Owner

rikyoz commented Oct 16, 2022

Hi!
Thank you for reporting this issue!

The problem is actually due to a bug in the old Qt library used to build Mr.Hash v0.3.2 (https://stackoverflow.com/questions/52664903/qcryptographichashsha3-256-differs-in-qt5-4-and-qt5-8).

I just released a new hotfix build v0.3.3 that ships with a more recent version of the Qt framework (https://github.com/rikyoz/MrHash/releases/tag/v0.3.3).

image

Thank you again!

@rikyoz rikyoz closed this as completed Oct 16, 2022
@rikyoz rikyoz self-assigned this Oct 16, 2022
@rikyoz rikyoz added the bug label Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants