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
Jump to navigation
Jump to search
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.