dayat wrote: > 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.
I don't, but FPC includes a base64 unit that can encode/decode without the need of OpenSSL. Here is examples of each... http://opensoft.homeip.net/wiki/wiki.cgi?p=webnews-and-attachments Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.net/fpgui/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
