Top "Public-key" questions

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

How can I transform between the two styles of public key format, one "BEGIN RSA PUBLIC KEY", the other is "BEGIN PUBLIC KEY"

How can I transform between the two styles of public key format, one format is: -----BEGIN PUBLIC KEY----- ... -----END PUBLIC …

openssl x509 ssh-keys public-key pkcs#1
How to load the RSA public key from file in C#

I need to load the following RSA public key from a file for use with the RSACryptoServiceProvider class. How can …

c# rsa encryption-asymmetric public-key
X.509: Private / Public Key

We're trying to implement some functionality of a Web-Service from one of our partners. Now, the content which is beeing …

openssl x509 private-key public-key
Github: readonly access to a private repo

I am developing some private projects on Github, and I would like to add nightly cronjobs to my deployments servers …

git github collaboration readonly public-key
Read public key from file in keystore

Hi I want to extract public key from KeyStore using Java code I am creating a keystore keytool -genkey -alias …

java keystore public-key
How to check a public RSA key file

Inside a shell script I want verify public RSA file. All I want to do is that find a way …

shell openssl rsa public-key pem
Setting up OpenSSH for Windows using public key authentication

I am having issues setting up OpenSSH for Windows, using public key authentication. I have this working on my local …

windows ssh public-key-encryption openssh public-key
How to load public certificate from pem file?

I was trying to extract RES public key from the file below -----BEGIN CERTIFICATE----- MIIGwTCCBamgAwIBAgIQDlV4zznmQiVeF45Ipc0k7DANBgkqhkiG9w0…

java ssl cryptography bouncycastle public-key
C# How to simply encrypt a text file with a PGP Public Key?

I've researched a bit about how to achieve what I said in the question and found several APIs but most …

c# encryption public-key pgp public-key-encryption
RSA Encryption Javascript

can anyone please help me with this, i have been instructed to write an application that takes some DATA then …

javascript encryption rsa public-key