DissectMalware/pyOneNote

Feature request: Handling of password-protected documents

Opened this issue · 2 comments

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.