I am a C++ developer, but don't have a strong background in Windows development.
My main question revolves around the use of the Crypto API. I will use functions like CryptAcquireContext. While researching more about this API, described only as "Win32 Crypto API." I wonder if there is "Win64 Crypto API"?
If not, if I develop an application that makes use of "Win32 Crypto API" in Visual Studio and compile as 64 bit mode. It would be better if I had compiled in 32 bit?
What do I have do to develop a 64 bit application that makes use of the Crypto API?
If possible, report any problems you had developing applications for 64 bit while using the crypto API, retrieve certificates, carry signatures, etc..
Articles are very welcome.