in reply to Re: Jolly Roger
in thread Jolly Roger
It might take a while, but you should be able to get a crypt() string with "Just" in it, then modify the /.(....)/ part to match. Hope that helps.perl -le'($c=crypt pack("I*",$_),pack"I*",$_)=~/Just/?print"$_ :: $c": +0 while ++$_'
|
|---|