1
vote
2answers
171 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");
$ …
0
votes
1answer
287 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 descripti …
1
vote
0answers
281 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 signedCod …
1
vote
1answer
297 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- …
0
votes
1answer
236 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 c …
