Discussion:
[Lazarus] Encrypted connection between Lazarus and Firebird
Kamen Ketev via Lazarus
2018-04-11 10:25:57 UTC
Permalink
Can I make an encrypted connection between Lazarus and Firebird?
What components should I use?
Can I make an encrypted connection between Lazarus and Microsoft SQL Server?
What components should I use?
Regards,
Kamen
Anthony Walter via Lazarus
2018-04-11 11:13:18 UTC
Permalink
Use a socket to connect, and make it encrypted. Or ssl ... it can work on
any port, not just 443.

https://technet.microsoft.com/en-us/library/ms189067(v=sql.105).aspx

Or you could use ssh.

http://www.firebirdfaq.org/faq113/
Tony Whyman via Lazarus
2018-04-11 15:39:44 UTC
Permalink
The first question is a Firebird question.

With Firebird 3, you can configure use of the Srp user authentication
module and "over-the-wire" encryption. This should give you an encrypted
connection between client and server. The settings for this are in the
"firebird.conf" config file.

This should work with all Lazarus database components that support the
use of a Firebird database (e.g. IBX).

As to the second question - I'll let someone else answer that one - but
the answer is probably similar.

Tony Whyman

MWA
Can I make an encrypted connection between Lazarus and Firebird? What
components should I use?
Can I make an encrypted connection between Lazarus and Microsoft SQL
Server? What components should I use?
Regards,
Kamen
Kamen Ketev via Lazarus
2018-04-12 12:26:10 UTC
Permalink
Thanks, Anthony Walter and Tony Whyman.
Regards,
Kamen
-------- ОрОгОМалМП пОсЌП --------
ОтМПсМП: Re: [Lazarus] Encrypted connection between Lazarus and Firebird
ИзпратеМП Ма: 11.04.2018 18:39
The first question is a Firebird question.

With Firebird 3, you can configure use of the Srp user authentication module and "over-the-wire" encryption. This should give you an encrypted connection between client and server. The settings for this are in the "firebird.conf" config file.

This should work with all Lazarus database components that support the use of a Firebird database (e.g. IBX).

As to the second question - I'll let someone else answer that one - but the answer is probably similar.

Tony Whyman

MWA




On 11/04/18 11:25, Kamen Ketev via Lazarus wrote:





Can I make an encrypted connection between Lazarus and Firebird?
What components should I use?

Can I make an encrypted connection between Lazarus and Microsoft SQL Server?
What components should I use?

Regards,
Kamen

Loading...