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

2002-10-07 Thread Scott Fletcher
You got to be kidding me I use similar code and a sample of yours and I got just about the same error message as what Jeff Bluemel got. I checked the PHP Info and it showed that I had the libmcrypt accepted but no supported ciphers. Then I posted two seperate unanswered posting until I

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

2002-10-07 Thread Scott Fletcher
Never mind that! I found the answer when I did the Google search. It said mHash come first, then libmcrypt then mcrypt. So, that's what it should be. Yea, it can also be libmcrypt 1st then mhash then mcrypt. I got what I need to know which is that libmcrypt should come before mcrypt. So, it

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 0

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 of

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 made things

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

2002-10-04 Thread Tom Rogers
Hi, Friday, October 4, 2002, 3:01:53 PM, you wrote: JB I've seen a few other post on this, and it sounds like there is more then JB one of use that is trying this script. I've got it so that I can use the JB commands, but I still get errors on the page... JB here is what I have done. JB I

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

2002-10-04 Thread Jeff Bluemel
I had not downloaded mcrypt, but I download it (which required a later version of mhash so I downloaded, and installed it too). I compiled everything with the instrucitons you listed, and I am still getttng the same error messages. Jeff Tom Rogers [EMAIL PROTECTED] wrote in message [EMAIL

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

[PHP] recent encrpyt decrypt code... (problems)

2002-10-03 Thread Jeff Bluemel
I've seen a few other post on this, and it sounds like there is more then one of use that is trying this script. I've got it so that I can use the commands, but I still get errors on the page... here is what I have done. I downloaded libmycrpt from