Skip to content

chawlapalak/PassManager-pyScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues GitHub license


Logo

PassManager - README

Table of Contents

About The Project

Logo

PassManager

PassManager is a python-script that help to store your credentials in secure manner. Yes, you're right in secure manner it means that you can just give the credentials and script encrpyt your data using SYMMETRIC Cryptography algo and store on google cloud. So, you can easily accessable your credentials on anytime anywhere you want.

HOW IS IT WORK? The PassManager usage python-cryptography-fernet lib that encrypt your data in symmertic encryption means generate a private key and store in your local computer and those encrypted data store in your google-sheet so, no one can read your data. And the google-sheet store in your google-drive cloud so it's highly secured it means that you can't loose your sheet or anything else.

Built With

This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

*Python3* or above version
*PIP* module
pip install cryptography
pip install gspread
pip install oauth2client

Installation

  1. Clone the repo
git clone https://github.com/abhishekpatel946/PassManager-pyScript.git
  1. Goto the PassManager
cd PassManager-pyScript
  1. Run these commands (as a administrator).
sudo python install.py
sudo python PassManager.py

Usage

Splash-Screeen Option-Menu Option-Login Option-Update Option-About Option-Credit Option-Quit

For more examples, please refer to the Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/abhishekpatel946/PassManager-pyScript

Acknowledgements

About

Python-script that stores your Credentials on the Cloud in encrypted form.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages