I need to encrypt my irc client (X-chat) session between my comp and the bouncer. I do not need encryption between irc server and my bouncer. How do I set this up?
irc client <-------encrypt---------->psybnc <---------don't care about encrypt ------> irc server.
Each person needs to have the same key to view the text. This is helpful if you're paranoid, or if you want to have a private conversation in a public channel. (Why you wouldn't just pm is beyond me .
/encrypt [password] :[channel/person] -- make sure everyone you want to speak with has the same key. And they need to be using psybnc as well. duh.
that is not my problem. My problem is that my connection is not wired from my comp to my isp. It goes on the air. I rather have it encrypted from my ocmp to psybnc and have psybnc decrypt it and send the data to irc server.