Tagged Questions

CAPICOM is a discontinued ActiveX control created by Microsoft to help expose a select set of Microsoft Cryptographic Application Programming Interface (CryptoAPI) functions through Microsoft Component Object Model (COM). It was intended to enable every environment that supports ActiveX to use Microsoft Cryptographic technologies, including web pages that are opened with Microsoft Internet Explorer or any other web browser that supports ActiveX.

learn more… | top users | synonyms

7
votes
3answers
934 views

CAPICOM - Verify SignedCode is from a Trusted Publisher without UI

I'm using CAPICOM in a .NET 3.0 C# app to check an Authenticode signature on an exe file. I need to make sure that the certificate is listed as a Trusted Publisher. Using signedCode.Verify(true) will ...
3
votes
3answers
193 views

CAPICOM vs P/Invoke

I would like to use CryptoAPI in C# to access certificate store and sign message. This MSDN article "CAPICOM: CryptoAPI Made Easy" shows 2 way to do that: using CAPICOM or P/Invoke. Which is best? ...
3
votes
3answers
549 views

Capicom and SHA1 - Help translating a java code to Delphi

I have a java application that signs a string using a certificate. It works encrypting the string it with SHA1. I am trying to translate the code to Delphi 2010, but I have no idea how to get it ...
3
votes
2answers
321 views

Differences between CAPICOM TripleDES and System.Security.Cryptography TripleDES

I'm trying to move away from using CAPICOM since I can no longer use it (64-bit Windows 7 machine). The existing code for using TripleDES is like this: EncryptedDataClass cryptic = new ...
2
votes
1answer
198 views

How to verify an exe/dll/sys is original from Microsoft?

I need some easy API to verify that a PE file is valid & Microsoft signed just like SignTool. Where should I start? Could this be done with CAPICOM?
1
vote
1answer
58 views

How can I find the initialization vector CAPICOM used to AES-encrypt my data?

I have an application written in Classic ASP that encrypts data via CAPICOM and stores it in a database. The encryption code looks something like this (Classic ASP, VB. Simplified a bit for brevity): ...
1
vote
0answers
115 views

“Inject” the signer's certificate into the PKCS#7-without-signer-certificate

According to what I have read, it seems that CAPICOM does not support the verification of PKCS#7 that do not contain the signer's certificate, while, on the other hand, PKCS#7 can come without the ...
1
vote
1answer
630 views

Does Microsoft's CAPICOM ActiveX control support SHA-2?

Our company is switching over from using SHA-1 certificates to SHA-2 certificates. I noticed that CAPICOM only has a CAPICOM_CERTIFICATE_FIND_SHA1_HASH find method. Will switching over from SHA-1 to ...
1
vote
0answers
162 views

What is CAPICOM DES doing under the hood?

I found a link that explains what CAPICOM does for 3DES (Understanding Capicom), but I'm not sure if this is directly applicable to the single DES algorithm that CAPICOM does. It seems that CAPICOM ...
1
vote
1answer
592 views

Replace CAPICOM with .NET, validate certificate

My component is responsible for downloading files from the server. As part of file validation I have used CAPICOM (SignedCode object) to validate if a certificate contains a specific string and call ...
1
vote
1answer
315 views

How to use Microsoft PKCS#9 SignerInfo attributes in a Java application?

In http://msdn.microsoft.com/en-us/library/system.security.cryptography.pkcs(VS.85).aspx we can see that the following digital signature attributes are defined: Pkcs9ContentType ...
1
vote
2answers
760 views

Capicom Decryption in Linux

I have a database that encrypted with windows CAPICOM library with RC4. Following PHP script works fine on windows server. ... $oCapiCapi = new COM("CAPICOM.EncryptedData"); $oCapiCapi -> ...
1
vote
1answer
926 views

How can I access Certificate ExtendedProperties using powershell?

If you open the properties window of a certificate in the certificate manager in windows you will see both a friendlyname and description field. I'm trying to get to the description field ...
1
vote
1answer
799 views

Capicom 3des: 2 key or 3 key?

Much searching and reading has not told me whether the capicom.encrypteddata class module (it's VB6, but that shouldn't matter in answering this question) is using 2-key 3DES or 3-key 3DES. ...
0
votes
0answers
82 views

Change binary file encoding in java web service with .net clients simulating CAPICOM base64 encoding

I'm facing this problem. We have a Java web service that downloads a files from a DMS as a byte[]; the file is encoded in base64 and sent back to the client. For various historical reasons the web ...
0
votes
0answers
63 views

Digitally signing using CAPICOM.DLL directly?

Today I'm signing EXEs using SignCode/SignTool. I would like to sign using CAPICOM.DLL directly instead. Anybody has some examples or tutorials on how to do that? Thanks a bunch.
0
votes
1answer
59 views

Is it possible to use CryptUnprotectData in classic ASP code

I am aware of capicom.dll but I don't see CryptUnprotectData in its interfaces. Is CryptUnprotectData supported by capicom.dll? If not, is there some way I can access this function from a vbscript ...
0
votes
1answer
277 views

How to Convert CAPICOM to .NET equivalent

This is the code from my VB6 app using CAPICOM Set ed = New EncryptedData ed.Algorithm = CAPICOM_ENCRYPTION_ALGORITHM_3DES ed.SetSecret mySecret, CAPICOM_SECRET_PASSWORD ed.Content = myText myResult ...
0
votes
1answer
296 views

Get access to specific ADPU functions from cryptoApi or CAPICOM using 3rd party CSP

I have tried for the last 2 months without success and I think it's time I ask here. I have a smart card and got a CSP from my client. I have documents that describe APDU commands that I can (and ...
0
votes
1answer
691 views

Classic ASP vs. ASP.NET encryption options

I'm working on a web site where the new pages are ASP.NET and the legacy pages are Classic ASP. Being new to development in the Windows env, I've been studying the latest technology, i.e. .NET and I ...
0
votes
1answer
444 views

Replacement for CAPICOM

Now CAPICOM is deprecated, and MSDN recommends to use .net classes from System.Security.Cryptography. But I have one Lotus Notes application, which using CAPICOM from LotusScript code (very similar ...
0
votes
1answer
294 views

Digital Signature using CAPICOM needs to be 1024 bits long

We are trying to sign documents using RSA-SHA1 hash. We have tried using the Crypt32 lib and we are getting signature (DS) length of 1024 bits (172 bytes after BASE-64) which is proper. When we try to ...
0
votes
1answer
629 views

CAPICOM Decrypt() errors with “ASN1 bad tag value met”

I have a large amount of data encrypted with the CAPICOM library through our legacy VB6 applications. I need to access this data from a .Net 3.5 app but am getting the error: "ASN1 bad tag value met" ...
0
votes
1answer
561 views

VB6: Capicom Crashes on WinXP [closed]

Any suggestions on figuring out this crash? The below code intermittently crashes between logging <part>14 and logging <part>15. Plaintext is a path string (in this case it is ...