You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SecureJoin protocols: usable security against active network attacks
SecureJoin protocols are designed to
counter MITM-attacks on Autocrypt E-Mail encryption
and are implemented and released by the Delta Chat e-mail messenger.
This description is derived and refined from the the first two sections of
CounterMitm
which were written by reseachers of NEXTLEAP,
a 2016-2018 project on privacy and decentralized messaging,
funded through the EU Horizon 2020 programme.
If you want to do Pull Requests please note that we are using
Semantic Linefeeds.
It means that the source code of this document should be
broken down to a "one-line-per-phrase" format,
as to make reviewing diffs easier.
While this Readme uses Markdown syntax, the actual document
uses the richer RestructuredText format and in particular
the "Sphinx Document Generators". You can probably get
around by just mimicking the syntax and "tricks"
of the existing text. You may also look at this
reStructuredText Primer for some basic editing advise.
Building the pdf
For the images we use inkscape to convert them from svg to pdf.
In order to create the documents you will need make, sphinx and inkscape installed
on your system. On a Ubuntu/Debian based system you can achieve this with something like: