Jump to content

Password protection ..


sammypetter

Recommended Posts

I'm just wondering what the members of Open Sock use for their password algorithms.

Ive just been mucking about with md5's and then trying them on brute-forcing sites like data and mil-worm and found the perfect one.

It has 3 bits inside an md5, a random word, number and the password which are all md5'd then that is md5'd together and it seems to not be crackable on either of them two.

So I'm quite happy about it.

 

How about yourselves?

Link to comment
Share on other sites

I'm just wondering what the members of Open Sock use for their password algorithms.

Ive just been mucking about with md5's and then trying them on brute-forcing sites like data and mil-worm and found the perfect one.

It has 3 bits inside an md5' date=' a random word, number and the password which are all md5'd then that is md5'd together and it seems to not be crackable on either of them two.

So I'm quite happy about it.

 

How about yourselves?

[/quote']

 

You do realize each site creates a different hash with MD5, and most likely each site that you go to will also salt their hashes.

So even if you did break the new MD5 hash, you would have to figure out how they salt their hashes.

If its a forum it isn't hard to figure out, which is why I suggest if the forum owner knows how to edit files to use a different salting technique.

 

I will save you the trouble of having to google what I am talking about.

A hash, is the crypted version of a password within MD5.

For example:

Password: Test

Would be turned into something like this: Jkij89Jk9dhd9kdhhddhd

Each MD5 hash is 32 characters long.

Now to salt a hash, that is up to you on how you would want to salt it.

Just think of salting as it being a condiment, and you "sprinkle" said salt on the hash before entering it into the database.

 

All of this information can be found on google, and if you looked hard enough you can also find out how each forum software uses salts, even MyBB.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...