Ubuntu
zip
$ unzip -P <password> <file.zip>
If you are getting an unsupported compression method 99
error.
That means your ZIP file is AES encrypted which is not supported by unzip
Learn More →
You can use 7zip
to instead.
$ sudo apt install p7zip-full
$ 7za x -p<PASSWORD> file.zip
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up