Don't quit your day job... -- #!/usr/local/bin/perl -- -pwcracker-in-3-lines-of-perl-plus-disclaimer $u{$p[1]}=$p[0] while(@p=getpwent);while(<>){chop;foreach $c (keys %u) {printf "u=%s p=%s\n",$u{$c},$_ if(crypt($_,$c) eq $c);}} # Use: pwc dict ... On Wed, 16 Dec 1998, Lawrence Lile wrote: > So God decided that the world was going to end in 3 weeks. He calls > the 3 most powerful men in the world up to tell them - Boris Yeltsin, > Bill Clinton and Bill Gates. > > They come back to earth and tell everyone. Yeltsin says: > > "I've got bad news and more bad news. First, there IS a God. > Second, the world is going to end in three weeks. " > > Clinton Says: "I've got good news, and bad news. First, the > good news: There IS a God. > The bad news is, the world will end in three weeks." > > Bill Gates Says: "I've got Great news! First, God thinks I'm one of > the three most important men in the world. > Second, you know that Y2k problem everyone is worried about? It's no > problem now!" > > > -- Lawrence Lile > > "Nyquist was an optimist." > > => Median Filter Source Code > => AutoCad blocks for electrical drafting > > at: http://home1.gte.net/llile/index.htm >