Re: Using existing public key with openssl

2010-02-24 Thread Lewis Kapell
Dr. Henson, Thank you for the information. From your phrase "the wisdom of using rsautl like this", I infer that I am not using rsautl the way it was intended. Do I read this correctly? It is certainly possible that I have not hit on the most appropriate method of doing what I need; would y

Re: Using existing public key with openssl

2010-02-24 Thread Dr. Stephen Henson
On Wed, Feb 24, 2010, Lewis Kapell wrote: > > A bit of research leads me to conclude that the public-key file is not in > the correct format. It is XML formatted with sections RSAKeyValue, Modulus > and Exponent. I gather that openssl requires the key in a format called > SubjectPublicKeyInfo

Using existing public key with openssl

2010-02-24 Thread Lewis Kapell
Greetings all, At my company we have recently set up an Ubuntu/Apache web server and will be migrating some of our e-commerce pages from our existing IIS web server. I am having a bit of difficulty figuring out how to handle credit card encryption. On our existing server we use RSA encrypti