Re: rsa encypt/decrypt

2000-03-07 Thread Priit Pirita
> >Once the problem is properly defined you can probably do it in about 20 >lines of code or maybe 5 if you ignore error checking :-) > >Steve Thank's a LOT. If I cannot manage with information you kindly supplied , I don't deserve to call myself as a code writer :-) Priit ___

Re: rsa encypt/decrypt

2000-03-05 Thread Sven Heiberg
Hi! > As a mentioned, the algoritm is the following > output = RSA( SHA-1 (input), d?, n). And now I'm in trouble. I guess RSA_sign is the thing you're looking for. There _is_ some documentation on the www.openssl.org and it should get you going. You could also look at http://www.cc.columbia.edu

RE: rsa encypt/decrypt

2000-03-05 Thread Elen Magioja
Just a little note to avoid confusion... > I'm working on a web page which will have direct link > to local major banks for transactions. Transactions > are secured wit rsa algoritm. More specifically I > must call a banks cgi link with various parameters > and one of them will be my digital sign

Re: rsa encypt/decrypt

2000-03-05 Thread Priit Pirita
Thank's for your kind answer. Gregory Stark wrote: > Seriously, first you should document your problem better! Ok, that I can do :-) Our bank's in Estonia have very good internet payment systems. Not so recently they introduced a system called I-Pizza, which works in the following way. I

rsa encypt/decrypt

2000-03-05 Thread Priit Pirita
Hi, I'm working on a web page which will have direct link to local major banks for transactions. Transactions are secured wit rsa algoritm. More specifically I must call a banks cgi link with various parameters and one of them will be my digital signature calculated like this: signature = RSA(SHA