
pwdhash forms a Python port from https://www.pwdhash.com. This site generates per-site passwords from the site domain and a master password.
pwdhash is easy_installable, see Installation for details. Alternatively sources may be downloaded manually from pwdhash.
The mercurial source repository is hosted at BitBucket.
You need Python (at least version 2.6) installed and working to install pwdhash:
easy_install pwdhash
pwdhash doesn’t require any additional Python modules. For X11 clipboard support, however, either xsel or xclip must be installed in $PATH.
pwdhash expects the domain as single argument. The master password will be read from standard input (with echoing turned off). The generated password will be printed to standard output.
Specify the master password on command line.
Warning
The password will be visible in the list of running processes.
Don’t output the generated password on standard output. -c is required, if this option is given!
Copy the generated password to X11 clipboard.
Print the generated password ROT13-encoded to standard output.