Metadata-Version: 1.1
Name: passphrasegen
Version: 1.1
Summary: Generate a passphrase consisting of words chosen from word list dictionaries.
Home-page: https://github.com/rpatterson/passphrasegen
Author: Ross Patterson
Author-email: me@rpatterson.net
License: GPLv2
Description: passphrasegen
        =============
        
        Generate a passphrase consisting of words chosen from word list dictionaries.
        
        See the online help for details::
        
            $ passphrasegen --help
            usage: setup.py [-h] [-d DELIMITER] [-b BITS | -l LENGTH]
                            [wordlist [wordlist ...]]
            
            Generate a passphrase consisting of words chosen from word list dictionaries.
            
            positional arguments:
              wordlist              one or more word list dictionaries with one word per line
                                    (default: ['/usr/share/dict/words'])
            
            optional arguments:
              -h, --help            show this help message and exit
              -d DELIMITER, --delimiter DELIMITER
                                    delimiter that separates the words in the passphrase
                                    (default: ' ')
              -b BITS, --bits BITS  minimum bits of entropy, determines the number of words
                                    (default: 164)
              -l LENGTH, --length LENGTH
                                    length of the passphrase in number of words
Keywords: password generator passphrase entropy
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Security
Classifier: Topic :: Utilities
