abf972ba5d851174308624c2fa0633d5d335d232
[runtime.git] / public_html / about.html
1 <html>
2 <style TYPE="text/css"><!-- A:link {text-decoration: none}A:visited{text-decoration:none}A:active{text-decoration:none}--></style>
3 <body bgcolor="#ffffff">
4
5 <p><br>
6 <a href="index.html"><img src="silc2.jpg" border=0></a>
7 <table width="70%" border="0" cellspacing="0" cellpadding="1"
8 align=center>
9 <tr>
10 <td>
11 <font face="Arial,Helvetica,Sans-serif">
12 <p>
13 <h2>About SILC</h2>
14 <font size=4>
15 <p>
16 SILC (Secure Internet Live Conferencing) is a protocol which provides
17 secure conferencing services in the Internet over insecure channel.
18 SILC is IRC like software although internally they are very different.
19 Biggest similarity between SILC and IRC is that they both provide
20 conferencing services and that SILC has almost same commands as IRC.  Other
21 than that they are nothing alike.  Biggest differences are that SILC is 
22 secure what IRC is not in any way.  The network model is also entirely
23 different compared to IRC.
24
25 <p>
26 SILC provides security services that any other conferencing protocol
27 does not offer today.  The most popular conferencing service, IRC,
28 is entirely insecure.  If you need secure place to talk to some people
29 or to group of people over the Internet, IRC or any other conferencing
30 service, for that matter, cannot be used.  Anyone can see the messages
31 and their contents in the IRC network.  And the most worse case, some
32 people is able to change the contents of the messages.  Also, all the
33 authentication data, such as, passwords are sent plaintext.
34
35 <p>
36 SILC is a lot more than just about `encrypting the traffic'.  That is
37 easy enough to do with IRC, SSL and some ad hoc scripts, and even then
38 the entire network cannot be secured, only part of it.  SILC provides
39 security services, such as, sending private messages entirely secure; no
40 one can see the message except you and the real receiver of the message.
41 SILC also provides same functionality for channels; no one except those
42 clients joined to the channel may see the messages destined to the
43 channel.  Communication between client and server is also secured with
44 session keys, and all commands, authentication data (such as passwords etc.)
45 and other traffic is entirely secured.  The entire network, and all parts
46 of it, is secured.  This is something that cannot be done currently with
47 any other conferencing protocol, even when using the ad hoc scripts. :)
48
49 <p>
50 SILC has secure key exchange protocol that is used to create the session
51 keys for each connection.  SILC also provides strong authentication based
52 on either passwords or public key authentication.  All authentication
53 data is always encrypted in the SILC network.  All connections has their
54 own session keys, all channels has channel specific keys, and all private
55 messages can be secured with private message specific keys.
56
57 <p>
58 SILC is an open source (or freeware) project and it has been released
59 under the GNU General Public Licence.  The SILC is free to use and everyone
60 is free to distribute and change the SILC under the terms of the GNU GPL.
61 While there is no guarantee for the product SILC has been tried make
62 as secure as possible.  The fact that the software and the protocol is
63 open for public analysis is a good thing for end user.
64
65 <p>
66 Protocol specification of SILC protocol is available for
67 anyone to look at. There exists four Internet Drafts that has been
68 submitted to <a href="http://www.ietf.org">IETF</a>. 
69 See <a href="docs.html">documentation page</a> for more information.
70
71 </font>
72 <p>
73 <h2>Contact</h2>
74 <p>
75 Feedback and comments are welcome.  You can reach me in the following
76 Address. 
77 <p>
78 Pekka Riikonen<br>
79 priikone at poseidon.pspt.fi
80 <p>
81
82 </td>
83 </tr>
84 </table>
85 </body>
86 </html>