Top "Public-key" questions

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

Extract Public Key using pyOpenSSL from certificate or other connection information

I'm currently trying to write a python server script which should authenticate the current client based on its public key. …

python twisted public-key pyopenssl
Can you help me get my head around openssl public key encryption with rsa.h in c++?

I am trying to get my head around public key encryption using the openssl implementation of rsa in C++. Can …

c++ openssl rsa public-key
How do I get the public key from a PFX certificate using Powershell?

I am trying to extract the public key from a certificate using Powershell. However, whenever I use the Powershell command …

powershell certificate public-key pkcs12
iPhone: How to create a SecKeyRef from a public key file (PEM)

In order to send and receive encrypted messages from/to the iPhone I need to read a public key (server's …

iphone encryption rsa public-key
git push heroku master permission denied on VISTA

(Using Vista)I'm trying to clone an app from my GitHub Repository and push it into Heroku. Okay, so I've …

git ssh github heroku public-key
How do you extract N and E from a RSA public key in python?

I have a RSA public key such that it looks like -----BEGIN PUBLIC KEY----- MIIBIDANBgkqhkiG9w0BAQEFAAOCAQ0AMIIBCAKCAQEAvm0WYXg6mJc5…

python cryptography rsa public-key pycrypto
How do I store and read PGP public keys as strings using Bouncycastle Java?

I have been trying to create, encode, store, retrieve, and decode a Bouncy Castle PGP public key. I get what …

java bouncycastle public-key pgp
How to decode keys from Keycloak openid-connect cert api

I'm trying to get the key from Keycloak open-id connect certs endpoint that allow me to validate a JWT token. …

jwt public-key openid-connect keycloak
git clone fails for Heroku project

(on Mac) I'm trying to clone my project from my new computer. I first generated the ssh key pairs: heroku …

git ssh heroku public-key
SSHJ Example of Public Key Auth from File

Can someone give me an example of using SSHJ for Public Key Authentication? I realise this question is essentially identical …

java file public-key sshj