Top "Rsa" questions

RSA is a common public key algorithm, which can be used for encryption and signature.

RSA Encryption, getting bad length

When calling the following function : byte[] bytes = rsa.Encrypt(System.Text.UTF8Encoding.UTF8.GetBytes(stringToEncrypt), true); I am now …

c# encryption rsa encryption-asymmetric
RSA encryption library for C++

I am developing a Win32 application and I would like to use an RSA encryption library. Which library would you …

c++ winapi encryption rsa
Why are the RSA-SHA256 signatures I generate with OpenSSL and Java different?

I want to generate a RSA-SHA256 signature in Java, but I can't get it to produce the same signature as …

java openssl rsa sha256
How to generate RSA private key using OpenSSL?

I want to know how to generate RSA private key using OpenSSL library in my C source file. I know …

c openssl key rsa private
What causes "Neither PUB key nor PRIV key:: nested asn1 error" when building a public key in ruby?

When building a public key using the OpenSSL::PKey::RSA module by passing it a .pem file, what is the …

ruby-on-rails ssl certificate rsa apple-push-notifications
Generate Private and Public key OpenSSL

I have the following commands for OpenSSL to generate Private and Public keys: openssl genrsa –aes-128-cbc –out priv.pem –…

openssl rsa private-key public-key
RSA signature size?

I would like to know what is the length of RSA signature ? Is it always the same size as the …

security cryptography rsa digital-signature sha1
Decrypt using an RSA public key with PyCrypto

As far as I understand, I should be able to use RSA to ensure authenticity or privacy, as I wish. …

python rsa pycrypto
PKCS#1 and PKCS#8 format for RSA private key

Can some one help me understand how an RSA key literally is stored in these formats? I would like to …

cryptography rsa pki pkcs#1 pkcs#8
Can one encrypt with a private key/decrypt with a public key?

[Disclaimer: I know, if you know anything about crypto you're probably about to tell me why I'm doing it wrong …

cryptography cookies openssl rsa