SFID: 807964#
Submitted By: pcisar
Using one of the standard crypt libraries: SSL, NSS...
----------------------
User: bacuz
Logged In: YES
user_id=844639
For this use ZeBeDee that is a very simple FREE program
that
implements tunneling using Blowfish encryption and ZLib
compression. It makes "over the wire" Firebird connections
much faster and secure. (I'm using this in my over the
wire
connections to IB).
You can get it on:
http://www.winton.org.uk/zebedee/
----------------------
User: nobody
Logged In: NO
for intranets, is there a solution? (shared intranet
without a firewall between the two sides) -- modifying
ibclient and redistributing one that supports
encryption ... is unlikely.
----------------------
User: nobody
Logged In: NO
AFAIK, you can acomplish this by using stunnel/ssl (to
encript the IB packets).
----------------------
User: nobody
Logged In: NO
And Zlib compression for modem connections ;->
Sender: carlosga_fb
Logged In: YES
user_id=626355
Another good option for implement this can be the use of
OpenSSL that allows SSL/TLS connections.