A user recently reported a weird error when using my software. I use DSA signatures to verify licenses. When the software imports the public key to verify a signature, the DSA provider\'s FromXmlStrin
I have a new application being written in .Net. I also have a leg开发者_StackOverflow社区acy version of the application that must be maintained (for the meantime), which has been written in VB6 and ut
I am trying to generate digital signatures on Windows (from XP SP3, but currently testing with Windows 7) with CryptoAPI that will be compatible with the following openssl commands:
I am using WinVerifyTrust to verify the validity of some Windows executables with the following function, called in a loop from _tmain:
I have an open API in my application that I\'d like to provide access key\'s for. The incoming info will be a user id, resource id and a value to update with. I\'d like one API key per resource.
I want to generate a key pair for use within my applications, but exporting them manually from the mmc is a pain.
I have tried for the last 2 months without success and I think it\'s time I ask here. I have a smart card and got a CSP from my client.
I\'m trying to build some code that will switch between the old CAPI or the new CNG-based Diffie-Hellman algorithms.
does anyone know why this code is not working? #include \"stdafx.h\" #include <windows.h> #include <WinCrypt.h>
I\'m developing a Smart card Minidriver and I\'m trying to Sign an Email using Outlook 2007. I have implemented all of the necessary functions in the minidriver.