Re: [Firebird-devel] Sending db encryption key from application

2015-11-08 Thread Dimitry Sibiryakov
06.11.2015 16:04, Alex Peshkoff wrote: > On 11/06/2015 05:59 PM, Dimitry Sibiryakov wrote: >> Example application works for embedded database access, but not for >> remote. Is it as >> expected? > > It worked for me in remote connections when I was checking it. Will > recheck in the

[Firebird-devel] Sending db encryption key from application

2015-11-06 Thread Dimitry Sibiryakov
Hello, All. Example application works for embedded database access, but not for remote. Is it as expected? -- WBR, SD. -- Firebird-Devel mailing list, web interface at

Re: [Firebird-devel] Sending db encryption key from application

2015-11-06 Thread Alex Peshkoff
On 11/06/2015 05:59 PM, Dimitry Sibiryakov wrote: > Hello, All. > > Example application works for embedded database access, but not for > remote. Is it as > expected? > It worked for me in remote connections when I was checking it. Will recheck in the beginning of next week.

Re: [Firebird-devel] Sending db encryption key from application

2015-11-06 Thread Jim Starkey
A client side key really needs to be sent over an encrypted connection, but establishing a session key is more than a little tricky. SSL, for examples, uses public key encryption to pass random session keys where the public key is on a certificate signed by recognized authority. Requiring

Re: [Firebird-devel] Sending db encryption key from application

2015-11-06 Thread Alex Peshkoff
On 11/06/2015 06:26 PM, Jim Starkey wrote: > A client side key really needs to be sent over an encrypted connection, > but establishing a session key is more than a little tricky. SSL, for > examples, uses public key encryption to pass random session keys where > the public key is on a