1 / 5

COEN 351 E-Commerce Security

COEN 351 E-Commerce Security. Code Authentication. 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.

celerina
Download Presentation

COEN 351 E-Commerce Security

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