Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class AesEncryption
const int ScriptBootstrapKeySize = 256;

//Key size used to decrypt the variables file sent by Octopus Server
const int ServerVariablesKeySize = 256;
const int ServerVariablesKeySize = 128;

//Key size used to encrypt variables for step packages (`step-bootstrapper` package referenced by Server)
//The variables are decrypted in the step package bootstrapper
Expand Down