Failed to Read Password Protected PPTX File with Aspose.Slides for .NET 23.8

Hi Aspose team,
I have a password protected PPTX file (in attached). I have tried with the following code to open the file but receive this error message: “Invalid password ” in the exception. As my observation, the file can be opened successfully and no warnings or errors with MS Powerpoint.

saveFormat = SaveFormat.Pptx;

LoadOptions options = new LoadOptions();
options.Password = password;

Presentation doc = new Presentation(inputFile, options);

Password to unzip: s@mple
Password for decrypt xlsx file: hokuyo0501
sample.zip (51.3 KB)

Please help to investigate the issue.
Thanks.

@dunghnguyen,
Thank you for reporting on the issue. I’ve reproduced the problem you described.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): SLIDESNET-44378

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

The issues you found earlier (filed as SLIDESNET-44378) have been fixed in Aspose.Slides for .NET 24.3 (ZIP, MSI).
You can check all fixes on the Release Notes page.
You can also find the latest version of our library on the Product Download page.