Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.11 KB

File metadata and controls

47 lines (30 loc) · 1.11 KB

Introduction

E2EE Security implements the Signal protocol and aims to make it easy to build versatile end-to-end messaging applications. The two crucial security properties provided:

  • End-to-end encryption

    Only sender and recipient (and not even the server) can decrypt the content.

  • Forward secrecy

    Past sessions are protected against future compromises of keys or passwords.

E2EE Security software architecture

Build

mkdir build
cd build
cmake ..
make -j8

Test

cd build/tests
ctest

Doc

E2EE Security Whitepaper

Licensing

E2EE Security is available under two licenses:

  • GPLv3, for the growing ecosystem of Free and Open Source Software.
  • Commercial, for use in closed-source projects.

For commercial license without the source code conveying liability or any other questions, please contact ziv@citi.sinica.edu.tw.