Skip to content

C1ph3rs3c/HashIdentifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HashIdentifier

HashIdentifier is a Python tool that identifies the hashing algorithm used for a given hash string or file containing multiple hashes.

Features

  • Supports various common hashing algorithms, including MD5, SHA-1, SHA-256, and more.
  • Identifies the hashing algorithm used based on the provided hash.
  • Can process single hash strings or files containing multiple hashes.

Usage

Installation

  1. Clone the repository:
    git clone https://github.com/C1ph3rs3c/HashIdentifier.git
    cd HashIdentifier
    pip install -r requirements.txt
    python main.py hash.txt
    

Requirements

Python 3.x

cryptography library

Install the dependencies using:

  pip install -r requirements.txt

Contributing

Contributions are welcome! Please feel free to submit issues, suggest improvements, or create pull requests.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages