Code signing systems

174
Dave Guard writes “How to manage digital certificates, Software Publishing Certificates and private keys for code signing.

This article looks at the management of the private key for the Software Publishing Certificate (SPC). SPCs are used to digitally sign binaries that are produced by software development vendors. Digitally signing executables proves the identity of the software vendor and guarantees that the code has not been altered or corrupted since it was created and signed. Signing the code requires access to the SPC and the Private Key (PVK) associated with the SPC.”

Link: freesoftwaremagazine.com

Category:

  • Free Software