Active Members Fi8sVrs Posted July 24, 2014 Active Members Report Posted July 24, 2014 (edited) SILC - Secure Internet Live Conferencing========================================SILC (Secure Internet Live Conferencing) is a modern and secureconferencing protocol.Features========SILC provides all the common conferencing services like private messages,instant messages, channels and groups, and video and audio conferencing.The main difference to other protocols is that SILC has been designed withsecurity as its main feature - it is not an add-on or optional plugin -and security cannot be turned off.All SILC connections execute SILC Key Exchange protocol, an authenticatedDiffie-Hellman key exchange algorithm, to generate a shared secret sessionkey. All SILC packets exchanged between SILC clients and servers areprotected with these keys.All private messages (instant messages) are protected with private messagekeys established using the SILC Key Exchange protocol over the SILC network.Private messages can be read only by the sender and the recipient of themessage. SILC servers along the way cannot decrypt the messages.Optionally, private message key may also be a shared secret, such aspassphrase, or the SILC Key Exchange may be performed peer-to-peer betweenclients. If all these methods fail the session keys are used as the lastresort fallback to encrypt private messages.All channel and group messages are protected with channel specific keysgenerated by the SILC routers and only the members of the channel may readthe messages. Optionally, channel members may set up a shared secret,such as passphrase, as the channel key to exclude SILC routers from knowingthe key.Running SILC============After installing the SILC to the system the SILC client is started bygiving command: silcIf you want to run with specific configuration file give -f option.To run the server you should configure the server first. To run theserver give the command: silcdThis will launch the server on to the background.History=======SILC was developed between 1996 and 1999 and released to public in 2000.SILC was originally developed by Pekka Riikonen.DownloadContact=======Feedback and comments are welcome. Bug reports should be sent to thedevelopment mailing list.Official SILC project web site : SILC - Secure Internet Live ConferencingFTP archive for SILC project : ftp://ftp.silcnet.org/Development mailing list address : silc-devel@lists.silcnet.orgSILC Server : /server silc.silcnet.org Edited July 24, 2014 by Fi8sVrs Quote