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