mscapi
How to use CAPI's CryptImportKey with PEM encode public key from OpenSSL?
How do I get the Microsoft\'s CryptoAPI CryptImportKey function to import a PEM encoded key? It actually works but CryptDecrypt returns an error.[详细]
2023-04-08 15:16 分类:问答How to work with CryptoAPI via C#?
There is a group of CryptoApi functions which works with crypto service providers (CSP). CPAcquireContext[详细]
2023-03-17 19:07 分类:问答File System Filter and CryptoAPI issue in Win CE
I have been work开发者_运维问答ing on a file system filter for the past two weeks and I have come across an interesting issue. I basically built the encoding/decoding implementation in an app that run[详细]
2023-03-12 13:17 分类:问答Saving/Restoring certs with MS CryptoAPI invalidates attached private key
I\'ve written a program which is supposed to save and restore a users certificates using the windows Crypto API.I was under the impression that it was working fine but now a user has complained that t[详细]
2023-02-27 07:05 分类:问答MS Crypto API behavior on Windows XP vs Vista/7
I\'m trying to understand how to get a public key imported from PEM format (sample included in the code below) across XP, Vista and Windows 7.The sample code will import the key on both XP and Windows[详细]
2023-01-31 18:21 分类:问答cryptoapi windows 7 support
Mi开发者_开发技巧crosoft has introduced cryptography next generation (CNG) from Vista and server 2008 onwards. But my question is to know whether Microsoft supports the old MS CAPI (say for eg. in win[详细]
2022-12-08 02:24 分类:问答