psypanda/hashID
Software to identify the different types of hashes - observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4983
- days_rel: n/a
- days_push: 1535
- n_releases_24m: 0
Adoption not part of the score
1468 stars · 192 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
hashID is a Python CLI tool that identifies over 220 hash types using regular expressions, working on single hashes, files, or directories. It can also output the corresponding hashcat mode and JohnTheRipper format for identified hashes.
Use cases
- identify what type of hash this string is
- detect hash algorithm from a password dump
- find the hashcat mode for a hash
- identify hashes in a file of leaked credentials
- determine JohnTheRipper format for a hash
- identify md5 vs sha1 vs bcrypt hashes
When to choose
- you need to identify an unknown hash type before cracking it
- you want hashcat or JohnTheRipper mode suggestions in the same output
- you need to scan many files or a directory for hashes
- you want a lightweight cross-platform Python tool with no dependencies
When to avoid
- you need to actually crack or reverse hashes rather than identify them
- you require guaranteed accuracy - regex matching can produce false positives
- you need actively maintained software with recent updates
- you need a GUI or web interface
Facets
cli-tool · maturity maintenance
security cli parser security penetration-testing developer-tools python cli windows cross-platform hash-identification hashcat john-the-ripper password-cracking cryptography-tools command-line linux macos
3 sources
- readme: https://github.com/psypanda/hashID · fetched 2026-08-28 · 53bb35548751
- homepage: http://psypanda.github.io/hashID · fetched 2026-08-29 · a87d9d8bc60e
- registry_pypi: https://pypi.org/pypi/hashid/json · fetched 2026-08-29 · f6bd1cb70335
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| psypanda/hashID | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem