Compatibility with Crypt::DES

2002-04-04 Thread Nick Roberts
Hi, I'm trying to use the openssl libraries to decrypt text encrypted using perl's Crypt::DES module without success. After failing using CBC, I've switched to a simple 8 byte block encrypted with des_ecb_encrypt and this still produces different cipher text. Which presumably means the problem

Re: Compatibility with Crypt::DES

2002-04-04 Thread Joern Sierwald
At 11:46 04.04.2002 -0500, you wrote: Hi, I'm trying to use the openssl libraries to decrypt text encrypted using perl's Crypt::DES module without success. After failing using CBC, I've switched to a simple 8 byte block encrypted with des_ecb_encrypt and this still produces different cipher