ect Main Developer List.
> Oggetto: Re: [Harbour] Error unZipping a crypted archive
>
> Hi Maurizio,
>
> You're right. (I missed a '-' in my test cmdline)
>
> Please retest after my latest commit.
>
> Viktor
>
> On 2010 Apr 26, at 20:40, Mauriz
Hi Maurizio,
You're right. (I missed a '-' in my test cmdline)
Please retest after my latest commit.
Viktor
On 2010 Apr 26, at 20:40, Maurizio la Cecilia wrote:
>
> Hi Viktor,
> the zipped file IS password encrypted.
> If you open it via an archive program the file is correct and the content
Hi Viktor,
the zipped file IS password encrypted.
If you open it via an archive program the file is correct and the content
can be extracted only suppling the correct password.
The problem is on the unzip job.
Best regards.
Maurizio
Viktor Szakáts wrote:
>
> Looks like the password is ignored w
ginale-
> Da: harbour-boun...@harbour-project.org
> [mailto:harbour-boun...@harbour-project.org] Per conto di
> Viktor Szakáts
> Inviato: lunedì 26 aprile 2010 16.42
> A: Harbour Project Main Developer List.
> Oggetto: Re: [Harbour] Error unZipping a crypted archive
>
> Looks
Looks like the password is ignored when doing the compression.
Viktor
On 2010 Apr 26, at 14:53, Grigory Filatov wrote:
>
> Hello Maurizio,
>
> I confirm this problem with sample harbour\contrib\hbmzip\tests\myunzip.prg
> also.
>
> myunzip myzip.zip --pass mypass
>
> Can somebody take a look
Hello Maurizio,
I confirm this problem with sample harbour\contrib\hbmzip\tests\myunzip.prg
also.
myunzip myzip.zip --pass mypass
Can somebody take a look for this issue?
--
Regards,
Grigory Filatov
Maurizio la Cecilia wrote:
>
> If I try to unZip a crypted zipped archive, a -102 ( UNZ_PARA
If I try to unZip a crypted zipped archive, a -102 ( UNZ_PARAMERROR ) is
returned.
I use hbmzip lib ( and obviously minizip lib, as I use last SVN version ).
I believe to pass the right parameters. What's wrong?
Below a self contained example.
Just strip out the password parameter and all works f