RE: java to openssl

2012-01-16 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Philip R. Landreth > Sent: Friday, 13 January, 2012 09:55 > The files were given to me in .txt format and the original file is a > .txt. as for the "keyfile" being in .txt I don't know. I used -p to > print the key and iv and used those instead

RE: java to openssl

2012-01-13 Thread Philip R. Landreth
e Thompson Sent: Thursday, January 12, 2012 6:58 PM To: openssl-users@openssl.org Subject: RE: java to openssl > From: owner-openssl-us...@openssl.org On Behalf Of Philip R. Landreth > Sent: Thursday, 12 January, 2012 09:33 > I was sent 2 files and a partial java code that

RE: java to openssl

2012-01-12 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Philip R. Landreth > Sent: Thursday, 12 January, 2012 09:33 > I was sent 2 files and a partial java code that another company uses to decrypt. > byte[] encryptedData = (byte[])msg.getBody().get(); > byte[] decrypti