Top "Private-key" questions

Private key that occurs in asymmetric cryptography algorithms such as RSA and Diffie-Hellman as the counterpart to a public key.

Specifying private key on PuTTY command-line

I know there are simple commands to login to remote machine through VBA i.e. by specifying User@hostname and …

ssh command-line putty private-key
Export private key from X509Certificate object

We use C# code we build X509Certificate2 with .p12 file, in the constructor we insert the path to certificate, …

c# certificate base64 private-key x509certificate2
Paramiko -- using encrypted private key file on OS X

I'm trying to use Paramiko to connect to an SSH server from Python. This is what I tried so far: &…

ssh osx-mountain-lion paramiko private-key
Get public key from private in Java

I remember do this long time ago with OpenSSL, but I want to know if it's possible and how, I've …

java public-key private-key
How to import PKCS#8 RSA privateKey (created by OpenSSL) in C#

I'm trying to find a way to read a privateKey created using OpenSSL PKCS#8 RSA in C# without use external …

c# rsa private-key pkcs#8
PrivateKey trust permissions for local machine "Trusted roots" certificates

I have a certificate that has to be imported into Certificates/Trusted Root Certification Authorities and has a corresponding private …

windows-7 iis-7 certificate windows-server-2008-r2 private-key
RSA: Private key calculation with Extended Euclidean Algorithm

I'm a high school student writing a paper on RSA, and I'm doing an example with some very small prime …

algorithm rsa private-key greatest-common-divisor
Location of container for public and private keys in Windows?

I am trying to store my public and private keys in a container using following code: CspParameters cp = new CspParameters(); …

c# .net cryptography private-key public-key
SSH.NET Authenticate via private key only (public key authentication)

Attempting to authenticate via username and privatekey only using the current SSH.NET library. I cannot get the password from …

c# .net ssh private-key ssh.net
Can a public key have a different length (encryption) than the private key?

I have a 1024 bits private key, and use it to generate a public key. Does that automatically mean that my …

encryption cryptography bit public-key-encryption private-key