Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Handling of password-protected documents #19

Open
huettenhain opened this issue May 7, 2023 · 2 comments
Open

Feature request: Handling of password-protected documents #19

huettenhain opened this issue May 7, 2023 · 2 comments
Assignees

Comments

@huettenhain
Copy link

There are password-protected OneNote documents, for example this one:

462bf8a2e19a3e2dd4e5635aa5089e7bdc291d5c5c4665549f64f67abf0b598a

The pyOneNote library can currently not handle those and crashes during the initialization of FileNode because the file node type ObjectDataEncryptionKeyV2FNDX is not implemented. Since this seems to be documented, I was hoping it might be possible to implement support for password-protected documents.

@DissectMalware
Copy link
Owner

DissectMalware commented May 9, 2023

Will try to implement this next.

More info:
image

https://learn.microsoft.com/en-us/openspecs/office_file_formats/ms-offcrypto/9cf5f15d-5968-4228-beb7-9ab98fbaabfb

@DissectMalware
Copy link
Owner

@DissectMalware DissectMalware self-assigned this May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants