Metadata-Version: 1.1
Name: correct-horse
Version: 0.1.2
Summary: Print strong, memorable passphrases
Home-page: https://github.com/bbiw/correct-horse
Author: Terrel Shumway
Author-email: algae-ester-1925-riga-seth@shumway.us
License: MIT
Description: This program allows you to easily create strong, memorable passphrases.
        
        It reads a specified number of bits of data from your system's CSPRNG, turrns it
        into a very large number, and prints it out in base 7776.
        
        The result will be something like `greet say yaw dunham italy pass navel`. If
        your system has a good random number generator, this should be a reasonably secure
        password, and also reasonably easy to memorize.
        
        see also:
         * http://world.std.com/~reinhold/diceware.html
         * https://www.rempe.us/diceware/#diceware
         * https://xkcd.com/936/
         * https://github.com/bbiw/mempass
        
            
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Security
