well Question why are you asking a rom coding list how to code my sql and php? Not to start a flame or anything but you should have seen rom related answers coming back. And I still bet you could do it how rom does. I think your over complicating something that is very easy. Eat the elephant one bit at a time or you'll never get anywhere.
----- Original Message ----- From: "Tom Whiting" <[EMAIL PROTECTED]> To: "Jason Gauthier" <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Sunday, September 22, 2002 8:22 PM Subject: Re: Odd crypt question > You never said you would be using PHP, or anything else for that matter. > We can't read your mind. > If it's custom, is there a way to take this password, decrypt it (without having to use plain passwords), in order for it to be encrypted, or thrown into the database so that php/sql can recognize it somehow, or is this pretty much out of the question? Sure i did;) Right there even > "because php does NOT recognize the encryption method used here" > Bullshit :) > Believe me, i've been up and down through this exact page, I've tried each and every method (crypt, blowfish,md5, des) over the past few weeks, all with zero positive results. Obviously i'm missing something here (wouldn't be the first time), but what?? the logical assumption would be if (crypt($pass,$dbpass) == $dbpass) { echo 'yay'; return; } else { echo 'nope'; return; } where $pass=formvalue and $dbpass=database value would work, which I have tried, yet that isn't it. -- ROM mailing list [email protected] http://www.rom.org/cgi-bin/mailman/listinfo/rom

