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 to .crt and .key

Can anyone tell me the correct way/command to extract/convert the certificate .crt and private key .key files from …

ssl certificate private-key
Unable to load Private Key. (PEM routines:PEM_read_bio:no start line:pem_lib.c:648:Expecting: ANY PRIVATE KEY)

I have a .key file which is PEM formatted private key file. I didn't make this file but I got …

openssl private-key
Vagrant ssh authentication failure

The problem with ssh authentication: ==> default: Clearing any previously set forwarded ports... ==> default: Clearing any previously set network …

ssh vagrant virtualbox private-key vagrantfile
How to Export Private / Secret ASC Key to Decrypt GPG Files

Background: My boss has tried exporting an ASC key to me with public and private parts but whenever I get …

encryption gnu gnupg private-key
Differences between "BEGIN RSA PRIVATE KEY" and "BEGIN PRIVATE KEY"

Hi I was writing a program that imports private keys from a .pem file and create a private key object …

openssl rsa private-key pem
Can't get private key with openssl (no start line:pem_lib.c:703:Expecting: ANY PRIVATE KEY)

I have a .key file, when I do openssl rsa -text -in file.key I get unable to load Private …

linux openssl ssl-certificate private-key
How do I setup Public-Key Authentication?

How do I setup Public-Key Authentication for SSH?

linux ssh private-key public-key
How to create a private key for iPhone Distribution Certificate?

In iPhone Developer Program Portal, there's a video to demonstrate how to create a development certificate and assign a private …

iphone certificate distribution private-key
How does a public key verify a signature?

I am trying to get a better grapple on how public/private keys work. I understand that a sender may …

digital-signature public-key-encryption private-key public-key pki
Access denied when creating keystore for Android app

I am trying to sign my Android app so I can release it in Market. When I generate the keystore, …

android keytool private-key