0

I am aware of capicom.dll but I don't see CryptUnprotectData in its interfaces.

Is CryptUnprotectData supported by capicom.dll?

If not, is there some way I can access this function from a vbscript or a classic asp webpage?

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
theycallmemorty
  • 12,515
  • 14
  • 51
  • 71

1 Answers1

0

try this:

Set EncryptedData = Server.CreateObject("CAPICOM.EncryptedData")