Help me get the result, please.
#3
The supplied regular expression defines a pattern that the plaintext string matches. Many strings will match this regular expression, but only one of them, when run through an md5 hasher will produce the correct output.

Here is a great resource for determining what that regular expression really means: http://www.regular-expressions.info/quickstart.html

Hint: there are 6,652,800 possible plaintext strings that can be generated by this regular expression

If you aren't willing to do the research / work to solve the problem, perhaps you aren't fit to win the game.


Messages In This Thread
Help me get the result, please. - by Protom - 06-20-2013, 09:39 PM
RE: Help me get the result, please. - by nutflush - 06-20-2013, 10:34 PM
RE: Help me get the result, please. - by nutflush - 06-20-2013, 11:11 PM
RE: Help me get the result, please. - by epixoip - 06-21-2013, 12:37 AM
RE: Help me get the result, please. - by nutflush - 06-21-2013, 05:46 PM
RE: Help me get the result, please. - by nutflush - 06-20-2013, 11:27 PM
RE: Help me get the result, please. - by atom - 06-21-2013, 06:24 AM
RE: Help me get the result, please. - by nutflush - 06-21-2013, 06:46 PM
RE: Help me get the result, please. - by epixoip - 06-21-2013, 10:27 PM