Re: Looking for (easy) help.

2012-05-14 Thread Ben Laurie
tually. > > My initial testing now looks like I can get it to work. > > Thanks! > > -Scott Weber > > ---- Original Message > Subject: RE: Looking for (easy) help. > From: "Dave Thompson" > Date: Fri, May 11, 2012 3:45 pm > To: > >>

RE: Looking for (easy) help.

2012-05-13 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of scott...@csweber.com >Sent: Friday, 11 May, 2012 19:15 (re: usual=PKCS5 padding for AES-CBC) >So, a 15 byte block (or ends with a 15 byte after multiples of >16 bytes) would use a 0x01 in the last position...? Yes. >And a whole multiple of 16

RE: Looking for (easy) help.

2012-05-12 Thread Marek . Marcola
Please respond to > openssl-users@openssl.org > > To > > openssl-users@openssl.org > > cc > > Subject > > RE: Looking for (easy) help. > > Thanks for your reply, but that's not doing it. > I manually padded the input in the C code with spaces.

RE: Looking for (easy) help.

2012-05-11 Thread scotty42
ginal Message Subject: RE: Looking for (easy) help. From: "Dave Thompson" <dthomp...@prinpay.com> Date: Fri, May 11, 2012 3:45 pm To: <openssl-users@openssl.org> >From: owner-openssl-us...@openssl.org On Behalf Of scott...@csweber.com >Sent: Friday, 11 May, 2012 17

RE: Looking for (easy) help.

2012-05-11 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of scott...@csweber.com >Sent: Friday, 11 May, 2012 17:09 >I manually padded the input in the C code with spaces. Then I >manually padded the input file with spaces. Now both cleartexts >are exactly 16 bytes long. >The output from the openssl e

RE: Looking for (easy) help.

2012-05-11 Thread scotty42
ond gives the following error:C:\bin>test.bat bad decrypt 1004:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:.\crypto\evp\evp_enc.c:467:When the success of the behavior depends on the cleartext being encoded, it scares me in terms of reliability. Original Message Subj

RE: Looking for (easy) help.

2012-05-11 Thread scotty42
far no luck. Original Message Subject: RE: Looking for (easy) help. From: Jeremy Farrell <jeremy.farr...@oracle.com> Date: Fri, May 11, 2012 3:02 pm To: openssl-users@openssl.org This is a wild guess, no idea if it's relevant, but the array key32 consists of 33 bytes

RE: Looking for (easy) help.

2012-05-11 Thread Jeremy Farrell
com] Sent: Friday, May 11, 2012 2:43 PM To: openssl-users@openssl.org Subject: Looking for (easy) help.   (resent, as I never saw this come through the list server) I am looking for some assistance.  This should be really easy.  But it's not working.  Any quick advice I can get would

RE: Looking for (easy) help.

2012-05-11 Thread scotty42
 Under no condition can I get an output from the API that matches the output from the openSSL executable.  Nor can I get the executable to decrypt any data from the API calls. Original Message Subject: Re: Looking for (easy) help. From: marek.marc...@malkom.pl Date: Fri, May 11, 2012 1

Re: Looking for (easy) help.

2012-05-11 Thread Marek . Marcola
er-openssl-us...@openssl.org wrote on 05/11/2012 03:43:01 PM: > > Sent by: owner-openssl-us...@openssl.org > > 05/11/2012 03:46 PM > > Please respond to > openssl-users@openssl.org > > To > > openssl-users@openssl.org > > cc > > Subject > >

Looking for (easy) help.

2012-05-11 Thread scotty42
(resent, as I never saw this come through the list server)I am looking for some assistance.  This should be really easy.  But it's not working.  Any quick advice I can get would be appreciated.When I use the API, I get a different cypher text then I get from the command line.And the command line ap