I need to use public key encryption between a client written in Delphi and a server written in C/C++ on Linux. RSA becomes the natural choice. I only find one open source implementation of RSA for Delphi, which is TurboPower's LockBox. The server side uses OpenSSL. The problem is, for some reason the key size and format are not the same between the two. They each only recognize their own formats. OpenSSL doesn't recognize the key even when ASN.1 format is specified in the import command.
Because the server side will be OpenSSL, I'm hoping to find an OpenSSL compatible implementation for Delphi but I don't want to use external DLLs. Anyone heard of a native Delphi RSA implementation that will work with OpenSSL? -- Best regards, Jack _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

