Try   HackMD

Unzip a password protected zip file on Ubuntu

tags: 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

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

You can use 7zip to instead.

$ sudo apt install p7zip-full
$ 7za x -p<PASSWORD> file.zip