Giter Site home page Giter Site logo

frestoinc / encryptionmail Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 2.0 1.08 MB

A simple Encryption Mail app that is able to read and send encrypted messages using EAS protocol

License: Apache License 2.0

Java 100.00%
activesync smime p7m ecc-algorithms rsa-algorithm android

encryptionmail's Introduction

EncryptionMail App

This simple app uses Exchange ActiveSync Protocol for email client/messaging. The app is able to send and read encrypted mail (.p7m) by signing and encrypting using ECC/RSA certs. The encryption and decryption uses certs obtain from an LDAP server and an external token(a card for example). You may change the how the encrption/decryption works by changing few parameters to read a soft cert for example.

Sending:

  • message formatted to S/MIME format
  • byte message signed with your private ECC/RSA private key
  • signedData packed into PKCS#7 format
  • encrypt signedData with recipients public certs retrieved from LDAP
  • encryptData packed into .p7m
  • EAS sends email

Reading:

  • unpacked .p7m to encryptedData
  • decrypt with your private ECC/RSA private key
  • verify signedData
  • message formatted to plain text

Tech Stack:

  • Exchange ActiveSync Protocol
  • Custom Bouncy Castle ECC and RSA signing and encryption
  • Custom S/MIME mail
  • UnboundId Ldap
  • JSoup

Android Tech Stack:

  • MVVM
  • AndroidX Jetpack
  • Dagger2
  • RxJava
  • LiveData
  • Room
  • Retrofit/OkHttp3
  • Glide
  • Security Crypto

encryptionmail's People

Contributors

frestoinc avatar

Watchers

 avatar

Forkers

vitorliu p4535992

encryptionmail's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.