0ec9a0f5d8f5100cf9aa76448a030fc1716aa3e2
[runtime.git] / public_html / features.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 <font size=4>
12 <p>
13 <h1>Features</h1>
14 <p>
15
16 Features to be included into the final release of SILC.  [Note that the
17 current Developer's Version does not include all of these features, read
18 TODO file for more information.]
19 <p>
20
21 <li>Normal conferencing services such as private messages, channels,
22    channel messages, etc.  All traffic is secured and authenticated.
23 <p>
24 <li>No unique nicknames.  There can same nicknames in SILC without
25    collisions.  SILC has unique Client ID's, Server ID's and Channel ID's
26    to assure that there are no collisions.
27 <p>
28 <li>Secure key exchange and authentication protocol.  SILC Key Exchange
29    protocol provides key material used in the SILC sessions in secure
30    manner.  The protocol is immune for example to man-in-the-middle 
31    attacks.  The SILC Authentication protocol provides strong 
32    authentication.  Authentication may be based on passphrase or public
33    key (RSA) authentication.  For clients there is an option not to
34    use authentication when connecting to servers.
35 <p>
36 <li>All traffic is encrypted and authenticated using the best cryptographic
37    algorithms out there.  Command messages, private messages and channel
38    messages are all protected by encryption.  User can set private keys
39    for both private message and for channels so that even SILC servers do
40    not know the keys.  Cipher keys are, by default, 128 bits in length and
41    public keys, by default, 1024 bits in length.
42 <p>
43 <li>Supports data compression with GZIP to improve performance.
44 <p>
45 <li>SIM (SILC Module) support.  Support for loading of shared objects at 
46    run-time that provides new and extended features to both SILC client
47    and server.  These can provide extra ciphers and extra features to
48    the software.
49 <p>
50 <li>SILC client can be installed and used without root privileges.
51 <p>
52 <li>SILC client can be configured by system wide configuration files but
53    with user specific configuration files as well.
54 <p>
55 </td>
56 </tr>
57 </table>
58 </body>
59 </html>