Is there any chat system where I can keep the logs protected (private). For example if I use gtalk (the Google's chat) then the chats are logged into their server. A good analogy is that if I use IRC programs like irssi then I can save the logs in my own system. But the chat happens in the public server. How can I chat to a couple of friends (not very geeky, so it must be easy for them to setup), with some respect to our privacy.
Should I go set up a server (some virtual private or dedicated one) to run an irc server just to chat? If so which is a better host? There are a lot of problem in setting up irc servers and private chat rooms, bots (otherwise the room will get lost), which is another suspect of DOS attacks and such sort of problems.
Is there any better way?
|
|
|||||||||||
|
migrated from superuser.com Dec 7 '10 at 15:37
|
Install a Jabber server such as ejabberd or Openfire. |
|||||||||
|
|
Akira's comment brings up a good point...that they can log also. If you are simply looking for a more private method you could set up an XMPP server and offer a tor hidden service if you want text messaging(the irc reference). Voice is more complicated because of latency. Then you are looking at something like Ignacio's answer. It still allows snooping at the ISP level though. |
|||||
|
|
you could use some kind of vpn-software (hamachi, teamviewer) to establish a secure p2p channel and then:
|
|||
|
|
|
another option is to use a jabber-client with encryption. any jabber server involved only sees random noise:
and others might support that as well. |
|||
|
|
|
Why not try end-to-end encryption with one of the many popular chat clients? Then you could continue to use gTalk etc. but your chats would be encrypted and nobody except you and your chat buddies would be able to snoop. Off-the-Record Messaging http://www.cypherpunks.ca/otr/software.php |
|||
|
|
|
I believe GTalk has secure, non-logged chat available as 'Off the Record', from the web-ui it is available per chat window under Actions -> Go off the record. This uses ssl to encrypt the chats and prevents Google from logging them through the server. Depending on your local client you can either store the logs locally or not. Adium, Pidgin and the GTalk app for Android all have Off The Record support for Gmail. |
|||||
|