Tagged Questions

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
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
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
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
692 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
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 ...