Skip to content

Notify user of wrong type of checksum check #3

@glennlopez

Description

@glennlopez

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions