README.md
June 11, 2026 ยท View on GitHub
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)
Git
You need to have
mesonandxgettextinstalled in you system.You need python modules listed in
requirements/requirements.ininstalled in your python environment.
git clone https://github.com/zefr0x/hashes.git
cd hashes
meson setup builddir
meson install -C builddir
Screenshots
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.