Questions tagged [capicom]

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.

47 questions
0
votes
1 answer

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" when I call the Decrypt method. Google has been…
William Edmondson
  • 3,619
  • 3
  • 32
  • 41
0
votes
1 answer

Delphi - Load PFX Certificates without installing it on Windows using CAPICOM

I'm using CAPICOM to load a certificate needed by a WebService client. I need to have the certificate installed in Windows, and then open it from the certificate file itself, which I think is "kinda stupid". Is there any way to either (in order of…
nunopicado
  • 307
  • 4
  • 17
1 2 3
4