eea / odfpy

API for OpenDocument in Python
GNU General Public License v2.0
311 stars 64 forks source link

Open encrypted files #131

Open the-sayreth opened 1 year ago

the-sayreth commented 1 year ago

Is that possible to open encrypted open office files (with the password of course...) ?

buhtz commented 1 year ago

I am not sure. But I assume the encryption is nothing more then a password for a ZIP file. The odf file is a zip file. Rename it to zip and try to open it with a zip application and use the password.