Closed andrewabest closed 3 weeks ago
Release note: Increased default master key size to 256 bits, also allow 128 bit keys to be rotated to 256 bit keys
:tada: The fix for this issue has been released in:
Release stream | Release |
---|---|
2024.4 | 2024.4.6381 |
2025.1+ | all releases |
Prerequisites
The enhancement
The Need
Octopus uses AES encryption to store sensitive information within its database.
It uses the Octopus Server master key for encryption and decryption operations.
The existing default key length was 128 bits. We want to strengthen this to 256 bits, in line with many industry recommendations (example reference).
Solution
The solution will be to: