stachenov / quazip

Qt/C++ wrapper over minizip
Other
582 stars 232 forks source link

Cannot extract a ZIP file created with a password on Ubuntu on a Windows system. #200

Closed leon0871 closed 2 months ago

leon0871 commented 2 months ago

I used quazip to created a zip file on ubuntu with a password. But when i extract the zip file on Windows system,it shows [invalid passord] error and failed. I,m sure i used the same password as it was create on Ubuntu.

When i extract the zip file on ubuntu with comand line or unzip, it slso failed. I can only extract it with quazip program on ubuntu.