/hash_identifier

Simple hash algorithm identification GUI using GTK4+Adwaita.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Hashes

Simple hash algorithm identification Linux GUI.



Install


Screenshots


Contribute


Packaging



Features

  • 📺 Popularity Ratings - Most popular hashes showed first.
  • 👵 Updated! - New hash algorithm database is used in the identification process.
  • 🚫 Microsoft Windows is not supported.

Requirements

Installation

Flathub (recomended)

TODO...

Git

You need to have meson and xgettext installed in you system.

You need python modules listed in requirements/requirements.in installed in your python environment.

git clone https://github.com/zefr0x/hashes.git
cd hashes
meson setup builddir
meson install -C builddir

Screenshots

TODO...

Acknowledgments

  • Name-That-Hash - For providing an API first and modern hash identification system.
  • Bottles - For showing how to deal with a python project using Meson.
  • Dialect - For showing how to deal with CLI in python PyGObject application.