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.

Amazon EC2 lost private key, how to get access to the server?

My computer was stolen the day before yesterday, and I put one of my servers private key in that, the …

linux ubuntu ssh amazon-ec2 private-key
How to convert PKCS#8-formatted PEM private key to the traditional format?

From OpenSSL 1.0 change log: Make PKCS#8 the default write format for private keys, replacing the traditional format. This form is …

openssl private-key pem pkcs#8
PSCP file from Windows to Linux using private/public keys

I can transfer file using PSCP: C:\>pscp -pw <password> -r -p <path of the file&…

unix private-key pscp
how to encrypt a file using private key in gpg

I'm producing an update for some systems and I want to encrypt the updates for keeping confidentiality, integrity and validity …

linux encryption public-key-encryption private-key gnupg
Extending expiration date of trustedCertEntry within a keystore

Using keytool, I am trying to extend the expiration date of a trustedCertEntry within a keystore that I have. The …

java certificate keystore private-key truststore
Code signing with signtool fails due to private key filter

While trying to sign some installer created by the company I am working for I encountered an error, which I …

windows certificate code-signing private-key signtool
openssl_pkey_new() throwing errors -- Proper openssl.cnf setup for php

**Okay, It's become clear that this issue is an issue related with the setup of openssl on the Linux server …

php openssl private-key
Import .pem public and private keys to JKS keystore

I have public and private keys in separate .pem files that I would need to get into a JKS keystore …

cryptography certificate public-key keystore private-key
How to connect to SFTP through Paramiko with SSH key - Pageant

I am trying to connect to an SFTP through Paramiko with a passphrase protected SSH key. I have loaded the …

python ssh paramiko private-key pageant
WinSCP: Server refused our key

Ok, I've got a working connection to a server on our production machine. I need to replicate that on my …

ssh putty private-key winscp