can anyone tell me how can I pass a URL in md5 encoding I need to make a login form and I want to make it secure.
can anyone tell me how can I pass a URL in md5 encoding I need to make a login form and I want to make it secure.
string md5( string str, [ bool raw_output ] )
raw_output to true causes the digest to be returned in raw binary format.
Why are you passing an URL in md5? Surely it would be better to use md5 for the password?
Last edited by Twey; 08-03-2005 at 11:25 AM.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Yes I am using it for the password.
thanks.![]()
Ah, OK. You're welcome![]()
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Bookmarks