ebourg / jsign

Java implementation of Microsoft Authenticode for signing Windows executables, installers & scripts
https://ebourg.github.io/jsign
Apache License 2.0
250 stars 107 forks source link

Support for Office files #211

Open ckrueger1979 opened 3 months ago

ckrueger1979 commented 3 months ago

Hi,

signtool 32 bit supports this: Subject Interface Packages (SIPs) that enable the digital signing and signature verification of Visual Basic for Applications projects within most Microsoft Office file formats that support VBA macros https://www.microsoft.com/en-us/download/details.aspx?id=56617

Could you please support this in jsign? There is no cross platform solution (node, java, python) as far as I know that supports Office macro signing :-(

greetings Carsten

ebourg commented 3 months ago

That's definitely something I'd like to have in Jsign, but that's rather difficult to implement because it requires a VBA runtime. I don't have the time to work on this but if someone wants to implement it I'll be happy to review and merge it.