SILC (Themenabend): Unterschied zwischen den Versionen

Aus C3D2
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 4: Zeile 4:
UNTERTITEL=  Secure Internet Live Conferencing |
UNTERTITEL=  Secure Internet Live Conferencing |
TERMIN= ??? |
TERMIN= ??? |
ORT= 5. CLT Chemnitz, 20C3, [[Datenspuren]]|
ORT= 5. CLT Chemnitz, 20C3, [[Datenspuren]],[http://www.guckes.net/freesummer/ |Freesummer]|
THEMA= Verschlüsselte Kommunikation |
THEMA= Verschlüsselte Kommunikation |


Zeile 13: Zeile 13:
}}
}}


==Beschreibung==
==Introduction==
...
* Who are we? (exited SILC users)
* Why SILC? (enc and auth traffic, new design -> advantages, why an irc-SSL layer isn't the way to do it...)
* Short history of SILC
** How it begun
** Status of the project
* Technical intro to the protocol
** based on the white paper
** A few things that are designed better compared to IRC
*** Nicks/Clients
**** SILC: not unique, unique Client ID; identicated by public key (no nick services needed);  attributes and present modes
**** IRC: unique; authenticated by password/host mask (nick services needed); userinfo through service, away only
*** Channels
**** SILC: unique; founder mode (no channel services needed); channel public keys possible
**** IRC: unique; channel services needed for registration;
*** Messages/File transfer
**** SILC: all messages encrypted; all messages pass server; messages can be sign; multimedia messages possible; SFTP mandatory, other file transfer protocols possible
**** IRC: all messages are unencrypted, ctcp/dcc for e2e communication and file transfer
** How it works using the silc-client
*** Show a few things:
**** Chat (found channel, what is founder, founder mode, save your key!)
**** nicks (double nicks)
**** MIME message to the channel, ...
**** signed messages
**** private channel key
**** client auth channel
**** private msg key (pubkey, passphrase)
**** watch
**** detatch
** Other clients
*** Silky demo
*** frameworks
**** [http://silcnet.org/software/developers/toolkit/ SILC Toolkit]
**** [http://juraj.bednar.sk/work/software/samadhi/ Samadhi]
** How to setup silcd (if there is still time, we got 45 min)
*** Go over the config file
** Links
** (known bugs)

Version vom 27. September 2004, 23:33 Uhr

Veranstaltung
Titel SILC
Untertitel Secure Internet Live Conferencing
Termin ???
Ort 5. CLT Chemnitz, 20C3, Datenspuren,[http://www.guckes.net/freesummer/
Thema Verschlüsselte Kommunikation
Vortragende(r)
Referent(inn)en: fukami, Alien8
Links
C3D2 Webseite ???
Thema http://www.silcnet.org/
Folien


Introduction

  • Who are we? (exited SILC users)
  • Why SILC? (enc and auth traffic, new design -> advantages, why an irc-SSL layer isn't the way to do it...)
  • Short history of SILC
    • How it begun
    • Status of the project
  • Technical intro to the protocol
    • based on the white paper
    • A few things that are designed better compared to IRC
      • Nicks/Clients
        • SILC: not unique, unique Client ID; identicated by public key (no nick services needed); attributes and present modes
        • IRC: unique; authenticated by password/host mask (nick services needed); userinfo through service, away only
      • Channels
        • SILC: unique; founder mode (no channel services needed); channel public keys possible
        • IRC: unique; channel services needed for registration;
      • Messages/File transfer
        • SILC: all messages encrypted; all messages pass server; messages can be sign; multimedia messages possible; SFTP mandatory, other file transfer protocols possible
        • IRC: all messages are unencrypted, ctcp/dcc for e2e communication and file transfer
    • How it works using the silc-client
      • Show a few things:
        • Chat (found channel, what is founder, founder mode, save your key!)
        • nicks (double nicks)
        • MIME message to the channel, ...
        • signed messages
        • private channel key
        • client auth channel
        • private msg key (pubkey, passphrase)
        • watch
        • detatch
    • Other clients
    • How to setup silcd (if there is still time, we got 45 min)
      • Go over the config file
    • Links
    • (known bugs)