-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
51 lines (43 loc) · 1.43 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
layout: page
title: About
tags: menu
permalink: /about/
---
<div class="yellow-header">
<object class="inside-logo" data="/images/otr_logo_2.svg" type="image/svg+xml"></object>
</div>
<div class="content">
<div class="about-text">
<p>OTR, which stands for Off-the-Record messaging is a cryptographic protocol that provides end-to-end encryption for any type of digital conversations. It was originally designed by, among others, Ian Goldberg, Nikita Borisov and Eric Brewer. It's current version, version 4, is lead by Sofía Celi and the OTR team.</p>
</div>
<div class="about-text">
<h1><b>Key features of OTR</b></h1>
<br>
<p>The key features of OTR are:</p>
<div class="flex-container">
<div class="flex-item">
<br><br>
<img src="/images/lock.png" class="inside-feature-image" alt="End-to-End Encryption" />
<br>
<p>End-to-End Encryption</p>
</div>
<div class="flex-item">
<br><br>
<img src="/images/lock.png" class="inside-feature-image" alt="End-to-End Encryption" />
<br>
<p>Deniability</p>
</div>
<div class="flex-item">
<br><br>
<img src="/images/lock.png" class="inside-feature-image" alt="End-to-End Encryption" />
<br>
<p>Forward/Backward secrecy</p>
</div>
</div>
<div>
<h1><b>How does OTR look like</b></h1>
<br>
<p>Here will be a diagram of the protocol.</p>
</div>
</div>