1 / 5

Comprehensive Guide to E-Commerce Security and Code Authentication with Microsoft Authenticode

This resource delves into the essentials of code authentication, focusing on Microsoft Authenticode. It explains how code is signed using a hash encrypted with a private key from a Certifying Authority, creating a signature block embedded in executable files. It covers the process of code verification when downloaded, including how browsers or client-side applications use tools like WinVerifyTrust to extract and verify signatures against the signed digest. Additionally, it outlines application areas such as .exe, .dll, and .cab files, while highlighting advancements in certification hierarchies and revocation lists.

Download Presentation

Comprehensive Guide to E-Commerce Security and Code Authentication with Microsoft Authenticode

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. COEN 351 E-Commerce Security Code Authentication

  2. Code Authentication • Microsoft Authenticode • Code signed in the usual manner. • Hash of code, encrypted with private key obtained from a Certifying Authority. • Combine hash with certificate in a signature block. • Embed result into the file format of the executable.

  3. Code Authentication • When code is downloaded • Browser / client side application extracts the signature block. • E.g. using WinVerifyTrust on a Windows system. • Uses public key of CA to verify / extract certificate. • Rehashes code and compares with signed digest.

  4. Code Authentication • Authenticode applies to • .cab files • .cat files • .ctl files • .dll files • .exe files • .ocx files

  5. Code Authentication • Later versions • add support for certification hierarchies. • add support for Certificate Trust Lists (CTL) and Certificate Revocation Lists (CRL). • SetReg • Sets registry key values that control the behavior of authenticode.

More Related