VC2008里的BCrypt相关函数能在XP使用吗?
饿半肚 2012-12-05 04:43:29 有关bcrypt的函数,在MSDN里,比如——
BCryptEncrypt Function
The BCryptEncrypt function encrypts a block of data.
......
......
......
Requirements
Client
Requires Windows Vista.
Server
Requires Windows Server 2008.
Header
Declared in Bcrypt.h.
Library
Use Bcrypt.lib.
DLL
Requires Bcrypt.dll.
请问是不是在XP不能使用这些函数?希望有经验的朋友帮忙解答一下,谢谢!