We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709e42a commit 1b93c63Copy full SHA for 1b93c63
Source/DECZIPHelper.pas
@@ -84,7 +84,7 @@ function CreateZIPCryptoAlgorithmInstance(AlgorithmID: UInt16):TDECFormattedCiph
84
end;
85
86
if Assigned(Result) then
87
- Result.Mode := cmCBCx;
+ Result.Mode := cmCBCx; // as per ZIP documentation the only supported mode
88
89
90
end.
0 commit comments