Changing the encryption key size #4711
-
The documentation states that AES-GCM supports both 128 and 256 bit key sizes. How do I configure which key size is used? |
Beta Was this translation helpful? Give feedback.
Answered by
MiguelCompany
Apr 22, 2024
Replies: 1 comment
-
Setting property I've looked at the corresponding section of the documentation, and I see that property is not documented. We will soon fix the documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
EdvinLndh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Setting property
dds.sec.crypto.keysize
on both reader and writer is what you need to do.Using value
128
will use 128-bit keys. Any other value will use 256-bit keys.I've looked at the corresponding section of the documentation, and I see that property is not documented. We will soon fix the documentation.