Can I use Boklers controls (or DLLs) to encrypt data on Microsofts IIS webserver using Active Server Pages scripting?
Yes! Perhaps the easiest way to accomplish this is to use Visual Basic with the TDEScipher/DLL (or HASHcipher/DLL) to create an ActiveX dll “wrapper”. The ActiveX dll is then installed and registered on the IIS webserver, and may be accessed through an ASP script. See working examples for TDEScipher and HASHcipher. You may also want to check out the CipherLock ASP example.