private-key
Fighting with certificates: Access was not successfully obtained for the private key
I work in company with many servers and Pcs for developers. Servers are win2003, PC developers Windows XP.[详细]
2023-01-19 17:44 分类:问答How do I force makecert to output the private key to a file (not the Crypto store)?
I want to generate a key pair for use within my applications, but exporting them manually from the mmc is a pain.[详细]
2023-01-16 17:50 分类:问答How would one write a private/public key system for a server authentication?
I guess this might have been posted somewhere, I did search, but couldn\'t find anything. I have this server on which I run a game server, and where I want to have some TCP server (possibly written i[详细]
2023-01-12 00:50 分类:问答What algorithm does PGP use to encrypt the private key using the passphrase?
The PGPKey开发者_开发百科RingGenerator constructor takes in a passphrase to encrypt the private key. What is the algorithm that it uses to do this? It has a field called encAlgorithm, but I couldn\'t[详细]
2023-01-08 09:38 分类:问答iPhone SDK 4.0: Get publicKey and privateKey from a certificate / identity profile stored in KeyChain
I am trying to get the public and private Key from a certificate which i have already installed on the iPhone. (It is shown unter Settings -> General -> Profiles)[详细]
2023-01-08 02:30 分类:问答BouncyCastle create AsymmetricCipherKeyPair from existing keys?
I have two AssymetricAlgorithm开发者_JAVA技巧 RSA keys that I have pulled out of a certificate that was in my keystore. One is the Public Key and the other the Private. Is there a way of getting this[详细]
2023-01-07 09:18 分类:问答OpenSSL SSL_CTX_use_PrivateKey_file with Windows certificate store
I have a native C++ library which uses OpenSSL for TLS. It reads the private key using SSL_CTX_use_PrivateKey_file and everything is fine,[详细]
2023-01-06 22:19 分类:问答Using AsymmetricAlgorithm Private and Public key with RSA C#
I have two AsymmetricAlgorithm objects that contain an RSA Private and RSA Public key. The private key was retrieved out of the Windows-MY keystore and the Public key from a user\'s certificate. How c[详细]
2023-01-06 16:44 分类:问答OpenSSL.NET can't export private key with null Cipher
I\'ve recently discovered OpenSSL.NET and it\'s a pretty sweet little wrapper. I\'m trying to execute the following code:[详细]
2023-01-03 09:25 分类:问答How do I store a Java KeyStore password?
In my web application I access a private key that is stored in a Java KeyStore. I would like to know what is the best/recommended way to store the password for the KeyStore and private key.[详细]
2023-01-03 04:59 分类:问答