Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:irc:sslmirc [2024/02/04 23:23] – removed psycore | en:irc:sslmirc [2024/02/05 08:29] (current) – old revision restored (2024/02/04 22:28) psycore | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{tag> | ||
+ | ====== mIRC with SSL ====== | ||
+ | |||
+ | ===== 1. what is SSL and why should I use it? ===== | ||
+ | |||
+ | [[wp> | ||
+ | data that is sent from [[wp> | ||
+ | are normally unencrypted, | ||
+ | all relevant data such as passwords etc. with a network sniffer. | ||
+ | |||
+ | Here is a small example of a recording that has not been encrypted: | ||
+ | <code text> | ||
+ | .0ñ¦¿¶.0ñ¶@z..E. | ||
+ | .u%ý@.7..mÙ.xøÀ¨ | ||
+ | .d...G®~¹ֻq.P. | ||
+ | . Ⱦ..: | ||
+ | ire!hamwanet@shi | ||
+ | -294F82D6.****** | ||
+ | ****.de PRIVMSG | ||
+ | #palast :was hie | ||
+ | r.. | ||
+ | </ | ||
+ | In this example we can see that it must be an IRC channel. | ||
+ | You can see the nickname, the host (in this case made unrecognisable), | ||
+ | message and what exactly has been written. | ||
+ | If a connection is encrypted with SSL, you can no longer see anything at all. Only | ||
+ | a jumble of characters that is difficult to decode. | ||
+ | This would make it clear that SSL is indispensable for protecting privacy. | ||
+ | |||
+ | ===== 2. how can I now use the whole thing with mIRC? ===== | ||
+ | |||
+ | < | ||
+ | main directory, restart mIRC. Then you are ready to go:</ | ||
+ | |||
+ | Newer mIRC versions already include SSL support. For older versions, the [[https:// | ||
+ | |||
+ | To test, simply enter once at startup: | ||
+ | <code test> | ||
+ | /server irc.server.tld +6697 | ||
+ | </ | ||
+ | |||
+ | Possible servers are e.g: | ||
+ | |||
+ | * irc.dal.net: | ||
+ | * irc.libera.chat: | ||
+ | * irc.indymedia.org: | ||
+ | * irc.oftc.net: | ||
+ | * irc.rizon.net: | ||
+ | |||
+ | You should receive a message about the certificate. Accept this and you will be | ||
+ | encrypted connection. Important is the ' | ||
+ | that you want to establish an SSL connection. The whole thing can of course also be transferred to the | ||
+ | way in the Perform (it is advisable to tick the certificate message at the bottom | ||
+ | with a tick at the bottom so that it is not shown at every start). | ||
+ | is shown at every start). | ||