PowerShell-OpenAuthenticode
Cross platform PowerShell implementation of Authenticode signing and verification (by jborean93)
rustypwneddownloader
Rust based pwnedpasswords Downloader (by technion)
PowerShell-OpenAuthenticode | rustypwneddownloader | |
---|---|---|
1 | 4 | |
34 | 7 | |
- | - | |
5.1 | 2.5 | |
1 day ago | 5 months ago | |
PowerShell | Rust | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
PowerShell-OpenAuthenticode
Posts with mentions or reviews of PowerShell-OpenAuthenticode.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-10-28.
-
The Windows installer of ImageMagick will no longer be signed
I’ve found the easiest option available here is through using Azure KeyVault to store the keys. I use a custom module to sign my PowerShell scripts and dlls [1] for this because I can integrate it with OIDC to sign the code using the keys stored in the Azure HSM. While the builtin pwsh Set-Authenticode cmdlet can’t do this currently there are other options that rely on Window’s authenticode APIs like AzureSignTool [2] that I highly recommend.
While I’m unsure if Azure is suitable for actual companies I think the risk is ok for what I need it for and the API quality as well as OIDC support make it quite nice to use with GHA.
[1] https://github.com/jborean93/PowerShell-OpenAuthenticode
rustypwneddownloader
Posts with mentions or reviews of rustypwneddownloader.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-10-28.
-
The Windows installer of ImageMagick will no longer be signed
Just throwing in that the dollar value isn't the only cost. I've been using an automated release workflow tomanage signing, eg
https://github.com/technion/rustypwneddownloader/blob/main/....
This worfklow isn't usable with these new rules, and I'm having a hard time with the assertion that moving builds to my desktop to use a hardware signing key and uploading them in a non automated, non transparent fashion is an improvement on security.
-
Google open-sources Rust crate audits
I just grabbed my (very basic app)[https://github.com/technion/rustypwneddownloader] and ran a cargo vet init. Out of the box there were 145 dependencies found (ouch.. that already feels like a bad trajectory).
- Show HN: Rust Port of Pwnpasswordsdownloader
-
What's everyone working on this week (21/2023)?
I've written and released a Rust port of the pwnedpasswordsdownloader: https://github.com/technion/rustypwneddownloader
What are some alternatives?
When comparing PowerShell-OpenAuthenticode and rustypwneddownloader you can also consider the following projects:
AzureSignTool - SignTool Library and Azure Key Vault Support
KeenWrite
launchthing - 🏵️ Minimalist application launcher for linux
pyvips - python binding for libvips using cffi