Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 2.4 KB

README.md

File metadata and controls

67 lines (45 loc) · 2.4 KB

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.