[Development] Qt-AES - Looking for comments

2017-07-12 Thread Matteo
>From: Thiago Macieira <thiago.macie...@intel.com> >Date: Wed, 12 Jul 2017 10:59:30 -0700 >Subject: Re: [Development] Qt-AES - Looking for comments >On quarta-feira, 12 de julho de 2017 09:40:17 PDT Matteo wrote: >> >>you do, what value does your library

Re: [Development] Qt-AES - Looking for comments

2017-07-12 Thread Thiago Macieira
On quarta-feira, 12 de julho de 2017 09:40:17 PDT Matteo wrote: > >>you do, what value does your library have on top of the 4 processor > >>instructions? > > You mean using the AES-NI instructions? Yes, for x86. I think ARM has them too. > The tinycrypt project you show me does not look like

Re: [Development] Qt-AES - Looking for comments

2017-07-12 Thread Konstantin Tokarev
12.07.2017, 19:36, "Thiago Macieira" : > On quarta-feira, 12 de julho de 2017 09:26:52 PDT Konstantin Tokarev wrote: >>  12.07.2017, 19:21, "Thiago Macieira" : >>  > On quarta-feira, 12 de julho de 2017 07:52:20 PDT Matteo wrote: >>  >> At

[Development] Qt-AES - Looking for comments

2017-07-12 Thread Matteo
>From: Thiago Macieira <thiago.macie...@intel.com> >To: development@qt-project.org >Date: Wed, 12 Jul 2017 09:20:26 -0700 >Subject: Re: [Development] Qt-AES - Looking for comments >On quarta-feira, 12 de julho de 2017 07:52:20 PDT Matteo wrote: >> At the beginning this

Re: [Development] Qt-AES - Looking for comments

2017-07-12 Thread Thiago Macieira
On quarta-feira, 12 de julho de 2017 09:26:52 PDT Konstantin Tokarev wrote: > 12.07.2017, 19:21, "Thiago Macieira" : > > On quarta-feira, 12 de julho de 2017 07:52:20 PDT Matteo wrote: > >> At the beginning this was for my own personal use as I was in need of > >> some

Re: [Development] Qt-AES - Looking for comments

2017-07-12 Thread Konstantin Tokarev
12.07.2017, 19:21, "Thiago Macieira" : > On quarta-feira, 12 de julho de 2017 07:52:20 PDT Matteo wrote: >>  At the beginning this was for my own personal use as I was in need of some >>  sort of encryption for a work project without using openssl, then I just >>  

Re: [Development] Qt-AES - Looking for comments

2017-07-12 Thread Thiago Macieira
On quarta-feira, 12 de julho de 2017 07:52:20 PDT Matteo wrote: > At the beginning this was for my own personal use as I was in need of some > sort of encryption for a work project without using openssl, then I just > released the code for the class on github, it's more a code exercise than a >

Re: [Development] Qt-AES - Looking for comments

2017-07-12 Thread Matteo
At the beginning this was for my own personal use as I was in need of some sort of encryption for a work project without using openssl, then I just released the code for the class on github, it's more a code exercise than a real usable class for the issues you pointed out. On Wed, Jul 12, 2017 at

Re: [Development] Qt-AES - Looking for comments

2017-07-12 Thread Thiago Macieira
On quarta-feira, 12 de julho de 2017 04:43:48 PDT Marc Mutz wrote: > On 2017-07-12 00:05, Matteo wrote: > [...] > > > My point was not to use openssl or external libs, i understand the > > security issue of something that is not certified and audited. > > [...] > > Good to know. Now you "just"

Re: [Development] Qt-AES - Looking for comments

2017-07-12 Thread Marc Mutz
On 2017-07-12 00:05, Matteo wrote: [...] My point was not to use openssl or external libs, i understand the security issue of something that is not certified and audited. [...] Good to know. Now you "just" need to make sure *all* your potential users understand this, too. Which brings me to

Re: [Development] Qt-AES - Looking for comments

2017-07-11 Thread Matteo
Noted. My point was not to use openssl or external libs, i understand the security issue of something that is not certified and audited. Thank you On Tue, Jul 11, 2017 at 14:19 Marc Mutz wrote: > On 2017-07-08 00:39, Matteo wrote: > > Hi all, > > > > I just finished the

Re: [Development] Qt-AES - Looking for comments

2017-07-11 Thread Richard Moore
On 11 July 2017 at 22:13, Marc Mutz wrote: > On 2017-07-08 00:39, Matteo wrote: > >> Hi all, >> >> I just finished the first preview of my QAESEncryption class and I >> would like to have some opinions on possible improvements, issues etc. >> >>

Re: [Development] Qt-AES - Looking for comments

2017-07-11 Thread Marc Mutz
On 2017-07-08 00:39, Matteo wrote: Hi all, I just finished the first preview of my QAESEncryption class and I would like to have some opinions on possible improvements, issues etc. https://github.com/bricke/Qt-AES [1] This is still a work in progress but I feel it's good enough to be shared

[Development] Qt-AES - Looking for comments

2017-07-07 Thread Matteo
Hi all, I just finished the first preview of my QAESEncryption class and I would like to have some opinions on possible improvements, issues etc. https://github.com/bricke/Qt-AES This is still a work in progress but I feel it's good enough to be shared and I am ready to