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
- Host: GitHub
- URL: https://github.com/joostrijneveld/pwdhash-py
- Owner: joostrijneveld
- License: cc0-1.0
- Created: 2015-02-26T16:16:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-01T11:19:55.000Z (almost 9 years ago)
- Last Synced: 2024-11-08T15:45:09.660Z (over 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-repos - joostrijneveld/pwdhash-py - A Python implementation of PwdHash, accessible from the command-line (Python)
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
```