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

Notify user of wrong type of checksum check #3

Open
glennlopez opened this issue Mar 13, 2019 · 0 comments
Open

Notify user of wrong type of checksum check #3

glennlopez opened this issue Mar 13, 2019 · 0 comments
Labels
enhancement New feature or request Todo

Comments

@glennlopez
Copy link
Owner

Users might unknowingly check a SHA-256 hash they generated with an MD5 string they received from the internet.

Since MD5 strings are shorter in length than SHA-256 strings:

[ ] Add a check to see string length matches that of SHA-256 or MD5
[ ] If it's not, let the user know they are comparing a SHA-256 checksum with an MD5 checksum

@glennlopez glennlopez added enhancement New feature or request Todo labels Mar 13, 2019
@glennlopez glennlopez changed the title Notify user of checksum miss-match Notify user of wrong type of checksum check Mar 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Todo
Projects
None yet
Development

No branches or pull requests

1 participant