Re: DES3 encryption with padding

2012-10-18 Thread Brent Evans
Even with a null terminator appended to the char I'm seeing the same problems. On 17 October 2012 09:58, Ben Laurie wrote: > On Wed, Oct 17, 2012 at 9:52 AM, Brent Evans > wrote: > > Hi, > > > > I'm currently trying to use the openSSL library to perform DES3 > encryption > > on a string. The re

Re: DES3 encryption with padding

2012-10-17 Thread Ben Laurie
On Wed, Oct 17, 2012 at 9:52 AM, Brent Evans wrote: > Hi, > > I'm currently trying to use the openSSL library to perform DES3 encryption > on a string. The result from this encryption then has a base64 operation > performed on it, before this is passed to a Java application to decode the > base64