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.

Convert .pem key file to .ppk in Windows automatically/script/command line

I'm using Vagrant to create VMs on a Windows host, to which I would like to connect with PuTTY. Vagrant …

ssh putty private-key pem key-pair
I can't transfer files using pscp to amazon AWS ec2 instances. Key refused

I can connect to the server command line using Putty using the same private key. But when I try to …

amazon-ec2 putty private-key pscp
Generate private / public SSH key with Python

I just need to create a private/public key pair with Python. I want to get the same result as …

python python-2.7 rsa private-key ssh-keygen
Generate RSA private key from n, e, d, p, q values in bash with OpenSSL

I have calculated n, e, d, p, q values of an RSA key. Now, how can I generate a private …

openssl rsa private-key asn.1 der
How can I know if a .pem file contains public or private key?

I have a .pem file (base64-encoded cryptography information). What OpenSSL command-line should I use to detect whether it contains …

openssl private-key public-key pem
What exactly is a "key container"?

Is it something specific, with a definite structure, or just an arbitrary data file with some form of encryption to …

encryption cryptography public-key private-key