msoffcrypto-tool icon indicating copy to clipboard operation
msoffcrypto-tool copied to clipboard

Python tool and library for decrypting and encrypting MS Office files using passwords or other keys

Results 11 msoffcrypto-tool issues
Sort by recently updated
recently updated
newest added

Hello, What would it take for the library to also support encryption of docx files? :)

enhancement

Thanks for adding support for ppt! Decrypting a simple password-protected ppt file (created by PowerPoint 2013) results in a successful decryption, however when opened by PowerPoint 2013 it launches in...

in progress
error

Hello, I understand that this is potentially out of scope for the project, but considering the existence of `OfficeFile.is_encrypted()` I feel this would tie its usage up nicely. I'll explain...

enhancement
todo
suggestion

``` Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/msoffcrypto/format/xls97.py", line 644, in is_encrypted if not workbook.has_record(recordNameNum["FilePass"]): File "/usr/local/lib/python3.10/dist-packages/msoffcrypto/format/xls97.py", line 418, in has_record num, size = unpack("

bug
help wanted
todo

Hello, We maintain a small tool for extracting embedded objects in OneNote documents here: https://github.com/volexity/threat-intel/tree/main/tools/one-extract One of the things that is supported is the extracted of password-protected objects, for this...

bug
in progress
external

I have a file protected with a company Sensitivity Label encrypted and am trying to open it, but get an error Unrecognized file format. ![image](https://github.com/nolze/msoffcrypto-tool/assets/57999318/79523442-093f-49b4-be0e-5bdd004807e3) ``` import msoffcrypto protected =...

bug
help wanted

The BaseOfficeFile defines three functions that can be implemented. If we look at load_key(), doc97, ppt97 and xls97 take the same arguments and behave similarly. Looking at ooxml, it takes...

just a moment
suggestion

Hello, I'm try to decrypt password protected ppt file which included OLE But the following error occurred. `write_stream: data must be the same size as the existing stream` Please help...

bug
just a moment

Hello, I'm try to decrypt password protected ppt file which included macro. It success but can not read result file by Office application. Please help me to resolve this problem....

just a moment