/compare_hash

This Python script is a command-line tool that allows you to compare hash values of strings or files. Hash values are unique representations of data, generated using hash algorithms. The purpose of this tool is to help verify the integrity and authenticity of data by comparing hash values.

Primary LanguagePython

Stargazers