Computing.Net > Forums > Programming > Php + encrypted password

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Php + encrypted password

Reply to Message Icon

Name: Soumen Biswas
Date: October 22, 2003 at 20:46:10 Pacific
OS: Linux 7.2
CPU/Ram: 233/128SD
Comment:

How should i pass md5 encrypted password in
php programming so that it will not visible
in browser's address location ?
please help me



Sponsored Link
Ads by Google

Response Number 1
Name: gpp
Date: October 23, 2003 at 07:05:37 Pacific
Reply:

Store it in the session.. I dont work with php much, but arent session variables serialized when being passed from page to page?


0

Response Number 2
Name: zeroguy
Date: October 23, 2003 at 14:32:01 Pacific
Reply:

It depends, I think... if you prompted for a password using a 403 Unauthorized header at one point, the password should still be in the password var until the browser gets another 403. But if it's in a regular variable, like $pass or something, I'm not sure that it's saved.

As for you question, the only way I can think of would be to use a hidden form variable to pass to your script, but then it would be plainly visible if anyone looked at the source to the page. But, I think it's always going to be visible, that's why it's encrypted. Why do you want to hide an encrypted password anyway?

-zeroguy


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Php + encrypted password

crypt() [PHP again] www.computing.net/answers/programming/crypt-php-again/7691.html

a rar file wit the ext eee encrypted? www.computing.net/answers/programming/a-rar-file-wit-the-ext-eee-encrypted/586.html

Little Help needed pw... www.computing.net/answers/programming/little-help-needed-pw/13398.html