Extract Protected ZIP

Extracting Protected ZIP Archives with IronZIP

IronZIP allows you to extract protected ZIP archives that use normal, AES128, and AES256-based encryption.

To extract a protected ZIP archive, you will need to specify the correct password for the archive. This is done by providing the password as the value for the Password parameter in the ExtractArchiveToDirectory method. Additionally, you need to specify the location of the ZIP file and the directory where you want the extracted files to be saved.