Jump to content

help: Pass in my server


Recommended Posts

Posted

What i need make for see the passworld in binarys .... For me login im my server.

I see in database i don't no w i need make for see the normal passworlds..... all is in MD5 ou UTF-8...

What i need make for see the normals pass ????

Posted

It's not md5 it's SHA1.

Most people have some kind of registration page for their server, you could obtain the password in plaintext there with php.

If you just have the hash, you could try to brute force it, but it would take you hundreds of years if it's a good password. :P

Posted

Since a hash funtion is a one way function, there is no way to reconstruct the input from the hash.

Verifying the given password is simply done by creating the hash for it and compare it to the stored hash,

the server does not need to know the actual password.

If someone forgot his password you have to set a new one.

Posted
Because a lot of players lost the pass.

W i cant see w i need make for discovery the pass for send de player againa ?

just create a new password?!

i would never register me on a server where you could see the passwords in plaintext...

Posted

if ppl lost their pass they have to generate a new pass

i think the pass was stored like sha1 ( USERNAME:PASSWORD )

where USERNAME is uppercase username and PASSWORD is uppercase Password

hope that will help you

  • 1 month later...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use