Top "Public-key" questions

Public-key (or asymmetric) cryptography is a form of cryptography that does not require common secrets between the communicating partners.

Reading PEM RSA Public Key Only using Bouncy Castle

I am trying to use C# to read in a .pem file that contains only a RSA public key. I …

c# bouncycastle public-key pem
Use and utility of .p12 certificate/file

What is the utility of .p12 file/certificate? I am not getting any correct definition when searching the internet: In …

certificate private-key public-key
GitHub Error: Key already in use

I have created two GitHub accounts. One for my work user and one for my personal self. I needed to …

git github ssh ssh-keys public-key
How to resolve Java UnknownHostKey, while using JSch SFTP library?

I'm running a java program where I transfer a file from one folder to another, using Java SFTP. The problem …

java ssh sftp jsch public-key
How to let TortoiseHg (Mercurial) on Windows use the Private Key file generated (by Puttygen)?

I have used Puttygen to create a public and a private key, and then is ready to let TortoiseHg on …

mercurial ssh tortoisehg public-key
Why is a cap deploy giving Permission denied (publickey)?

Ok, I'm confused about something... I am able to commit to my github repository just fine, but when I try …

git ssh capistrano ssh-keys public-key
Any tutorials on public key encryption in java?

I've been able find information on symmetric encryption and hashing but I've been having quite a bit of trouble finding …

java public-key encryption-asymmetric
Verifying a signature with a public key

I have an external service which call me back after some defined event, and sign his request with its private …

java public-key verify
How can I encrypt with a RSA private key in python?

Is it possible to encrypt a message with a private key in python using pycryptodome or any other library? I …

python rsa private-key public-key encryption-asymmetric
How can I get SecKeyRef from DER/PEM file

I need to integrate my iPhone app with a system, and they require to encrypt data by a given public …

iphone rsa public-key pem der