Tagged Questions
1
vote
2answers
804 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 -> ...