Skip to content

Password generation from the command line that is compatible with hashapass.com

Notifications You must be signed in to change notification settings

copypastel/hashapass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hashapass

about

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.

compatibility

hashapass.sh has been tested on Mac OS X and Linux. For use on Linux systems, make sure xsel is available.

installing

First, download the repo:

git clone gitgithub.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.

thanks

hashapass.com for the initial idea of a better way to manage passwords.

About

Password generation from the command line that is compatible with hashapass.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 60.6%
  • Shell 39.4%