DisPass is a passphrase generator for GNU/Linux, *BSD, MacOS X and Windows. It enables you to generate unique passphrases formed from a master password and a label, helping you get rid of the bad habit of using a single password for multiple websites. When using a different passphrase for every website, the chance of abuse of your password on other sites (when a website leaks it) is eliminated. Dispass is a console application, but also has a simple graphical interface.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Add support for multiple algorithms
· Add new algorithm Dispass2
· Add -a, --algo option for specifying algorithm
· Add -n, --number option for specifying sequence no
· Add label length selection in gui
· Add label/parameters selection in gui
· Add interactive labelfile editor 'dispass-label'
· Center the fields when the window gets bigger
· Reset all fields in gdispass by pressing
· Optionally quit gdispass with Ctrl-Q
· Gracefully quit on (Ctrl-C) keyboard interrupt
· Clear input fields after passphrase generation
· Auto-select generated passphrase in gdispass
· Generate passphrases in gdispass by pressing
· Change default location of labelfile
· Add dispass `--script` option
· Add dispass-label for managing labelfiles
· Use separate text for manpage instead of README
· Add option to lookup a lable in with '-s' switch
· Require a min. password length of 8 chars in cli
· Rename ChangeLog -> ChangeLog.rst
· Make DisPass run from Python shell without exiting
· Remove dispass.el emacs wrapper, maintained separately by Tom Willemsen