[Feature Request] Code Signing Executables
See original GitHub issueChecklist
- I’m reporting a feature request
- I’ve verified that I’m running youtube-dlc version 2020.10.26
- I’ve searched the bugtracker for similar feature requests including closed ones
Description
While code signing is not a panacea, it would reduce the possibility of maliciously modified copies of the binaries, as well as reduce the probability for anti-malware utilities reporting a false positive.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Code Signing 101: How to Sign an Exe or Application
1. Install Microsoft SignTool.exe, The tool can be downloaded together with Windows 10 SDK as it's included in it. · 2. Open a...
Read more >What is EV Code Signing & How It Works | DigiCert
Code signing certificates allow customers to verify that your code is authentic and has not been tampered with—protecting both parties against fraud, malware ......
Read more >What Is Code Signing? An In-Depth Look at Secure Coding ...
What is code signing? We break down the process that ensures the authenticity and integrity of your code.
Read more >Feature Request: sign windows executables after CI build (#15)
Confirmed to work on Linux with osslsigncode and GEANT TCS code signing certificate.
Read more >Code signing your software - SoftwareKey Support
According to Wikipedia, code signing is "the process of digitally signing executables and scripts to confirm the software author and ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Well, the releases could signed with a PGP (or similar) key that only blackjack has.
^ That would be the proper approach, yes.