cryptoapi
CryptoAPI and XMLDSIG c, c++, delphi
I\'m trying to sign a xml document (http://www.w3.org/TR/xmldsig-core/) with an enveloped signature, I managed to calculate the signed info part but I\'m struggling to get a meaningful result from the[详细]
2023-04-12 12:00 分类:问答how to access private key from eToken with jsp
It\'s my first time to here, so please forgive me at first time if I make mistake. I am new to RSA(Cryptography), My requirement is, accessing private key from eToken for decryption and store decrypte[详细]
2023-04-10 12:30 分类:问答How to get information about key container through certificate public key in CryptoAPI?
In C# I can do this by using public static CspKeyContainerInfo GetKeyConatinerInformation(X509Certificate2 certificate)[详细]
2023-04-09 21:37 分类:问答How to get CKA_ID from public/private Key pair of USB Token?
I have a USB token contain certificate, public/private key pair, how can i get #define CKA_ID Key identifier for public/private key pair (default empty).[详细]
2023-04-09 04:56 分类:问答How to import a certificate to a key container in usb token?
I have a problem, I am currently working in a project PKI, I must to create a module to renewal certificate using exits public/private key pair . I can get infor开发者_StackOverflow中文版mation about[详细]
2023-04-09 04:40 分类:问答Getting certificate chain to a private root
I\'m trying to verify that the certificate from a signature chains back to a particular root certificate, which is not trusted by Windows (it\'s a private certificate for the app).[详细]
2023-04-08 14:47 分类:问答Is it possible to reuse a CryptVerifySignature() hash object?
MSDN says that after CryptVerifySignature() you cannot reuse HCRYPTHASH object to try hashing more data, instead it says you need to recreate it with CryptDestroyHash() and CryptCreateHash(). Reusing[详细]
2023-04-06 18:22 分类:问答AES decryption not working please help
I am doing AES Encryption and decryption in program. I am not able to get the plain text when i decrypt. My code ins as follows...[详细]
2023-04-05 20:55 分类:问答Find certificate by hash in Store C# using CryptoAPI
I would like to get certificate from Store using CryptoAPI P/Invoke. But I encountered some problems.[详细]
2023-03-23 10:08 分类:问答How we can verify openssl digital signature in C++ & windows API
Using openssl I have created signed document on server, kindly refer below commands for it. ------Create private key.[详细]
2023-03-21 21:37 分类:问答