Is there a way to get the Microsoft Cryptography API: Next Generation to work on Windows XP?
Asked
Active
Viewed 1,063 times
1
-
MS Crypto API behavior on Windows XP vs Vista/7 http://stackoverflow.com/questions/4495247/ms-crypto-api-behavior-on-windows-xp-vs-vista-7 – LukeCodeBaker Aug 09 '13 at 12:55
-
@LukeCodeBaker, I don't think that has much to do with CNG. – Prof. Falken Aug 09 '13 at 13:00
2 Answers
2
I'm afraid not. CNG is available on Windows Vista+ only. KSP is not the only dependency that CNG has. There are several other functionalities for which it requires the underlying OS to be Vista+.
-1
As you certainly already know, CNG rely on a windows vista/seven/8 CNG keyisolation service (keyiso) it's provided by the operating system and not available in XP.
You can rely on cryptoAPI which is availaible in XP. It will certainly be cheaper to provide win 7/8 licence than to try to redevelop the service and to port the SDK for XP which was a nice OS but not the future.

ColdCat
- 1,192
- 17
- 29
-
I know it's impossible to give windows licences, but customers can't always have old computer and to notch functionality. – ColdCat Aug 09 '13 at 11:49