Re: [openssl-users] RSA Public Encryption and Decryption

2015-12-29 Thread suguacl28
Yes understanding is correct. Just i want know public key decryption is possible or not. Now i got it. Thanks for your information. -- View this message in context: http://openssl.6102.n7.nabble.com/RSA-Public-Encryption-and-Decryption-tp61935p61939.html Sent from the OpenSSL - User mailing li

Re: [openssl-users] RSA Public Encryption and Decryption

2015-12-29 Thread suguacl28
Ya i know it. Actually i need to transfer the symmetric key to client. That symmetric key is encrypted using RSA public key of client which is transferred manually to server. Now i want to decrypt the package with same RSA public key of client. Now my doubt is, for decryption we must use private

[openssl-users] RSA Public Encryption and Decryption

2015-12-29 Thread suguacl28
Hi, Lets assume i have a RSA public key file (xyz_file.pem) and cipher text that is encrypted using same RSA public key file (xyz_file.pem) now i want to decrypt the cipher text using same RSA public key file (xyz_file.pem). Ya i know its not a correct way of encryption and decryption concept. Ju

[openssl-users] Need to store RSA Structure in Sqlite database

2015-12-20 Thread suguacl28
Hi, I am new to openssl. In my developement i need to store the RSA Public and Private keys into sqlite database. For storing a RSA public and private keys, i need to convert it into to buffer and when i need them again buffer to PEM form i am planning to store the generated RSA struct directly