Added SILC Thread Queue API
[silc.git] / public_html / html / about.php
1 &nbsp;<br />
2 <b><big>About SILC</big></b>
3 <br />&nbsp;<br />
4 SILC (Secure Internet Live Conferencing) is a protocol which provides
5 secure conferencing services on the Internet over insecure channel. SILC 
6 superficially resembles IRC, although they are very different internally.
7 They both provide conferencing services and have almost the same set of
8 commands. Other than that, they are nothing alike. The SILC is secure and 
9 the network model is entirely different compared to IRC.
10 <br />&nbsp;<br />
11 SILC provides security services that any other conferencing protocol does
12 not offer today. The most popular conferencing service, IRC, is entirely
13 insecure. If you need secure place to talk to some person or to group of
14 people over the Internet, IRC or any other conferencing service, for that 
15 matter, cannot be used. Anyone can see the messages and their contents in 
16 the IRC network. And the most worse case, some is able to change the 
17 contents of the messages. Also, all the authentication data, such as, 
18 passwords are sent plaintext in IRC.
19 <br />&nbsp;<br />
20 SILC is much more than just about `encrypting the traffic'. That is easy
21 enough to do with IRC and SSL hybrids, but even then the entire network 
22 cannot be secured, only part of it. SILC provides security services, such 
23 as sending private messages entirely secure; no one can see the message 
24 except you and the real receiver of the message. SILC also provides same 
25 functionality for channels; no one except those clients joined to the 
26 channel may see the messages destined to the channel. Communication 
27 between client and server is also secured with session keys and all 
28 commands, authentication data (such as passwords etc.) and other traffic 
29 is entirely secured. The entire network, and all parts of it, is secured. 
30 We are not aware of any other conferencing protocol providing same 
31 features at the present time.
32 <br />&nbsp;<br />
33 SILC has secure key exchange protocol that is used to create the session
34 keys for each connection. SILC also provides strong authentication based
35 on either passwords or public key authentication. All authentication data
36 is always encrypted in the SILC network. Each connection has their own
37 session keys, all channels have channel specific keys, and all private
38 messages can be secured with private message specific keys.
39 <br />&nbsp;<br />
40
41 <b>Distribution</b>
42 <br />&nbsp;<br />
43 The SILC is distributed currently in three different packages. The SILC 
44 Client package, the SILC Server package and the SILC Toolkit package. Each 
45 package has its intended audience.
46 <br />&nbsp;<br />
47 - SILC Client package is intended for end users who are looking for a good
48 and full featured SILC client. The SILC Client package currently includes 
49 Irssi-SILC client that supports all SILC features, themes and much more. 
50 It is curses based but has a possibility of adding various other frontends 
51 to it. The Irssi-SILC client's user interface is based on the Irssi client 
52 (see <a href="http://irssi.org/" class="normal">Irssi project</a>).
53 <br />&nbsp;<br />
54 - SILC Server package is intended for system administrators who would like 
55 to run their own SILC server or SILC router. The package includes the 
56 actual server but not the client. If you are running a server and would 
57 like to connect it to the silc.silcnet.org router you can contact us.
58 <br />&nbsp;<br />
59 - SILC Toolkit package is intended for developers and programmers who 
60 would like to create their own SILC based applications or help in the 
61 development of the SILC protocol. The actual development of the SILC is 
62 done in the Toolkit and all the other packages are based on the Toolkit 
63 releases. The Toolkit includes SILC Protocol Core library, SILC Crypto 
64 library, SILC Key Exchange (SKE) library, SILC Math library, SILC Modules 
65 (SIM) library, SILC Utility library, SILC Client library and few other
66 libraries. It also includes the Irssi-SILC Client, another client as an 
67 example how to program with the Toolkit and the SILC Server.
68 <br />&nbsp;<br />
69
70 <b>Licensing</b>
71 <br />&nbsp;<br />
72 SILC is an Open Source (or Free Software) project and it has been released
73 under the <a href="?page=copying" class="normal">GNU General Public License</a>. The SILC is free to use and everyone
74 is allowed to freely redistribute and change the SILC under the terms of the
75 GNU GPL. While there is no guarantee for the product, SILC is made as secure
76 as possible. The fact that the software and the protocol is open for public
77 analysis is a good thing for end user.
78 <br />&nbsp;<br />
79 Specification of SILC protocol is available for anyone to look at. There
80 exist four Internet Drafts that have been submitted to the <a
81 href="http://www.ietf.org/" class="normal">IETF</a>. See <a
82 href="?page=docs" class="normal">documentation page</a> for more information.
83 <br />&nbsp;<br />
84
85 <b>Contact</b>
86 <br />&nbsp;<br />
87 Feedback and comments are welcome. Bug reports should be sent to the 
88 development mailing list.
89 <br />&nbsp;<br />
90 Development mailing list address: 
91 <a href="mailto:silc-devel@lists.sourceforge.net" class="normal">
92 silc-devel@lists.sourceforge.net</a>