hashapass.sh is meant to be a command-line version of hashapass.com. There’s an article up at copypastel.com describing its development and use.
hashapass.sh has been tested on Mac OS X and Linux. For use on Linux systems, make sure xsel
is available.
First, download the repo:
git clone git
github.com:copypastel/hashapass.git@
Then move hashapass.sh
to a directory in your terminal’s PATH
and make sure it’s executable:
cp hashapass/hashapass.sh /usr/local/bin/hashapass
chmod +x /usr/local/bin/hashapass
Run hashapass -h
for details on using the script itself.
hashapass.com for the initial idea of a better way to manage passwords.