Jump to content
MakeWebGames

Stupid Idoits.


Scorpio

Recommended Posts

Hello there, I just wanted to warn you all, that if you signup to any of them torn clones, your password would be discovered. Someone sign into my both of my friend account on my game. And made them self staff.

Just be carefull with what pass you use.

Link to comment
Share on other sites

surely admins on a game can find out a password anyway.

How so?

If they don't have the database info or access to the code, this can prove quite tricky to ever work out, IF you go about it the right way.

Adding some randomness into the storage function, such as:

 

$randomNumber = mt_rand(1000,1000000);
sha1($_POST['password'] . $randomNumber . substr($username, 0, 5));

 

Would be quite pressed to break that in any rainbow table or decryption table.

Plain MD5 is quite easily breakable since people will happily encrypt their passwords using an online tool such as MD5 Encryption and not accepting the fact that you have just gave your password the ability to be de-crypted using the same database at MD5 Decryption

Password circumvention is dependent, for the most part, on your encryption, imo.

Link to comment
Share on other sites

Hello there, I just wanted to warn you all, that if you signup to any of them torn clones, your password would be discovered. Someone sign into my both of my friend account on my game. And made them self staff.

Just be carefull with what pass you use

 

from that statement it sounded like something else

oh and FWI its careful

Link to comment
Share on other sites

Hello there, I just wanted to warn you all, that if you signup to any of them torn clones, your password would be discovered. Someone sign into my both of my friend account on my game. And made them self staff.

Just be carefull with what pass you use

 

from that statement it sounded like something else

oh and FWI its careful

Really going to play grammar nazi when you don't use punctuation or grammar yourself? I see what you did there!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...