[Lazarus] Send a ResultSet (encrypted) between 2 servers
Paulo Costa
paco at fe.up.pt
Thu Feb 10 14:50:54 CET 2011
On 10/02/2011 10:43, Marcos Douglas wrote:
> My problem is:
> A site, coded in (old) ASP, will use a ActiveX app to communicate with
> an app in other server (my future app). This app will execute some
> SELECTs in a DBMS. The result (ResultSet) will be encrypted,
> compressed and sent to ActiveX app. This descompress, decrypts and
> save the ResultSet in your own DBMS.
Just a side note:
You should compress first and then encrypt. The encrypted data is hard
to compress so it is better to do the compression first, over the data
that is more amenable to be compressed.
Paulo Costa
More information about the Lazarus
mailing list