Prof. Falken
Prof. Falken

Reputation: 24867

Make CNG crypto API work on Windows XP?

Is there a way to get the Microsoft Cryptography API: Next Generation to work on Windows XP?

Upvotes: 1

Views: 1117

Answers (2)

user2994338
user2994338

Reputation:

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+.

Upvotes: 2

ColdCat
ColdCat

Reputation: 1232

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.

Upvotes: -1

Related Questions