diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-11-30 23:33:34 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-11-30 23:33:34 +0000 |
commit | 3813fa37f8768011731c2b6d294d8cc8dd260789 (patch) | |
tree | ebdf4ab830ce83edabf81dce3170458f8b32a6ec /chat/silc-server/DESCR | |
parent | 85c15b1d18988abfd2df67d402e078597179fc0d (diff) | |
download | pkgsrc-3813fa37f8768011731c2b6d294d8cc8dd260789.tar.gz |
Add silc-server 0.6.4:
SILC (Secure Internet Live Conferencing) is a protocol which provides
secure conferencing services in the Internet over insecure channel.
Contributed by Lubomir Sedlacik <salo@xtrmntr.org> in PR 14562
Diffstat (limited to 'chat/silc-server/DESCR')
-rw-r--r-- | chat/silc-server/DESCR | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/chat/silc-server/DESCR b/chat/silc-server/DESCR new file mode 100644 index 00000000000..9125eef301d --- /dev/null +++ b/chat/silc-server/DESCR @@ -0,0 +1,24 @@ + +SILC (Secure Internet Live Conferencing) is a protocol which provides +secure conferencing services in the Internet over insecure channel. + +SILC superficially resembles IRC, although they are very different +internally. SILC is much more than just about `encrypting the traffic'. +That is easy enough to do with IRC and SSL hybrids, but even then the +entire network cannot be secured, only part of it. + +SILC provides security services, such as sending private messages entirely +secure; noone can see the message except you and the real receiver of the +message. SILC also provides same functionality for channels; noone except +those clients joined to the channel may see the messages destined to the +channel. Communication between client and server is also secured with +session keys and all commands, authentication data (such as passwords etc.) +and other traffic is entirely secured. The entire network, and all parts of +it, is secured. + +SILC has secure key exchange protocol that is used to create the session keys +for each connection. SILC also provides strong authentication based on either +passwords or public key authentication. All authentication data is always +encrypted in the SILC network. Each connection has their own session keys, +all channels have channel specific keys, and all private messages can be +secured with private message specific keys. |