|
-
Aug 3rd, 2002, 07:25 AM
#1
Thread Starter
Hyperactive Member
decode
How can I decode any string I mean change string to something like (53fhf56934tpiojdeg98345jr) until no one can understand it
and how can I back this string (53fhf56934tpiojdeg98345jr) to the true word
-
Aug 3rd, 2002, 08:03 AM
#2
Fanatic Member
Use
string md5 ( string str)
When encrypted using MD5 there is no way of getter the orginal word back.
What you do, if you tring yo make a log in of some kind, do
$pass = md5($_REQUEST[pass]);
If $pass == "the encrypted version of the password" {
}
-
Aug 3rd, 2002, 09:04 AM
#3
Thread Starter
Hyperactive Member
Thank you very much
That What I need , Thank you too much.
Note: there is not any way to back string . I hope that until no one can know password until if he have it after decode.
-
Aug 3rd, 2002, 09:25 AM
#4
Fanatic Member
it would take someone a very very very long time (years) to decrypt MD5. Infact Vbulliten uses it. So even the admins and mods dont know your real password just the encrypted garbage
-
Aug 3rd, 2002, 10:21 AM
#5
Thread Starter
Hyperactive Member
Vbulliten use it .. but how send me password
in user TABLE in the Vbulliten forums it's relly use MD5 to save password in the PASSWORD field but I want to ask how forum send me my username and password if I forget them
I mean
password is saved decoded in databse .. how this forum back password and send it to my E-amil when I forget it. ??????
-
Aug 3rd, 2002, 10:38 AM
#6
Fanatic Member
Have you ever lost your password? I does not send you it (becuase it cant), it sends you a temporary password. Then you login with that, and change your password, to whatever.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|