ebourg / jsign

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

Support for signing PowerShell scripts #64

Closed Vampire closed 4 years ago

Vampire commented 4 years ago

You can sign PowerShell scripts by adding a signature block with the Authenticode signature. It would be super nice if JSign would be able to do this too, so we can cross-platform sign our PowerShell scripts.

ebourg commented 4 years ago

Thank you for the suggestion. I don't do much PowerShell scripting so I'm unlikely to work on this, but I'm willing to review and merge contributions implementing this.