Re: RSA implementaion in C using openssl

2011-03-06 Thread Jeffrey Walton
On Sun, Mar 6, 2011 at 5:23 AM, pattabi raman wrote: > > Hi , > >  I need to implement the entire RSA logic in C program to encrypt the > customer key for one of our application functionality. > > I am bit confused on RSA API, which gives me struggle like Which method to > call / order of the meth

Re: RSA implementaion in C using openssl

2011-03-06 Thread pattabi raman
Hi , I need to implement the entire RSA logic in C program to encrypt the customer key for one of our application functionality. I am bit confused on RSA API, which gives me struggle like Which method to call / order of the methods to be executed etc... Pls guide me. Thanks, Pattabi/

Re: RSA implementaion in C using openssl

2011-03-06 Thread Jeffrey Walton
On Sun, Mar 6, 2011 at 4:51 AM, pattabi raman wrote: > Hi, > > I have to implement the RSA algorithm in our solaris10 ( which has openssl > already) using C programming. > > Anyone please forward any doc / sample code / Weblink anything would be a > great help me. c = m^e mod n m = c^d mod n 'Raw