I am a C ++ developer, but do not have a strong background in Windows development.
My main question is related to using the Crypto API . I will use features like CryptAcquireContext . Learning more about this API, is described only as the "Win32 Crypto API". I wonder if there is a "Win64 Crypto API"?
If not, if I am developing an application using the "Win32 Crypto API" in Visual Studio and compiled in 64-bit mode. Would it be better if I compiled in 32 bit?
What do I need to do to develop a 64-bit application using the Crypto API?
If possible, report any problems with which you developed applications for 64-bit when using the cryptographic API, obtaining certificates, transferring signatures, etc.
Articles are welcome.
source share