Metadata-Version: 1.1
Name: master_password
Version: 1.0.0
Summary: An implementation of the Master Password© algorithm in Python
Home-page: https://github.com/MitalAshok/master_password
Author: MitalAshok
Author-email: mital.vaja[AT]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 `here <https://github.com/Lyndir/MasterPassword>`_.
        
Keywords: masterpassword,statelesspassword,password
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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
