cipher.cpp: Default to CBC instead of ECB
authoralturiak <1785173+alturiak@users.noreply.github.com>
Mon, 3 Sep 2018 18:35:20 +0000 (20:35 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 3 Sep 2018 20:17:34 +0000 (22:17 +0200)
commit46827e485df7665e31b3ed340da9c2eb4e27bce6
treec7df966704723181e5a8d537e0396d0d8230fddf
parentdce2be6d7f9af7dcc0133ee7f0f42e9ef47be568
cipher.cpp: Default to CBC instead of ECB

For security reasons (and compatibility to other irc-client's implementations), default to CBC for blowfish encryption.
src/core/cipher.cpp