cryptoapi
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 分类:问答PFXImportCertStore- issue - cryptoapi
I imported a third party CA issued PFX certificate using PFXImportCertStore. Upon successful importing, the PCERT_KEY_PROV_INFO_PROP_ID is set to the following values by default by the same call, PFXI[详细]
2023-03-12 19:45 分类:问答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 分类:问答Translating Win32 Crypto API calls to C# with System.Security.Cryptography
I have been given an assignment to drop one of our product\'s dll and replace it with a pure C# one. The old DLL is a .NET 2.0 Managed C++ (C++\\CLI) which wraps calls to the Win32 native Crypto API.[详细]
2023-03-10 23:19 分类:问答What is the correct way to use the Crypto Api for encryption and decryption between client and server?
After many headaches and people advising to stop, I finally managed to get my Server/Client App to work with this API and create the required keys, i.e. Session and Exchange.[详细]
2023-03-03 21:12 分类:问答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 分类:问答verify digital signature using public key in openssl
I have signed a data in windows using wincrypt cryptoapi (PKCS_7_ASN_ENCODING | X509_ASN_ENCODING) and in linux, I have x509 certificate and the signed message which i have to verify[详细]
2023-02-27 00:52 分类:问答CryptAcquireCertificatePrivateKey - Create a permanent key container that accessing the certificate
How do i create a persistent key container u开发者_开发技巧sing cryptoAPI from a PFX self signed certificate?[详细]
2023-02-27 00:24 分类:问答Pinvoking adwapi.dll - cryptDecrypt and cryptEncrypt functions, weird problem
I am observing wierd behaviour of this function, the string that I want to encrypt contains 14 bytes, if I use the function to send lenght of buffer = 14, it fails (\"an internal error\" - very descri[详细]
2023-02-18 17:30 分类:问答What method of encryption is suitable for encrypting individual words, and also an entire document?
I need to save several documents to the cloud and need to save the documents, document metadata, and words/phrases for searching.[详细]
2023-02-17 20:36 分类:问答
加载中,请稍侯......