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

From ZNC
Jump to navigation Jump to search
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 == ..."
 
KindOne (talk | contribs)
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 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.