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_key_string.txt -out 
symm_key_string_enc.txt
 
Thanks & Regards
Vivek Panikulam


      

Reply via email to