at 2:48 PM, Victor Duchovni <
victor.ducho...@morganstanley.com> wrote:
> On Wed, May 20, 2009 at 02:37:58PM -0500, AngelWarrior wrote:
>
> > I need some Info.I have a client and server application which requires a
> > secure medium for the transferring of data between each
but this still requires a CA kind of certificate right.I dont know if the
client will be have a CA certificate to authenticate it.If I am wrong please
explain me how it can be done.
On Wed, May 20, 2009 at 2:47 PM, Scott Gifford wrote:
> AngelWarrior writes:
>
> > I need some I
forgot to say at step 7 and 8 agreed upon encryption algorithm
On Wed, May 20, 2009 at 3:18 PM, AngelWarrior
wrote:
> Thank you for replying.
> I am thinking of this design.Is this feasible.My design approach is mainly
> based on
> "I dont need to know with whom I am con
Hi,
I need some Info.I have a client and server application which requires a
secure medium for the transferring of data between each other. Currently I
am using openssl to achieve this using private and public key certificates
with RSA encryption. I don't want to ship the certificate with each eve
5 PM, Dr. Stephen Henson wrote:
> On Wed, May 06, 2009, AngelWarrior wrote:
>
> > Hi,
> >
> > Does AES_cbc_encrypt add or remove the padding, if I provide an un-padded
> > data in the multiples of 16 bytes? I wrote a piece code where I am
> manually
> >
Hi,
Does AES_cbc_encrypt add or remove the padding, if I provide an un-padded
data in the multiples of 16 bytes? I wrote a piece code where I am manually
adding the padding but when I decrypt using AES_cbc_encrypt the padding is
automatically removed.
--
_/\_
With Regards
SB Angel Warrior
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.
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 )
{