Re: BF-cfb64-encrypt() encrypts data partially.

2009-04-27 Thread AngelWarrior
Got it.Thank you .Sometimes being in programming world we forget the rules of maths. On Mon, Apr 27, 2009 at 2:08 AM, Michael S. Zick wrote: > On Mon April 27 2009, Michael S. Zick wrote: > > > I put my comment on the wrong line of code - but you get the idea. ;) > > > On Mon April 27 2009, Angel

Re: BF-cfb64-encrypt() encrypts data partially.

2009-04-27 Thread Michael S. Zick
On Mon April 27 2009, Michael S. Zick wrote: > I put my comment on the wrong line of code - but you get the idea. ;) > On Mon April 27 2009, AngelWarrior wrote: > > I have a file containing 549 bytes of data. When I try to encrypt the data,I > > get only a partial encrypted data in the range of 1

Re: BF-cfb64-encrypt() encrypts data partially.

2009-04-26 Thread Michael S. Zick
On Mon April 27 2009, AngelWarrior wrote: > I have a file containing 549 bytes of data. When I try to encrypt the data,I > get only a partial encrypted data in the range of 113 to 140 bytes in > different runs.When I decrypt the data I get the partial data. > > This is a QT application OpenSSL 0.

BF-cfb64-encrypt() encrypts data partially.

2009-04-26 Thread AngelWarrior
I have a file containing 549 bytes of data. When I try to encrypt the data,I get only a partial encrypted data in the range of 113 to 140 bytes in different runs.When I decrypt the data I get the partial data. This is a QT application OpenSSL 0.9.8j windows int main(int argc, char** argv ) {