In the spring boot config, you are required to set cryptoshred.initVector.
Can you write a bit more in the documentation about this? For example:
- why is this configured and not randomly chosen at startup?
- what format should it be? any random string? what size?
- is it important that once set, it does never change? Or does not matter? Does it need to be the same value on two different services if they read the same crypto containers?
- Must it be kept as a secret or can be configured in plaintext?
In the spring boot config, you are required to set
cryptoshred.initVector.Can you write a bit more in the documentation about this? For example: