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.

SSH keys in environment variables

So I'm setting up a really awesome hubot setup which will automatically deploy code from github to heroku, via a …

unix heroku ssh private-key
TeamCity Git VCS SSH connection with Custom Private Key throws JschException: Auth fail

I can't seem to get TeamCity to read my Git (Gitolite) repository... I get an exception: List remote refs failed: …

git ssh teamcity private-key gitolite
Are exported private keys in GPG still encrypted?

Are the exported private keys gotten by executing gpg --export-secret-keys still encrypted and protected by their passphrase? This seems to …

export private-key gnupg
Can I modify a private key validity?

I'm a newbie in computer security and I have a basic question whose answer I've not been able to find …

ssl cryptography certificate keytool private-key
Connecting to SFTP with key file using SSH.NET (Permission denied (publickey))

I have a C# console application in Visual Studio 2008 and .NET Framework 3.5. For testing purposes, I have installed an FTP …

c# .net visual-studio private-key ssh.net
sshtunnel doesn't recognize private key password

I'm using sshtunnel to connect to connect to a remote server and on to a database from there. Everything is …

python private-key ssh-tunnel ssh-agent
PHP RSA encryption using private key and PKCS1

I need to encrypt a string using RSA, PKCS1, a private key and PHP. I could not find even a …

php openssl rsa encryption-asymmetric private-key
How to implement OpenSSL functionality in Python?

I would like to encrypt a secret text by public-key and decrypt it by private-key in Python. I can achieve …

python openssl public-key-encryption private-key
How to store key using Android Key Store Provider

I am trying to use the Android Key Store Provider that became available in Android 4.3 to securely save a Private …

android encryption private-key android-keystore
How to generate RSA Private key from *pem string in Java

I want to generate the private key from a string(a .pem file) in Java. private static final String test = "…

java rsa private-key pem der