RE: digitially Sign multple files

From: Walter Poupore [MS] ([MS)
Date: 11/23/04


Date: Tue, 23 Nov 2004 08:57:02 -0800

The signtool utility, which supports signing multiple files, has replaced
signcode.

Signtool is documented on MSDN at
http://msdn.microsoft.com/library/en-us/seccrypto/security/signtool.asp, with
more information at
http://msdn.microsoft.com/library/en-us/seccrypto/security/signing_files_and_checking_signatures.asp.

Signtool is available through the Platform SDK at
http://www.microsoft.com/msdownload/platformsdk/sdkupdate/. If you already
have the SDK installed, look in the Program Files\Microsoft SDK\bin folder
for signtool.exe. It requires CAPICOM, which can be installed from
http://www.microsoft.com/downloads.

--
Walter Poupore [MS]
--
"Peter Ritchie" wrote:
> Hello,
> 
> signcode.exe does not seem to support signing multiple files with the same 
> certificate.  Is there any way to sign multiple files at the same time (to 
> avoid the rather insecure repeated entry of a password)?
> 
> Thanks -- Peter