Metadata-Version: 2.1
Name: pysafe
Version: 0.1.2
Summary: Python password manger
Home-page: https://github.com/MNKanout/Pysafe
Author: MNKANOUT
Author-email: mnkanout@gmail.com
License: UNKNOWN
Description: # Pysafe maunal
        ### Description:
        Pysafe is a terminal-based password manager with a very easy to use CLI.
        ### Features:
        * Generate a unique encryption key to be used as a master password.
        * Generate new passwords for new logins .
        * Encrypt all saved password using the generated encryption key.
        * Show all your saved login credentials with a click of button.
        * Ready to export CSV file for an easy backup experience.
        * Master reset to delete all saved login credentials and encryption key.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Natural Language :: English
Requires-Python: >=3.7
Description-Content-Type: text/markdown
