Skip to content

6-ft/hash-identifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

85 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Hash Identifier

Version GitHub Repo stars GitHub issues Python


πŸ” Overview

Hash Identifier is a fast and reliable tool to detect the type of a given hash.
Use it in CLI MODE or instantly online via the WEB VERSION.

Made for beginners, CTF players, and anyone exploring cybersecurity with an easy-to-use hash tool.

βš™οΈ Features

  • 🧠 Detects common hash formats
  • πŸ” Identifies salted vs non-salted hashes
  • πŸ“Š Shows Match Strength
  • πŸ’» CLI-based (offline)
  • πŸ›  Beginner-friendly

⚑ Terminal Launch

Clone the Project

git clone https://github.com/6-ft/hash-identifier
cd hash-identifier

Run

python3 hash-format-identifier.py

🌐 Web Version

A web version of this tool is available for quick checks without a terminal:

πŸ”—hash-identifier.com

🧠 How It Works

Uses regular expressions to match hashes against a database of known formats. Estimates confidence if multiple hash types are possible.

⭐ Support

If you like this project:

  • Give it a ⭐ on GitHub
  • Share it with friends
  • Use it and learn

πŸ‘€ Author

Made with ❀️ by Pulkit

πŸ‘Ύgithub.com/6-ftπŸ‘Ύ