Source commit: 3e0ff2ba4bda0301c85479d43ac101ba85233df7
@@ -1142,6 +1142,7 @@ void __fastcall TTerminal::Open()
try
{
FEncryptKey = HexToBytes(FSessionData->EncryptKey);
+ ValidateEncryptKey(FEncryptKey);
DoInformation(L"", true, 1);