Top "Public-key" questions

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

Location of container for public and private keys in Windows?

I am trying to store my public and private keys in a container using following code: CspParameters cp = new CspParameters(); …

c# .net cryptography private-key public-key
How can I get the public key of a webpage?

How can I get the public key of a website like VeriSign and all other websites which use https(secure …

public-key-encryption public-key
Make IntelliJ IDEA use public key authentication on Windows

I'm an Eclipse user who's evaluating a switch to IntelliJ IDEA. I'm currently trying out IDEA 10.0.2. My operating system is …

git ssh intellij-idea public-key
SSH Permission denied (publickey) DigitalOcean Ubuntu

I can't seem to log in to my droplet on digitalocean. When I try ssh [email protected] I get a Permission …

ssh ubuntu-16.04 digital-ocean public-key
.ssh config with amazon ec2 and git

I have a strange problem with cloning a git repository from an amazon ec2 server. It works without any problems …

git amazon-ec2 config public-key
WinSCP .NET library: Connect to SFTP server without specifying SSH host key fingerprint

In the current stable release of WinSCP, it seems that using SshHostKeyFingerprint is mandatory and there are no ways to …

ssh sftp public-key winscp winscp-net
Import .pem public and private keys to JKS keystore

I have public and private keys in separate .pem files that I would need to get into a JKS keystore …

cryptography certificate public-key keystore private-key
JSch SFTP security with session.setConfig("StrictHostKeyChecking", "no");

I use JSch with private key to FTP file jsch.addIdentity(privatekeyfile); Session session = jsch.getSession( "user", "domain.com" ,22); session.…

sftp jsch public-key key-pair
How to generate RSA public and private keys using Swift 3?

I create the key pairs of public and private using SecKeyGeneratePair. ViewController import UIKit import Security class ViewController: UIViewController { @IBOutlet …

ios swift swift3 rsa public-key
C# RSA Public Key Output Not Correct

I am currently trying to generate and send a public RSA key using C#. It should be a 2048 bit long …

c# openssl rsa public-key pem