A python script with graphical menu for generating diceware passphrases. Works in Linux and Windows.
In menu you can choose:
- Dictionary: dictionary of words to use (default is 'diceware' and optionally 'beale').
- More security: replace a random character from a random word of generated passphrase.
- Number of words: number of words of generated passphrase.
Buttons:
- Generate: generates the passphrase in textbox.
- Copy to Clipboard: copy content of textbox to clipboard.
More info about how diceware method works here.