-
Integrate decrypt from msoffcrypto-tools
-
making pylint happier, part 5 (final for now)
-
making pylint happier, part 4
-
making pylint happier, part 3
-
making pylint happy, part 2
-
(making pylint happier, part 1)
-
Output "DDE Links:" makes another "DDE-Link " prefix unnecessary and parsing of output harder.
-
These 4 files contain dde-links to calc.exe and are encrypted with excel's standard password.
-
These are encrypted with the standard password hard-coded into excel to implement a form of write protection
-
ppt is not (yet) support by msoffcrypto
-
I had assumed that even in an encrypted file the "PowerPoint Document" stream has to exist. But it does not (file could be embedded in other file)
-
Code is almost functionally identical. Only difference is that iteration of xglob is saved in a tuple to determine beforehand whether there is only one single file or several. This allows choosing the output if handling a single file with unspecified output mode and thus greatly simplifies handling of vba_parser