Link to home
Start Free TrialLog in
Avatar of westphal
westphal

asked on

Looking for Private,public keys source codes

Do anybody can tell me where to find one of the following algorythms in pascal.
RSA PKSC FORTEZZA DIFFIE-HELLMAN (DH)
Avatar of Matvey
Matvey

Is it math? What is it anyway?
Avatar of westphal

ASKER

It's cryptographic algorythm
Hi
there are some basic stuff at swag:
http://www.gdsoft.com/swag/swag.html 
Thanks kjteng,
but i found  only a code for caclculating modulo multiplications, but still it's already good !
there are some things on the net for delphi but all of it are shareware.
for instance :

 good site : http://members.xoom.com/TSMInc/index.html

why not going to the rsa link itself? : http://www.rsa.com/

Zif.
Sorry, i already saw TSM inc but they do not have RSA or other yet.

I already have the algorythm but i expected to not have to implement it ;^)
Adjusted points to 500
correct RSA isn't implemented yet.
source codes, C/C++ : http://ds.dial.pipex.com/george.barwood/crypto.htm
http://www.reapertech.com/RSAEuro/rsadown.html

this library has an RSA encryption, but it's expensive and I wouldn't buy it if it was only for this tool. Maybe you can make a deal with the authors?
http://www.hallogram.com/xtools/features.html616

Zif.

Well, in fact i already have an RSA implementation in C (provided with SSLAY) for free. But i was looking for it in pascal: it's not always easy to link CLibrary.obj in delphi project. But still thank you for your responses.
The component at http://www.hallogram.com/xtools/features.html616 is for Delphi, forgot to mention it.
ASKER CERTIFIED SOLUTION
Avatar of ZifNab
ZifNab

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
the cryptlib page url seemed to be wrong in the page I refered you to, but :

Look first at : http://members.xoom.com/bgclarke/swcrypto.html

then at :

It has to be http://www.cs.auckland.ac.nz/~pgut001/cryptlib/

Great links on this page too.


and get your cryptlib.pas at
ftp://ftp.franken.de/pub/crypt/cryptlib/beta/

Hope this is what you need.

Regards, Zif.
westphal, and can you do something with it?
Sorry for this long time response, but i was sinking under other projects.

I allready had the urls you gave but finally TSM release a beta version of an RSA component...