Jump to content

a v4 question regarding security


RikeMedia

Recommended Posts

I've just been browsing the v4 feature list as we're going to upgrade our v3 soon however saw this:

 

"- Converted client passwords to MD5 irreversible hashed values"

 

I assume its more than just MD5 as MD5 is very easily reversible with modern processing power.

 

Matt, could you let us know if (and why) its just MD5?

 

Thanks

Link to comment
Share on other sites

  • WHMCS CEO

It's md5 with a random salt for each client. The result is admins can't view a clients chosen password (but still can for their packages of course) on the basis that often clients will use the same password as they do many other sites when given the option to choose one themselves.

Link to comment
Share on other sites

  • 1 month later...

I assume its more than just MD5 as MD5 is very easily reversible with modern processing power.

 

 

(sorry for my bad english)

 

I stop here and signup for this forum just because I read this and don't agree:

 

MD5 IS VERY EASILY REVERSIBLE

 

Well, please let me know more aboute this, because if this is possible, someone have the more powerfull tool of all ages.

 

A MD5 hash always return something like this:

 

d41d8cd98f00b204e9800998ecf8427e

 

Dont matter the length of the original text, string, word - when you generate a MD5 hash, the hash always have the same length, like above.

 

So, if you genereate a MD5 hash of the ENTIRE BIBLE TEXT, you get one hash like the example above.

 

Then you say we can REVERSE the MD5 hash from the BIBLE and get all the text from BIBLE back?

 

In a dream, if this is possible, MD5 hash wil be the a amazing compression tool. You can generate a HASH of all data on the world and store it in a single line, and get back when you want.

 

Of course not. :roll:

 

 

sorry again for my bad english.

Link to comment
Share on other sites

 

Nice try, but this google search dont prove you can reverse a MD5.

 

Let me try explain again:

 

1) make a script that convert one TEXT to a MD5 HASH.

 

2) put on this script a entire content of a 500 pages book

 

Now, with YOUR google search, get the MD5 HASH (something like d41d8cd98f00b204e9800998ecf8427e) and DECODE this HASH to the entire text book with 500 pages.

 

When you know how to do this, open a data-compression company, because you know how to compress any volume data into a single MD5 hash and retrieve it back.

 

:roll:

Link to comment
Share on other sites

Mindnet is correct, MD5 is non-reversable by algorithm. Black hat hackers collect tables of known hashes and check against those. There is no "reverser" for MD5. The reason Matt uses an md5 with a random salt is to that the MD5 hash cannot be compared to a database of known passwords.

Edited by uberhost
Link to comment
Share on other sites

(sorry for my bad english)

 

 

 

Then you say we can REVERSE the MD5 hash from the BIBLE and get all the text from BIBLE back?

 

Encryption/hashing is not compression. Google is your friend. It's called a dictionary attack, and there are several known collisions, where two very different strings produce the same md5 hash.

Link to comment
Share on other sites

  • 2 weeks later...

How easy ?

 

I made this : 21208284c302dfcc6d9c68f73825dead

 

With the build-in php function.

 

Now, past it here...

 

http://www.md5decrypter.com/

 

Not working ?

 

Let's fool this now...

 

Try this one : adfb3e22036ea50aef61dce587837c9d

 

Why is this working ? Simply because I crypted the text on the same website. He now got it into his database.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated