An open API service indexing awesome lists of open source software.

https://github.com/joostrijneveld/pwdhash-py

A Python implementation of PwdHash, accessible from the command-line
https://github.com/joostrijneveld/pwdhash-py

Last synced: over 1 year ago
JSON representation

A Python implementation of PwdHash, accessible from the command-line

Awesome Lists containing this project

README

          

This is a Python implementation of [PwdHash](http://pwdhash.com/), accessible from the command line. It is function-equivalent to the original PwdHash browser add-on.

## Usage

```
usage: pwdhash.py [-h] [-n] domain

Computes a PwdHash.

positional arguments:
domain the domain or uri of the site

optional arguments:
-h, --help show this help message and exit
-n do not print the trailing newline
```