Skip to content

Email client and library using headers to establish secret keys and secret communication

Notifications You must be signed in to change notification settings

iliaskomp/EmailApp

Repository files navigation

Asynchronous symmetric peer-to-peer encrypted messaging via SMTP under Android.

Email app for Android and library using headers to establish secret communication

The purpose of this project is to:

  • Provide end-to-end encryption and
  • Hide encryption details from the user

Initially, the project uses custom email headers to transmit Diffie-Hellman parameters. After the DH exchange happens, both users calculate the secret key and use it to encrypt and decrypt the email message with AES.

About

Email client and library using headers to establish secret keys and secret communication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages