Skip to content

Aplicación para enviar y recibir correos encriptados

License

Notifications You must be signed in to change notification settings

jloria13/securegmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure Gmail

Implementation of a secure Gmail client that allows to use a public key scheme for encrypting and decrypting emails

Getting Started

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.

Prerequisites

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

Installing

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

Running the tests

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Aplicación para enviar y recibir correos encriptados

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages