-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The encrypted zip file generated with QuaZip on Ubuntu cannot be decrypted on Windows. #201
Comments
Your code seems to work fine for me.
I can decompress this on Linux, MacOS and Windows. Perhaps you are sending full path as fileDest? |
2 comments: |
Can you send a code snippet just like mine to see how you call the functions? |
ziphandler.h
ziphandler.cpp
|
quazip-0.7.1 + qt-5.12.12
quazip-1.5 + qt-5.12.12
I generated a password-protected zip file (password is "a") using Qt + QuaZip on Ubuntu.
After copying the file to Windows, I tried to extract it using Qt + QuaZip (with the same password "a"), but the extraction failed.
Moreover, I couldn't extract the file using unzip on Ubuntu, nor using 7-Zip on Windows.
The only way to successfully extract it is by using Qt + QuaZip on Ubuntu.
Below is the code I used.
How can I make it extract successfully on Windows?
Looking forward to your answer.
Thank you!
The text was updated successfully, but these errors were encountered: