I had it figured out!! Don't need to decrypt it. Instead, I can encrypt the account number by javascript. Grab the unencrypted account number. Put it into two variable, encrypt the first one with PHP and match it by Javascript. If accept then I use the 2nd variable to grab the data from the data and put it into the sessions. This will take care of the problem with my other project....
Cheers!!!!! Thanks, Scott F. "Brad Pauly" <[EMAIL PROTECTED]> wrote in message 1043271786.1236.34.camel@earth">news:1043271786.1236.34.camel@earth... > > Hi! Is there a way to do the decryption of the encrypted data with the use > > of md5()?? > > Nope. md5 is a one way function. > > http://www.faqs.org/faqs/cryptography-faq/part07/ > > Brad > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php