Skip to content

Enabling cbc ciphers #646

Answered by drakkan
FernS3 asked this question in Q&A
Dec 14, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi,

you can customize the ciphers. An empty list enables the default ciphers:

you can also set aes128-cbc, 3des-cbc and arc four based ciphers.

Please note that CBC mode is insecure and so is not included in the default config (see https://www.ieee-security.org/TC/SP2013/papers/4977a526.pdf), you should expect that an active attacker can recover plaintext if you use it

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@FernS3
Comment options

Answer selected by FernS3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants