Metadata-Version: 2.1
Name: passwordsgo
Version: 0.4
Summary: A simple Experimental password management tool done as student project in cryptography.
Home-page: https://github.com/Anish-M-code/PyPass
Author: Anish M
Author-email: aneesh25861@gmail.com
License: GPLv3+
Description: # PyPass Password Manager v3.2
        
        <p>An Experimental ,simple ,secure and trustable password Manager developed in Python3.</p>
        <img src="https://github.com/Anish-M-code/PyPass/blob/master/screenshots/1.cleaned.png">
        
        Quick Installation
        ------------------
        
        To Install from [PyPI](https://pypi.org/project/passwordsgo/):
        
        Run the following commands in Linux terminal / Windows powershell / command prompt to install:-
        
        ```
        pip install passwordsgo
        ```
        Then simply type following to get started :-
        
        ```
        passwordsgo
        ```
         
         ### Main Features and Highlights
         * It is fully Open Source!
         * It is Highly Portable and has robust Cross-Platform availability.
         * It Makes Password Reuse as securely as possible.
         * The code is Simple, Modular and Trustable which even beginners can audit for correctness.
         * It does not use any third party modules other than standard python libraries.
         * It is Practically very hard to use Brute-force attacks to recover user passwords.
         * It Uses Robust Offline Password Backup System to backup passwords. 
         
         <img src="https://github.com/Anish-M-code/PyPass/blob/master/screenshots/10.cleaned.png">
         
         ### Note
         * This is an experimental code do not use it for any real world use.
         * Code has been Open sourced For Educational and Research Purpose only.
         * Developers not responsible for Any Damage arising from use of this Software.
         
         ### Interested in our Project???
         * visit our screenshot gallery: https://github.com/Anish-M-code/PyPass/blob/master/screenshots/Gallery.md
         * Currently i consider this work as personal project so i don't expect public contributions.
         * Feel free to create an issue if you feel something is missing or broken.
         
        
        
        
        
        
Keywords: Password manager,cryptography,student project
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
