Metadata-Version: 1.1
Name: master-password
Version: 1.3.0
Summary: An implementation of the Master Password© algorithm in Python
Home-page: https://github.com/MitalAshok/master_password
Author: Mital Ashok
Author-email: mital.vaja@googlemail.com
License: GPL-3.0
Description: Master Password
        ===============
        
        An implementation of the `Master Password <http://masterpasswordapp.com/>`_ algorithm in Python.
        
        Master Password is a security product and algorithm by `Maarten Billemont <http://lhunath.com/>`_, `Lyndir <http://lyndir.com/>`_ (© 2011-2014).
        
        The original that this is a derivative of can be found on GitHub at `Lyndir/MasterPassword <https://github.com/Lyndir/MasterPassword>`_.
        
        Note that if your Python installation does not come with a `hashlib.scrypt` function, see `here <https://github.com/MitalAshok/master_password#installation>`_ for alternatives.
        
Keywords: masterpassword,statelesspassword,password
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Security
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
