F. Perana
F. Perana
Sorry for commenting on an already closed case, but I think the solution applied is less than optimal (it's more of a workaround than a solution). According to Delphi's inner...
SetLength(Result, 0) is identical to Result := nil, no problems here. It's better to put this line at the very beginning of the function (generally speaking), so in every possible...
Well, I've issued a [pull request](https://github.com/MHumm/DelphiEncryptionCompendium/pull/54) exactly for this reason ;) You can merge it into your code, it implements what I exposed here.
I've studied the code and it seems there's quite a bit of fuss on this argument. I've tried to URLEncode this string with many converters, getting quite different results. Original...