8000 GitHub - sukumar1612/signal_protocol: Signal protocol implementation in python (X3DH and Double ratchet)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sukumar1612/signal_protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Signal Protocol

This library is my take on signal protocol

!!!! IMPORTANT WARNING !!!!


This code was not written by a cryptographer and is most probably NOT SECURE.

This code also uses EdDSA signature verification method which is not a part of signal protocol.

To read up more on signal protocol visit this link

Setting up the environment


  1. Using github CLI
gh repo clone sukumar1612/signal_protocol
  1. Using HTTPS
git clone https://github.com/sukumar1612/signal_protocol.git

Setup project


Virtual environment

  • Create a Conda or venv virtual environment with python version >=3.9

Installing Dependencies

  • We will be using pip package installer
pip install -r requirements.txt

License


MIT

Author


About

Signal protocol implementation in python (X3DH and Double ratchet)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0