# name-that-hash を Homebrew, MacPorts, Nix でインストール

name-that-hash のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:name-that-hash
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install name-that-hash
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install name-that-hash
```

  証拠: MacPorts ports tree: security/name-that-hash/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#nth
```

  証拠: nixpkgs package indexes: nth from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

## パッケージ情報

- **パッケージキー:** brew:name-that-hash
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.11.0
- **ソース概要:** Modern hash identification system
- **ホームページ:** <https://nth.skerritt.blog/>
- **リポジトリ:** <https://github.com/bee-san/Name-That-Hash>
- **最終更新:** 2026-07-13T11:09:40Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- name-that-hash (エイリアス)
- nth (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.11.0
## プロジェクトの歴史と使われ方

Name That Hash is a Python hash-identification CLI and web app for mapping unknown hashes to likely algorithms and cracking-tool modes.

### プロジェクトの歴史

The repository was created on 2021-01-13, and PyPI release history begins with 0.0.1 on 2021-01-24. The project positioned itself as a modern successor to older hash identifiers, emphasizing popularity-ranked results, hash summaries, accessible output, JSON/API use, and Hashcat/John the Ripper mode information.

Release 1.10.0 on 2021-06-13 added more than 50 hashes and an automated test matrix for hash database correctness; release 1.11.0 on 2022-11-17 added and verified hash patterns including yescrypt, BitLocker, RACF, Argon2, and other community-contributed entries.

### 採用の歴史

The project reached security distributions and package managers beyond PyPI. Its README lists REMnux, AUR, MacPorts, and Homebrew, and Kali documents the `name-that-hash` and `nth` binaries for identifying MD5, SHA256, and more than 300 other hash types.

Repository metadata consulted on 2026-07-01 showed 1,658 GitHub stars and 110 forks. Homebrew listed 348 installs over the prior 365 days, which is modest but plausible for a specialist CTF/forensics helper.

### 使われ方

The practical loop is simple: pass one hash with `nth --text`, pass a newline-delimited file with `nth --file`, or use greppable/JSON output for automation. Kali's help output also documents base64 decoding, accessible mode, and an extreme mode that searches for hashes inside larger strings.

Package nerds use it before cracking: identify candidate formats, choose likely Hashcat or John modes, then feed those guesses into heavier cracking or forensic tooling. The JSON output makes it scriptable in pipelines.

### パッケージ好きにとっての重要性

Name That Hash matters because it packages the messy regex database problem with better output priorities and cracking-tool context. It is not a cryptographic primitive; it is a triage tool that saves time before using Hashcat, John, or CTF tooling.

### タイムライン

- 2021-01-13: GitHub repository created.
- 2021-01-24: PyPI release 0.0.1 published.
- 2021-06-13: 1.10.0 release adds more than 50 hashes and an automated test matrix.
- 2022-11-17: 1.11.0 release published on GitHub and PyPI.
- 2026-07-01: Homebrew Formulae page listed 348 installs over the prior 365 days.

### Related projects

- HashID
- Hash-Identifier
- Hashcat
- John the Ripper
- REMnux
- Kali Linux

### ソース

- <https://api.github.com/repos/bee-san/Name-That-Hash>
- <https://api.github.com/repos/bee-san/Name-That-Hash/releases?per_page=5>
- <https://formulae.brew.sh/formula/name-that-hash>
- <https://github.com/bee-san/Name-That-Hash>
- <https://pypi.org/project/name-that-hash/>
- <https://www.kali.org/tools/name-that-hash/>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- MacPorts - name-that-hash: normalized package name match | MacPorts ports tree: security/name-that-hash/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Nix - nth: installed executable or alias match | nixpkgs package indexes: nth from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix


## Combined YAML source

View the package source record on GitHub. [combined/name-that-hash.yml](https://github.com/mxcl/pkgdb/blob/main/combined/name-that-hash.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
