f070dff26c7ac01437d2d96272f1bd79d6450853
[silc.git] / public_html / faq.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 <p>
11 <font size=4>
12 <h1>Frequently Asked Questions</h1>
13 <p>
14 <i>Q: What is SILC?</i><br>
15 A: 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 although internally they are very different.  Biggest
18    similiarity between SILC and IRC is that they both provide conferencing
19    services and that SILC has almost same commands as IRC.  Other than
20    that they are nothing alike.
21 <p>
22    Biggest differences are that SILC is secure what IRC is not in any
23    way.  The network model is also entirely different compared to IRC.
24 <p><br>
25
26 <i>Q: Why SILC in the first place?</i></br>
27 A: Simply for fun, nothing more.  An actually for need back then when
28    it was started.  SILC has been very interesting and educational
29    project.
30 <p><br>
31
32 <i>Q: When will SILC be completed?</i><br>
33 A: SILC still has a lot things to do.  The time of completion is much
34    related to how many interested people is willing to join the effort.
35    It will be ready when it is ready.  The reason for release of the
36    current development version is just to get it out and people aware
37    that something like this exist.  SILC is not ready for production
38    use so it is not expected that there is that much of a hype around
39    SILC.  I don't have to hurry... :)
40 <p><br>
41
42 <i>Q: Why use SILC? Why not IRC with SSL?</i><br>
43 A: Sure, that is possible, although, does that secure the entire IRC
44    network? And does that increase or decrease the lags and splits in
45    the IRC network?  Does that provide user based security where some
46    specific private message are secured? Does that provide security
47    where some specific channel messages are secured?  Security is not
48    just about applying encryption to traffic and SILC is not just about
49    `encrypting the traffic`.  You cannot make insecure protocol suddenly
50    secure just by encrypting the traffic.  SILC is not meant to be IRC
51    replacement.  IRC is good for some things, SILC is good for same and
52    some other things.
53 <p><br>
54
55 <i>Q: Can I use SILC with IRC client?  What about can I use IRC with SILC
56    client?</i><br>
57 A: Answer for both question is no.  IRC client is in no way compatible
58    with SILC server.  SILC client cannot currently use IRC but this may
59    change in the future if IRC support is added to the SILC client.  
60    After that one could use both SILC and IRC with the same client.
61    Although, even then one cannot talk from SILC network to IRC network.
62    That just is not possible.
63 <p><br>
64
65 <i>Q: Why SILC? Why not IRC3?</i><br>
66 A: Question that is justified no doubt of that.  I didn't start doing SILC
67    to be replacement for IRC.  SILC was something that didn't exist in
68    1996 or even today except that SILC is now released.  However, I did
69    check out the IRC3 project in 1997 when I started coding and planning
70    the SILC protocol.
71 <p>
72    But, IRC3 is problematic. Why? Because it still doesn't exist.  The
73    project is at the same spot where it was in 1997 when I checked it out.
74    And it was old project back then as well.  Couple of months ago I 
75    checked it again and nothing were happening.  That's the problem of IRC3
76    project.  The same almost happened to SILC as well as I wasn't making
77    real progress over the years.  I talked to the original author of IRC,
78    Jarkko Oikarinen, in 1997 and he directed me to the IRC3 project, 
79    although he said that IRC3 is a lot of talking and not that much of 
80    anything else.  I am not trying to put down the IRC3 project but its
81    problem is that no one in the project is able to make a decision what
82    is the best way to go about making the IRC3 and I wasn't going to be
83    part of that.  The fact is that if I would've gone to IRC3 project,
84    nor IRC3 or SILC would exist today.  I think IRC3 could be something
85    really great if they just would get their act together and start
86    coding the thing.
87 <p><br>
88
89 <i>Q: How secure SILC really is?</i><br>
90 A: A good question which I don't have a answer.  SILC has been tried to
91    make as secure as possible.  However, there is no security protocol
92    or security software that has not been vulnerable to some sort of
93    attacks.  SILC is in no means different from this.  So, it is suspected 
94    that there are security holes in the SILC.  These holes just needs to 
95    be found so that they can be fixed.
96 <p>
97    But to give you some parameters of security SILC uses the most secure
98    crytographic algorithms such as Blowfish, RC5, Twofish, etc.  SILC
99    does not have DES or 3DES as DES is insecure and 3DES is just too
100    slow.  SILC also uses cryptographically strong random number generator
101    when it needs random numbers.  Public key cryptography uses RSA
102    and Diffie Hellman algorithms.  Key lengths for ciphers are initially
103    set to 128 bits but many algorithm supports longer keys.  For public
104    key algorithms the starting key length is 1024 bits.
105 <p>
106    But the best answer for this question is that SILC is as secure as
107    its weakest link.  SILC is open and the protocol is open and in public
108    thus open for security analyzes.
109 <p>
110    To give a list of attacks that are ineffective against SILC:
111 <p>
112       <li> Man-in-the-middle attacks are ineffective if proper public key
113         infrastructure is used.  SILC is vulnerable to this attack if
114         the public keys used in the SILC are not verified to be trusted.
115
116       <li> IP spoofing is ineffective (because of encryption and trusted 
117         keys).
118
119       <li> Attacks that change the contents of the data or add extra
120         data to the packets are ineffective (because of encryption and
121         integrity checks).
122
123       <li> Passive attacks (listenning network traffic) are ineffective
124         (because of encryption).  Everything is encrypted including
125         authentication data such as passwords when they are needed.
126
127       <li> Any sort of cryptanalytic attacks are tried to make ineffective
128         by using the best cryptographic algorithms out there.
129 <p><br>
130 <i>More to come later...</i>
131 <p><br>
132
133 </td>
134 </tr>
135 </table>
136 </body>
137 </html>