[Firebird-devel] Database decrypting

2015-11-05 Thread Dimitry Sibiryakov
Hello, All. I've managed to encrypt a database using sample DbCrypt plugin. But after command "alter database decrypt" database is still encrypted: > Data pages: total 46, encrypted 45, non-crypted 1 > Index pages: total 56, encrypted 56, non-crypted 0 > Blob pages: total 0, encrypted 0,

Re: [Firebird-devel] Database decrypting

2015-11-05 Thread Alex Peshkoff
On 11/05/2015 04:21 PM, Dimitry Sibiryakov wrote: > Hello, All. > > I've managed to encrypt a database using sample DbCrypt plugin. But after > command > "alter database decrypt" database is still encrypted: > >> Data pages: total 46, encrypted 45, non-crypted 1 >> Index pages: total 56,

Re: [Firebird-devel] Database decrypting

2015-11-05 Thread Dimitry Sibiryakov
05.11.2015 14:27, Alex Peshkoff wrote: > Did not check that code for a long time. > How to reproduce? 1) Compile the plugin 2) Set "Auto" to "Y" in its config 3) In isql execute commands "create database "test"; alter database encrypt with "DbCrypt_example"; alter database decrypt;" That's

Re: [Firebird-devel] Database decrypting

2015-11-05 Thread Alex Peshkoff
On 11/05/2015 04:31 PM, Dimitry Sibiryakov wrote: > 05.11.2015 14:27, Alex Peshkoff wrote: >> Did not check that code for a long time. >> How to reproduce? > 1) Compile the plugin > 2) Set "Auto" to "Y" in its config > 3) In isql execute commands "create database "test"; alter database encrypt >