Paul wrote:
> ----- Original Message -----
> From: "Arno Garrels" <arno.garr...@gmx.de>
> To: "ICS support mailing" <twsocket@elists.org>
>> 
>> I don't know, however the RSA crypto demo in V7 PemTool works fine
>> with D2010/D2009, String is converted to AnsiString first
>> which IMO ensures best backwards compatibility.
> 
> It does not.
> The rsa encryption does not use a password at all

It uses the public key, so no password is required to encrypt.

> Decryption works with any password

Decryption uses the private key, if the private key PEM is
password protected it has to be specified otherwise an OpenSSL 
error was raised on the attempt to load the private.
(Do not eat exceptions!) 

--
Arno Garrels
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to