Blowfish Encryption Manual » History » Version 8
« Previous -
Version 8/14
(diff) -
Next » -
Current version
Anonymous, 02/22/2013 09:38 PM
Blowfish Encryption¶
- required version >=0.7
Introduction¶
Blowfish can be used to encrypt messages between 2 persons in query, messages in channel and the topic. In Quassel all messages will be de-/encrypted on core. So it is highly recommend to setup SSL in case of you are not running monolithic client.
Commands¶
a) setting a key for a user or channel
Usage
/setkey <nick|channel> <key>
b) deleting a key for a user or channel
Usage
/delkey <nick|channel>
c) show key for a user or channel (since 0.8)
Usage
/showkey <nick|channel>
d) Automatically negotiate a key with the target (DH-1080 key exchange; since 0.9.0)
Usage
/keyx <nick|channel>
Build Instructions¶
Blowfish support for Quassel depends on QCA (Qt Cryptographic Architecture) library. It is needed to compile your core/monolithic client with crypt compile option.
... -DWITH_CRYPT=ON ...
For detailed build instructions have at look general build instructons.