ShowMyHash is a simple utility tool that calculates and compares cryptographic hash values for files. It provides an easy-to-use graphical interface built with tkinter and supports various hash algorithms, such as MD5, SHA-1, SHA-256, and SHA-512. The utility allows users to compare calculated hash values with manually entered hash values and provides a convenient option to copy the hash values to the clipboard.
- Calculate hash values (MD5, SHA-1, SHA-256, and SHA-512) for a selected file.
- Compare calculated hash values with manually entered hash values.
- Copy hash values to the clipboard.
- Integration with the right-click context menu for quick access.
- Download the installer batch file(install.bat) from the Releases page.
- Right-click on the
install.bat
file. - Select "Run as administrator" from the context menu.
- Follow the on-screen instructions to complete the installation.
- After installation, you can access ShowMyHash by right-clicking on a file and selecting the "ShowMyHash" option from the context menu.
This script is for educational and informational purposes only. Hashes may not guarantee complete file authenticity.
- Python - The programming language used for scripting and development.
- Tkinter - The Python interface to the Tk GUI toolkit.
- PyInstaller - Used to create the compiled executable and installer.
This project is licensed under GPL 3.0 LICENSE.