Slashdot Log In
Secure Internet Live Conferencing
Posted by
michael
on Sat Jan 26, 2002 04:45 PM
from the no-more-kiddiez dept.
from the no-more-kiddiez dept.
An Anonymous Coward writes: "Newsforge has an article about new generation secure chat protocol called SILC (Secure Internet Live Conferencing). The article features the protocol and its features like secure file transfer. Interesting article and very interesting protocol." We posted a story about SILC last year; looks like they've come a long way since then.
This discussion has been archived.
No new comments can be posted.
Secure Internet Live Conferencing
|
Log In/Create an Account
| Top
| 61 comments
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Secure talking not very common (Score:2)
- send e-mail signed with PgP, but that doesn't really fall under 'instant-messaging' or 'conferencing'
- run a SSL-enabled IRC client and connect to a secure IRC network (lot's of compiling and patching here)
- use Licq's OpenSSL features
- using 'talk' on a machine that is accessed through SSH
I must note that I haven't read the article, but a standarized, easy, and secure (meaning that Man-In-The-Middle attacks are not possible due to strict certificate-based identity checking) conferencing programs could be the next Big Thing
One downside ... (Score:1)
Cross Posting (Score:3, Interesting)
But do we really have to cross post everything that gets posted on Newsforge? It is already sydicated everywhere else (linux.com [linux.com], and others I'm sure).
I've used this, it is excellent (Score:1, Informative)
The best I can say for encryption over IM's is the blaim plugin for GAIM. The only problem being that both sides must be using gaim + blaim.
Use stunnel, stupid (Score:3, Interesting)
I've got my own ircd which I require the clients to use stunnel or an ssl-enabled client to connect. Soon, I can limit access purely by accepted certs, thereby keeping lusers out.
Of course the same can be done with OpenSSH [openssh.com]. I use that at work to bypass my office firewall and use my home cable connection for a proxy to usenet, email, and other service. The best part of this is I can bypass my ofice proxy so they don't record where I netsurf. it looks a lot like a bunch of ftp and telnet to them.
Re:Use stunnel, stupid (Score:4, Informative)
Jabber has got signatures/encryption as well (Score:3, Informative)
Fire the marketing department! (Score:1, Funny)
Or, to more accurately portray the likely discussion, 'SICK'.
Betther than SSH/Stunnel/etc. + IRC (Score:2, Insightful)
Security creating more security issues? (Score:1)
What's wrong with IPsec ? (Score:1)
Free Voice Chat Program? (Score:1, Offtopic)
David
Jabber + GPG... (Score:1)
Good, but Trillian may be simpler (Score:2, Insightful)
I've been using Trillian [trillian.cc] for a while. It's a free (like beer) mult-medium chat client for Windows. The newest version supports 128-bit blowfish encryption for chatting over AIM and ICQ networks with other Trillian clients. This is achieved by using a key exchange method like Openssh. It is far from mature. As the newsforge article notes about other such systems, it lacks the authentication and key management aspects, so it is not really very secure yet; however, those could be achieved with relative ease, I beleive, and the general method might be a lot more viable for a transition from current insecure systems.
The point is that the way Trillian does it, all messages are encrypted into ascii-armored "messages" that are sent through preexisting messging protocols. A new protocol would probably be better, but it will be hard to get people to switch. Plus you need servers, and you will likely run into the same problems of the big companies working against interoperability. With Trillian, I can talk securely to those who care and have the client, and still talk to everybody else, and it doesn't take special servers, so we don't have to start our own or wait for AOL to finally think that security might be a good thing.
My point is not, "Hey everybody, switch to Trillian," but rather that the system of changing the client operation and leaving the protocol the same may not be as good as a completely redesigned protocol, but it may be more workable. ...However, if you use Windows, do check Trillian out! [trillian.cc]
Re:Sounds cool... (Score:1, Informative)