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