Triple DES decryption in classic ASP?

后端 未结 3 765
闹比i
闹比i 2021-01-06 07:44

How can I decrypt a string in classic-ASP/VBScript? The string comes from a php application that uses 3DES encryption.

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-06 08:09

    I would try using CAPICOM from Microsoft. There are examples included with the SDK that will get you rolling.

    Old overview:

    http://msdn.microsoft.com/en-us/library/ms995332.aspx

    CAPICOM SDK:

    http://www.microsoft.com/downloads/en/details.aspx?FamilyID=860ee43a-a843-462f-abb5-ff88ea5896f6

    The example you'll want to check out is located here on my machine:

    C:\Program Files (x86)\Microsoft CAPICOM 2.1.0.2 SDK\Samples\html\EncryptedData.htm

提交回复
热议问题