php-general | 2000071
Date: 07/07/00
- Next message: Mike Bosschaert: "RE: [PHP] how to reformat date info retrieved from mysql in php"
- Previous message: stephan.schoell <email protected>: "Re: [PHP] passwords"
- In reply to: David Newcomb: "Re: [PHP] passwords"
- Next in thread: Chris Adams: "Re: [PHP] passwords"
- Reply: Chris Adams: "Re: [PHP] passwords"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
thanks guys; let's see if i got it: i md5-encrypt the password string once
and store the resulting string. i change the form method to post. as soon as
my script gets the username and password it encrypts the password again and
checks against the stored one. if they match and i don't want to work with
cookies then i pass the username and encrypted password from page to page.
btw, there doesn't seem to be a single built-in decryption function in php,
is there? not necessarily a bad thing...
Aan97
Abdul-Kareem Abo-Namous
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Mike Bosschaert: "RE: [PHP] how to reformat date info retrieved from mysql in php"
- Previous message: stephan.schoell <email protected>: "Re: [PHP] passwords"
- In reply to: David Newcomb: "Re: [PHP] passwords"
- Next in thread: Chris Adams: "Re: [PHP] passwords"
- Reply: Chris Adams: "Re: [PHP] passwords"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

