Hash Identifier for Python (derived from haiti)
Project description
Haipy
What is it?
A CLI tool to identify hash types (hash type identifier).
This project is a Python porting of "haiti" https://github.com/noraj/haiti written in Ruby.
Features
- 500+ hash types detected
- Can be used as Python library
- Modern algorithms supported (SHA3, Keccak, Blake2, etc.)
- Hashcat and John the Ripper references
- CLI tool
- Hackable
Usage
haipy [hash code to guess]
Usage as Python Library
Haipy can be used as a Python Library like shown in the following snippet of code:
>>> import haipy as haipy
>>> haipy.detect("$6$qoE2letU$wWPRl.PVczjzeMVgjiA8LLy2nOyZbf7Amj3qLIL978o18gbMySdKZ7uepq9tmMQXxyTIrS12Pln.2Q/6Xscao0")
>>> [{'name': 'SHA-512 Crypt', 'hashcat': 1800, 'john': 'sha512crypt'}]
Installation
To install from pypi:
pip install haipy
To install from the source directory:
pip install .
Author
Ported by @gcarmix, derived from haiti by @noraj
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
haipy-1.5.1.tar.gz
(92.9 kB
view details)
Built Distribution
haipy-1.5.1-py3-none-any.whl
(92.9 kB
view details)
File details
Details for the file haipy-1.5.1.tar.gz
.
File metadata
- Download URL: haipy-1.5.1.tar.gz
- Upload date:
- Size: 92.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c0fa950f19e0ee3e4fbd56dccd55d2e5c78db4165afa1970c54285e71141431 |
|
MD5 | 6d83654a701c826f5854197af63cc25c |
|
BLAKE2b-256 | 2e22a26db61d38edcf61483e2be5ea298359064aa62494953dca99213fdfeee9 |
File details
Details for the file haipy-1.5.1-py3-none-any.whl
.
File metadata
- Download URL: haipy-1.5.1-py3-none-any.whl
- Upload date:
- Size: 92.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae4e8cd727ba1586a57498193eaeaa084b592f41d7be5ac8fa9bd0e44603ea6f |
|
MD5 | 9ca539127531230e0be01257efcdacaf |
|
BLAKE2b-256 | 0290f9ad114116381c488904f429bb584105775db2fdc09bbdfc59a72e0307bc |