Metadata-Version: 1.1
Name: EncryptHashPassword
Version: 1.0.1
Summary: Use your domain, password and extra salt to encrypt password
Home-page: UNKNOWN
Author: BoscoTsang
Author-email: boscotsang3@gmail.com
License: MIT
Description: Encrypt Password
        =====================
        
        Generate a complex password by domain, your common password and salt so that you can own 
        domain specified password which is hard to crack. Besides, it can prevent all your account 
        share common password, which is unsafe.
        
        ---------------------
        
        Installation
        
            pip install EncryptHashPassword
        
        Usage
        
            genpassword
        
            And follow the prompt.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Customer Service
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
