Metadata-Version: 2.1
Name: passwordsgo
Version: 4.1.5
Summary: A Highly Secure Quantum Safe 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+
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

# PyPass Password Manager v4.0

<p>An simple ,secure , trustable and Quantum Safe password Manager developed in Python3.</p>

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. 
 
 
 ### Note
 * 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.
 






