Top "Public-key" questions

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

What is use of config.put("StrictHostKeyChecking", "no") in JSch

java.util.Properties config = new java.util.Properties(); config.put("StrictHostKeyChecking", "no"); session.setConfig(config); In above code why we …

java ssh sftp jsch public-key
What is the public URL for the Github public keys

I heard that there was a public URL for all users on github where you can access their public keys …

git github bitbucket public-key
openssl_pkey_get_public not open public key, "no start line" error

When generating public key and then reading it with function openssl_pkey_get_public - $publicKeyResource = bool(false) and message: …

php openssl rsa public-key
Public key authentication issues on cygwin

I've been trying "ssh localhost" on cygwin (I use WIndows 7), but it keeps asking for the password. When I did "…

ssh cygwin localhost public-key
Why are "large prime numbers" used in RSA/encryption?

I've learned the theory of public key encryption but I'm missing the connection to the physical world. e.g. I've …

encryption rsa public-key
Could not generate ssh public key for heroku in Windows 7

While I am trying heroku login through cmd in my machine, it says Could not find existing public key Would …

heroku ssh public-key heroku-toolbelt
For RSA, how do i calculate the secret exponent?

For RSA, how do i calculate the secret exponent? Given p and q the two primes, and phi=(p-1)(q-1), …

math encryption rsa public-key secret-key
Android In App Billing: securing application public key

From Android In App Billing version 3 (TrivialDrive)sample application coming with sdk MainActivity.java /* base64EncodedPublicKey should be YOUR APPLICATION'S …

android security bit-manipulation in-app-billing public-key
Git SSH authentication

I have Debian, Fisheye and Git on my server. My git repos are managed by Fisheye. There is no authentication …

git ssh public-key-encryption public-key atlassian-fisheye
Get public key from private in Java

I remember do this long time ago with OpenSSL, but I want to know if it's possible and how, I've …

java public-key private-key