I wonder if someone can remove the check enc, I tried several times but could not.
if SumOf(Enc) = AllCool then
..
..
some code
..
..
else
begin
ShowMessage('Enc file corupt bla bla');
end;
else
begin
ShowMessage('Enc file corupt bla bla');
end;