HAITI is a versatile CLI tool and library designed to accurately identify over 641 different hash types, including modern algorithms.
:key: Hash type identifier (CLI & lib)
This tool is primarily used by security professionals, penetration testers, and developers to quickly identify the type of hash they encounter, facilitating password security analysis and vulnerability assessments. It helps in recognizing hash formats to enable appropriate cracking or verification methods.
HAITI is both a CLI tool and a library, making it suitable for integration into other security tools or scripts. Users should ensure Ruby is installed for gem usage and consult the documentation for advanced installation options. The tool’s extensive hash type database supports modern and legacy algorithms, aiding comprehensive hash identification.
Run `gem install haiti-hash` to install via RubyGems
Refer to the documentation for alternative installation methods such as Docker, Debian, and openSUSE packages
haiti <hash>
Identify the type of the provided hash string via the CLI