> I'm sure I must be missing something really obvious - but I can't see
> just at the moment how crack5 manages to maintain feedback about
> "uncrackable" users. This was implicit in crack4.1.
Ummm.... it *is* kinda of obvious.
I dropped that functionality as it was causing too many problems to
people. Sorry if you miss it. I'm sure we can work something
equivalent out, using "awk" and "diff" if it's important to you...
- alec
--
# If you e-mail a reply to this message, please modify the "To:" address.
# alec muffett, oxford, uk - http://www.users.dircon.co.uk/~crypto/
# below: password cracker in one line of perl; echo guess | perl [args]
perl -nle 'setpwent;crypt($_,$c)eq$c&&print"$u=$_"while($u,$c)=getpwent'