Implementation of a secure Gmail client that allows to use a public key scheme for encrypting and decrypting emails
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
To run this program you'll need:
Python 3.7.0 or greater A Google account with Gmail API enabled The python module google-api-python-client PyCryptodome module
Google API Module:
$ pip install --upgrade google-api-python-client oauth2client
Pycryptodomex:
$ sudo apt-get install build-essential libgmp3-dev python3-dev
$ pip install pycryptodomex
$ python3 -m Cryptodome.SelfTest
This project is licensed under the MIT License - see the LICENSE.md file for details