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

Give a choice of which specific hash algos to use? #2

Closed
neuro18 opened this issue Sep 15, 2015 · 4 comments
Closed

Give a choice of which specific hash algos to use? #2

neuro18 opened this issue Sep 15, 2015 · 4 comments

Comments

@neuro18
Copy link

neuro18 commented Sep 15, 2015

Hi,

Is it possible to remove (or disable by default) CRC-32 and MD4 from the app? These hash functions are obviously obsolete nowadays. Also, do you have plans to add SHA-512 support? And possibly let a user to choose which specific hash functions to use by default (through additional options)?

Thanks!

@neuro18 neuro18 changed the title Remove (or disable) depricated hash functions? Disable obsolete hash functions + give a choice to which specific hash algos to use? Sep 15, 2015
@neuro18 neuro18 changed the title Disable obsolete hash functions + give a choice to which specific hash algos to use? Disable obsolete hash functions + give a choice of which specific hash algos to use? Sep 15, 2015
@RomelSan
Copy link

I agree, add an option to select specific hash algos to use. Thanks :)

@LtPinback
Copy link

I agree on giving the user the option to choose which hash functions to calculate but disagree on removing any from the app. CRC-32 is enough for data integrity checks where safety is not an issue.

@gurnec
Copy link
Owner

gurnec commented Jul 8, 2016

SHA-512 has been added, and MD4 removed. CRC-32 is still present (and I agree, it's still useful for data integrity, just not for security-related purposes).

All credit for these improvements (and many others) goes to @modelrockettier, thanks!

A new installer will be uploaded with these updates in a week or two.

I agree a choice of which hash algorithms to use would be nice; I'll keep this open until this has been implemented.

@gurnec gurnec changed the title Disable obsolete hash functions + give a choice of which specific hash algos to use? Give a choice of which specific hash algos to use? Jul 8, 2016
@gurnec
Copy link
Owner

gurnec commented Jul 9, 2016

FYI the latest binary version of HashCheck with SHA-512 support is available for download here.

@gurnec gurnec closed this as completed in 4e74fa0 Jul 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants