crypt
From ZNC
| 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 cryptThe code for this module can be found here. |
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.