A package to send and receive encrypted emails via Gmail.
Encryption and decryption are done with the help of Keyword Cipher algorithm.
Paper number 11, Volume 9, Issue 7, July 2020 edition of International Journal of Innovative Research in Science, Engineering and Technology.
Direct link to the research paper: http://www.ijirset.com/upload/2020/july/11_The.PDF
PyPI link to the package: https://pypi.org/project/cryptomailer/
CryptoMailer/
├── cryptomailer
│ ├── crypt.py
│ ├── __init__.py
│ ├── mailer_receive.py
│ └── mailer_send.py
├── LICENSE
├── README.md
└── setup.py
CryptoMailer
: GitHub repository.cryptomailer
: Package directory.cryptomailer/crypt.py
: Module used for encryption and description.cryptomailer/mailer_receive.py
: Module to receive emails.cryptomailer/mailer_send.py
: Module to send emails.setup.py
: File responsible to manage package.
NOTE: Make sure to allow less secure app access for the Gmail account(s) that will be used to send/receive emails through this package.
Provide less secure app access from here.
View file sample.py to understand how to import and run the package.
Use the following command to run the send and receive emails using the package cryptomailer
.
python3 sample.py