Skip to content

Research and project work for sending and receiving encrypted emails via Gmail.

License

Notifications You must be signed in to change notification settings

AdityaSingh17/CryptoMailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoMailer

A package to send and receive encrypted emails via Gmail.

Encryption and decryption are done with the help of Keyword Cipher algorithm.

Research Paper Publication Details

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 Package Details

PyPI link to the package: https://pypi.org/project/cryptomailer/

Directory Structure:

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.

Using the 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

About

Research and project work for sending and receiving encrypted emails via Gmail.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages