Welcome to PyHashlookup’s documentation!

This is the client API for CIRCL hash lookup

Installation

The package is available on PyPi, so you can install it with:

pip install pyhashlookup

Usage

You can use pyhashlookup as a python script:

$ hashlookup -h
usage: hashlookup [-h] [--query QUERY]

Query hashlookup

optional arguments:
  -h, --help     show this help message and exit
    --query QUERY  Hash (md5 or sha1) to lookup.

Or as a library:

Indices and tables