> 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
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