Skip to content

A cross-platform GUI implementation of the hashapass password generator, with extensions for more complex passwords

License

Notifications You must be signed in to change notification settings

danielcarr/hashapass-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashapass Widget

A cross-platform GUI implementation of the hashapass password generator, with extensions for more complex passwords.

I've been using a lightly modified version of the script recommended on the hashapass website for years so that I can use unguessable and unique passwords without a proprietary password manager.

The original implementation is hardcoded to 8 character long passwords, but many websites require more than that (which is also generally a good thing), so I've extended it to allow for variable password length. I also send the output straight to the clipboard so that I don't have to copy it after generating it (which means showing it on screen can also be optional).

This is a GUI widget to replace and improve upon the terminal instance running a script I have been using. But the generated passwords will be compatible.

See also

About

A cross-platform GUI implementation of the hashapass password generator, with extensions for more complex passwords

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages