Thanks Sir, did you know how to encrypt/decrypt string with base64 encode using openssl unit in freepascal. Have you an example to do this.
Thanks Hidayat On Tue, Feb 2, 2010 at 1:22 AM, Hans-Peter Diettrich <[email protected]>wrote: > dayat schrieb: > > > Anyone know how to encrypt/decrypt PWideChar or String with OpenSSL unit >> in freepascal. >> > > Convert WideString to UTF8String, then use the Ansi procedures. > > DoDi >
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
