[go: up one dir, main page]

Skip to content

e2eelab/skissm

Repository files navigation

Introduction

SKISSM 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.

SKISSM software architecture

Build

mkdir build
cd build
cmake ..
make -j8

Test

cd build/tests
ctest

Doc

SKISSM Whitepaper

Licensing

SKISSM 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages