-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.html
67 lines (59 loc) · 2.76 KB
/
info.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SILC - Secure Internet Live Conferencing</title>
<meta name="description" content="SILC - Secure Internet Live Conferencing">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<!--<link rel="stylesheet" href="css/jquery.mobile-1.4.2.min.css">-->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" type="text/css" />
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p>You are using an <strong>outdated</strong> browser. Please <a href="http://firefox.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header>
<center><a href="/"><img src="img/silc.svg" height=64 alt="SILC logo"></a></center>
</header>
<div id="container2">Secure Internet Live Conferencing</div>
<center>
<div style="width:70%">
SILC is a modern conferencing and chat protocol designed with
high security as its main feature.
<div class="list">
<ul>
<li>Fully encrypted and authenticated transport</li>
<li>End-to-end encrypted and authenticated private messages</li>
<li>Encrypted and authenticated channel and group messages</li>
<li>Secure video and audio conferencing, image and sound messages</li>
<li>Mutually authenticated Diffie-Hellman key exchange and Perfect Forward Secrecy</li>
<li>Off-the-record or On-the-record conversations with or without digital signatures</li>
<li>Secure file transfer</li>
<li>And every other feature you can expect from a modern conferencing and chat protocol...</li>
<li><a href="docs/protocol">See all the details in SILC protocol specifications</a></li>
</ul>
</div>
</div>
</center>
<footer>
<nav>
<a href="info.html">INFO</a>
<a href="client.html">CLIENT</a>
<a href="server.html">SERVER</a>
<a href="dev.html">DEVELOPMENT</a>
<a href="https://github.com/silc/silc/issues">ISSUES</a>
</nav>
</footer>
<!-- JavaScript includes -->
<script src="js/jquery-1.11.1.min.js"></script>
<!--<script src="js/jquery.mobile-1.4.2.min.js"></script>-->
<script src="js/plugins.js"></script>
</body>
</html>