是否可以在经典 ASP 代码中使用 CryptUnprotectData
我知道 capicom.dll,但在其接口中没有看到 CryptUnprotectData
。
capicom.dll 支持 CryptUnprotectData
吗?
如果没有,有什么方法可以从 vbscript 或经典的 asp 网页访问此函数吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
Set EncryptedData = Server.CreateObject("CAPICOM.EncryptedData")
try this:
Set EncryptedData = Server.CreateObject("CAPICOM.EncryptedData")