Re: [Maria-developers] Google Code for Encryption of MariaDB

2014-06-09 Thread Elmar Eperiesi-Beck
I'm subscribed with work email address, if this is ok > by you ? > > 3) concept paper: sure > > 4) we don't really have a concept paper, but the code is complete and being > rolled out. > I can answer questions about it, but I think it's easiest once it has be

Re: [Maria-developers] [Maria-discuss] MariaDB encryption

2014-06-16 Thread Elmar Eperiesi-Beck
;t write any actual encryption code, but used the one provided in > openssl. > Other than that, we didn't really "use interfaces", but rather added/modified > functionality/interfaces here and there. > > Can you be more specific ? > > /Jonas > > >

[Maria-developers] [Maria-discuss] MariaDB encryption

2014-06-17 Thread Elmar Eperiesi-Beck
is that we didn't implement > encryption of the log for maria, > as we only added support for temporary tables. For maria we also only added > encryption support for BLOCK format > but added all the features to this format so that it was usable for all > temp-table scenarios.

[Maria-developers] [Maria-discuss] MariaDB encryption

2014-06-20 Thread Elmar Eperiesi-Beck
, i think it's nice :) > maybe more information about the key server should be nice > about key file... if the attacker know the file and contents, he/she could > decrypt the table/column? > > > 2014-06-17 13:40 GMT-03:00 Elmar Eperiesi-Beck : > Hi, > I agree with you.

Re: [Maria-developers] [Maria-discuss] MariaDB encryption

2014-06-20 Thread Elmar Eperiesi-Beck
At startup the keys will be read once and kept in memory. Normaly you are not going to encrypt 1000 tables, because you just encrypt the content that is confidential. But yes- each key has to be in the memory. Or you use an external encryption/key server that handels the encryption and the key-m

Re: [Maria-developers] [Maria-discuss] MariaDB encryption

2014-06-20 Thread Elmar Eperiesi-Beck
7;encryption_keys_loaded' = 1 or 0 > > 2) > about externall acess to include encryption/key > maybe a sql statment? > INSERT INTO mysql.encrypt_keys (key,value) value (1,"abcdefg.") > > just an idea about external key uploading > or an external server (no

Re: [Maria-developers] [Maria-discuss] MariaDB encryption

2014-09-19 Thread Elmar Eperiesi-Beck
Of course - we are working with high pressure on this topic. Unfortunately, we had more problems than expected to get the code up and running - BUT we made it! Currently we have managed to implement a primitive xor encryption on the page level. We have solved some issues with checksums mainly by

Re: [Maria-developers] [Maria-discuss] MariaDB encryption

2014-09-19 Thread Elmar Eperiesi-Beck
We work with XtraDB in the first run and will extend it to others later on. Am 19.09.2014 um 15:04 schrieb Roberto Spadim : > Very nice :) working only with innodb or any engine? > > Em quinta-feira, 18 de setembro de 2014, Elmar Eperiesi-Beck > escreveu: > Of course - we a

Re: [Maria-developers] [Maria-discuss] MariaDB encryption

2014-09-23 Thread Elmar Eperiesi-Beck
> i'll ask the pavel that does the open-sourcing for more info about what is > the current state. > > /Jonas > > > On Fri, Sep 19, 2014 at 12:31 AM, Elmar Eperiesi-Beck > wrote: > Of course - we are working with high pressure on this topic. > Unfortunately, w