wodCrypt as COM+ object (General questions)
we have currently deployed wodCrypt 1.3.1.31 as part of an ASP 3.0 application, to a number of clients be simply copying the dll and using regsvr32.exe to register the DLL into the server's registry, and it is working without issue.
One installation required that wodCrypt be installed by adding it as a COM+ object. In this installation, the DLL does not seem to function properly. We are using AES256 encryption with Optimize set to 1 and when passing in a 22 character string to the encrypt method, the Encrypt executes; however, the Base64 value of the Encrypted blob is on 12 characters.
Can wodCrypt be installed in this way, or can it only be used as a COM object by registering using regsvr32 ?
Re: wodCrypt as COM+ object
Hi Chis,
This issue doesn't sound like wodCrypt issue in general. It sound more like issue inside code.
Is there any chance you can show us some code snippet? Give us some example that's not working as expected?
Regards,
Drazen