Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: MD5 Cracker

by parv (Parson)
on Nov 16, 2006 at 05:48 UTC ( [id://584378]=note: print w/replies, xml ) Need Help??


in reply to MD5 Cracker

I like the fact that success is printed on (default) standard err, while the progress goes to (default) standard out so that both output may be redirected elsewhere independently.

Replies are listed 'Best First'.
Re^2: MD5 Cracker
by ikegami (Patriarch) on Dec 11, 2006 at 02:23 UTC
    Howver, the error codes are a bit screwy, and this seems like just the thing you'd want to automate.
    . . . if ($t eq $hash) { print STDERR "Found it -> $_\n" exit(0); } } exit(1);

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://584378]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (8)
As of 2024-04-16 10:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found