RE: [PHP] triple DES encryption

2004-02-09 Thread craig
Thanks, I wasn't looking for 3DES. That should do the trick for me. Craig > -Original Message- > From: Adam Bregenzer [mailto:[EMAIL PROTECTED] > Sent: February 9, 2004 10:36 AM > To: craig > Cc: Php > Subject: Re: [PHP] triple DES encryption > > > On

Re: [PHP] triple DES encryption

2004-02-09 Thread Adam Bregenzer
On Mon, 2004-02-09 at 12:36, craig wrote: > Hi all, > I have to replicate the file encryption of a desktop bound > application. This means using triple DES, but I can't find > anything on the web or in the maunual (other than single > DES). The mcrypt[1] module will do triple DES as well as stro

Re: [PHP] triple DES encryption

2004-02-09 Thread "Miguel J. Jiménez"
craig wrote: Hi all, I have to replicate the file encryption of a desktop bound application. This means using triple DES, but I can't find anything on the web or in the maunual (other than single DES). Does anyone know if it is doable to implement this using php, or if I should just tell the c