Click here to Skip to main content
15,891,423 members
Articles / Desktop Programming / Win32

EV Code Signing with a Hardware Token

Rate me:
Please Sign up or sign in to vote.
4.91/5 (7 votes)
15 Dec 2018CPOL3 min read 21.8K   4  
How to sign a PE using an EV Code Signing Certificate with a hardware token
When EV (Extended Validation) Code Signing Certificates are used, the customer receives a hardware token that must be inserted whenever the certificate is used. Also, a password must be entered each time. This article explains how to do the entire process programmatically and without having to enter the password each time.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO Secured Globe, Inc.
United States United States
Michael Haephrati is a music composer, an inventor and an expert specializes in software development and information security, who has built a unique perspective which combines technology and the end user experience. He is the author of a the book Learning C++ , which teaches C++ 20, and was published in August 2022.

He is the CEO of Secured Globe, Inc., and also active at Stack Overflow.

Read our Corporate blog or read my Personal blog.





Comments and Discussions