Skip to content

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

License

Notifications You must be signed in to change notification settings

joostrijneveld/pwdhash-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

This is a Python implementation of PwdHash, 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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages