Re: Re[2]: [PHP] recent encrpyt decrypt code... (problems)

2002-10-05 Thread Jeff Bluemel
ok Tom - that worked... thanks for your help and assistance... I never would have figured this out without the help. Jeff "Tom Rogers" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > Sunday, October 6, 2002, 7:32:11 AM, you wrote: > JB> ok - that mad

Re[2]: [PHP] recent encrpyt decrypt code... (problems)

2002-10-05 Thread Tom Rogers
Hi, Sunday, October 6, 2002, 7:32:11 AM, you wrote: JB> ok - that made things work... here is the output. it looks like it is JB> still encrypting it. what would the resolution be for this, or can I set JB> the key to anything I want? Ok I have got to the bottom of it :) You changed the name

Re[2]: [PHP] recent encrpyt decrypt code... (problems)

2002-10-05 Thread Tom Rogers
Hi, Sunday, October 6, 2002, 4:20:40 AM, you wrote: JB> here is the URL that will give you the php compile info on my website JB> (phpinfo) Looks identical to mine as far as mcrypt is concerned. Try changing the $key = to this: $key = 'test'; As it looks like the key is getting truncated to

Re[2]: [PHP] recent encrpyt decrypt code... (problems)

2002-10-04 Thread Tom Rogers
Hi, Saturday, October 5, 2002, 4:10:03 AM, you wrote: JB> I had not downloaded mcrypt, but I download it (which required a later JB> version of mhash so I downloaded, and installed it too). I compiled JB> everything with the instrucitons you listed, and I am still getttng the same JB> error mess