Tuesday, April 10, 2012

The Security Feature of Code Signing Certificates


A Code Signing Certificate is a technology which includes the process of validation for publishers of software, content, code, and scripts based on a digital signature to authenticate their identities to web users who have code, software, and content. In addition to identifying the identity of the publisher, code signing protects the code from being tampered with.

What is Code Signing Certificate?

In order to determine that applications and dynamic articles (such as ActiveX controls) are trustworthy or not, the first question is to validate or authenticate that the code or content, including the publisher and author, should in fact be trusted. An effective way to confirm the authentication of its author or publisher is Code Signing Certificate. Normally the authoring programmer supplies a software program or content that is known and trusted. Now in certain situation a Code Signing Certificate will authenticate the author and publisher for their application and content using digital mechanism.

How to Deal with Code Signing Certificate?

Code Signing Certificate depend on a digital signature technology, which is issued by an internationally trusted third party called Certificate Authority (CA). A Code Signing Certificate from a trusted major Certificate Authority (CA) will identify the software and publisher. For example, VeriSign / Symantec SSL and Thawte SSL utilize digital IDs for application designers. When a programmer applies for a digital ID, it is necessary to provide confirmation of identification. A public/private key couple is produced when the certificate is issued. The key continues to be on the requester’s computer and is never sent to the CA and should not be shared with anyone. The community key is presented to the CA with the certificate.

Once the certificate is issued, the developer uses the private key associated with that group key to sign the content, code, or script. When web users download the signed code, they get a copy of the certificate to authenticate the identity of the publisher/author. The Web browser verifies the digital signature, and the user trusts that the code did indeed come from that particular developer.


Effects of Code Signing Certificate once it is issued

1.       The code is put through a one-way hash function. This creates a “digest” of fixed length.
2.       The developer’s private key is used to encrypt this digest.
3.       The digest is combined with the certificate and hash algorithm to create a signature block.
4.       The signature block is inserted into the portable executable file.


Steps of Authentication Process When Code is Downloaded from another User

1.       The certificate is examined and the developer’s public key is obtained from the CA.
2.       The digest is then decrypted with the public key.
3.       The same hash algorithm that was used to create the digest is run on the code again, to create a second digest.
4.       The second digest is compared to the original.


About the Author:
RapidSSLonline is one of the largest resellers of major brand SSL certificates such as RapidSSL, GeoTrust, Thawte, & VeriSign. RapidSSLonline.com provides a Low Price Guarantee for RapidSSL WildCard Certificates & All WildCard SSL Certificate for Sub Domains on Apache Web Server to beat any competitor pricing, along with 24/7 support for anytime problem-solving. XEROX, NOKIA, the University of Sydney, IBM, and thousands of small organizations and businesses have trusted RapidSSLonline since its founding in 2007.

No comments:

Post a Comment