Skip to content

A cross-platform desktop app for hashing data, written in Compose for Desktop

License

Notifications You must be signed in to change notification settings

russellbanks/HashHash

Repository files navigation


hash

HashHash

A Sleek, Multiplatform GUI for File Hashing

Report Bug . Request Feature

Contributors Issues License

About The Project

HashHash is a multiplatform GUI for hashing files and text, built using Compose for Desktop.

Light
HashHash in light mode
Dark
HashHash in dark mode

Supporting algorithms

HashHash uses crypto for each hashing algorithm. For a complete list of the available hashing algorithms, please refer to their ReadMe.

Built With

Installation

You can get the latest copy of HashHash from GitHub releases, or via WinGet:

winget install hashhash

Usage

HashHash has three main screens: the file hashing screen, the text hashing screen and the compare files screen. You can select the hashing algorithm of choice and input the data you wish to hash.

  1. On the file screen, you can input a file and press the calculate button.
  2. On the text screen, you can input text, and it will begin hashing straight away.
  3. On the compare files screen, you can input two files, and press the calculate button. HashHash will then tell you if the files match or do not match, according to the hashing algorithm.

License

GNU GPLv3 Logo

HashHash is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.