To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
Crypt: Difference between revisions
Jump to navigation
Jump to search
DarthGandalf (talk | contribs) Created page with "{{DISPLAYTITLE:crypt}} {{Core Module}} This module was designed to be compatible with mircryption's CBC mode. It encrypts the conversion on channels or queries. == Usage == ..." |
m Crypt has existed since 0.043 |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:crypt}} | {{DISPLAYTITLE:crypt}} | ||
{{Core Module}} | {{Core Module | version = 0.043}} | ||
This module was designed to be compatible with mircryption's CBC mode. It encrypts the conversion on channels or queries. | This module was designed to be compatible with mircryption's CBC mode. It encrypts the conversion on channels or queries. | ||
Latest revision as of 03:53, 12 July 2014
This module is a part of ZNC. This module is shipped with ZNC by default. If you have the right "LoadMod" you can activate it with /znc LoadMod crypt The code for this module can be found here. This module is part of ZNC since Version 0.043 |
This module was designed to be compatible with mircryption's CBC mode. It encrypts the conversion on channels or queries.
Usage
Commands
You set an encryption key with the SetKey <nick/#chan> <key>
command. From then on, all messages to that target will be encrypted. Received messages are automatically decrypted. See the help
command for more info.
Please have a look at "Security considerations" of the Fish-Module before using it as they also apply to this module.