php-zip icon indicating copy to clipboard operation
php-zip copied to clipboard

Bad password for entry

Open lphturing opened this issue 7 years ago • 4 comments

cant openfile with a right password

lphturing avatar Sep 30 '18 05:09 lphturing

Hello.

To help you, answer the questions:

  1. PHP version?
  2. Version of the library.
  3. 32 or 64-bit processor architecture?
  4. Show stack.
  5. You can attach an archive and write a password with the help of which it is impossible to open the archive through this library.

Ne-Lexa avatar Oct 08 '18 16:10 Ne-Lexa

Hi Thanks a lot.

  1. php version7.1
  2. lib version3.1 I used this library by composer in Laravel .I can decrypt the Zip successfully on my computer(Win 64-bit processor architecture). But when I submited the library and the code to the server (Win 64-bit processor architecture), failed with " Bad password for entry". I Wonder why! The Problem on Composer? Can I success if I build a Composer on the server? But,...My leader dont let me touch the server! What Can I Do? Thanks a lot. I really appriciate you time.

lphturing avatar Oct 11 '18 08:10 lphturing

If there is nothing secret in the archive, you can send it to [email protected] and password. I will try to help you and fix the errors in the library, if it's in it.

Ne-Lexa avatar Oct 11 '18 08:10 Ne-Lexa

I think there is no issue with the library, see here:

  • https://github.com/Ne-Lexa/php-zip/issues/30#issuecomment-903320351
  • https://github.com/Ne-Lexa/php-zip/issues/32#issuecomment-903321958

odan avatar Aug 22 '21 19:08 odan