Skip to content
/ hashes Public

Simple hash algorithm identification GUI using GTK4+Adwaita.

License

Notifications You must be signed in to change notification settings

zefr0x/hashes

Repository files navigation

Logo

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)

Download on Flathub

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

Screenshot Light Theme Screenshot Dark Theme Screenshot Small Light Theme Screenshot Small Dark Theme

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.