RE: Queries on rsautl encryption output

2010-09-20 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Panikulam Vivek > Sent: Monday, 20 September, 2010 10:52 > I am using the below openssl command to encrypt a string using a > public key and get a binary output (symm_key_string_enc.txt). Is this > an example of assymetric en

Queries on rsautl encryption output

2010-09-20 Thread Panikulam Vivek
Hi   I am using the below openssl command to encrypt a string using a public key and get a binary output (symm_key_string_enc.txt). Is this an example of assymetric encryption? and is there a way to get the output in a text/ASCII format? openssl rsautl -encrypt -inkey pub_key.txt -pubin -in symm