MAC OSX: How to unzip password protected .zip file
I need to unzip a .zip file which is password protected.
I am able to unzip the .zip file using a windows PC with 7zip.
I tried several tools Keka, iZIP, unarchiver ... and got always an answer like this "...wrong password". But I proofed the password with the windows PC.
So I tried it with commandline, in this way:
unzip -P password my.zip -d my_folder
But I see the following error:
...unsupported compression method 99
So how can I unzip this file under MAC OS X?
unsupported compression method 99
Means the compression algorithm (99 which is AES encryption) isn't supported.
For OSX the only program supporting this I know of it p7zip (Available with brew and other package managers too).