Top "Private-key" questions

Private key that occurs in asymmetric cryptography algorithms such as RSA and Diffie-Hellman as the counterpart to a public key.

Android studio git using private key

A have an address of git repository. Also I have a private key in open-ssh format. Is it possible for …

git android-studio ssh private-key
Storing RSA Private Key Android

During the creation of simple messaging android application that is to encrypt/decrypt messages and send them through internet, I …

android encryption storage private-key
PostgreSQL won't start: "server.key" has group or world access

Whenerver I start PostgreSQL using command: $ sudo /etc/init.d/postgresql start Pg doesn't start up. The error reported is: * …

linux postgresql openerp odoo private-key
Openssl "data greater than mod len"

What does the "data is greater than mod len" error message mean? I have encountered this while trying to decrypt …

encryption openssl private-key
How to use encrypted RSA private key with PyCrypto?

I am generating a key with OpenSSL, providing the password from stdin: openssl genpkey -algorithm RSA -out private-key.pem -outform …

python encryption rsa private-key pycrypto
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 to read a password encrypted key with java?

I have private key stored in file in PKCS8 DER format and protected by password. What is the easiest way …

java bouncycastle private-key jce pkcs#8
Adding private key into iOS Keychain

I am trying to add a private key into the iOS keychain. The certificate (public key) works fine but the …

ios objective-c keychain private-key
ssh cannot use the IdentityFile config in file ~/.ssh/config

client:Mac 10.8,server:Ubuntu 10.04 LTS 64bit I use 'ssh-keygen -t rsa' generate public/private keys. First, I input: ssh -i /…

ssh rsa private-key
convert .pem to .ppk on macos

There are lots of SO posts on this topic but most of them are for Windows and use the GUI. …

linux putty private-key pem key-pair