Password checking program

Steven Kilbane skilbane at zaphod.axion.bt.co.uk
Mon Aug 7 19:05:02 AEST 1989


>From article <1210 at syma.sussex.ac.uk>, by andy at syma.sussex.ac.uk (Andy Clews):
> From article <60964 at linus.UUCP>, by ccel at community-chest.uucp (CCEL):
>> I'm still getting requests for that silly password checking program
>> [....]
>>   if (done==ENDOFFILE)
>>     puts("Sorry ... password not found in dict.\n");
> 
> I hope people have the good sense to use a non-dictionary password now that
> programs like this are floating around the net.

Back at "home", /etc/passwd has the following rules for new passwords:
	1) At least 6 characters (5 if you use numbers as well as letters)
	2) No words which are in the dictionary (quite rapid check, too!).
It enforces these rules for the first two attempts, but doesn't bother on the
third. So you can use a stupid password if you want to :-).

("Home", incidentally, is University of York CS dept. Aha - that explains it!)
oOo-oOo-oOo-oOo-oOo-oOo-oOo-oOo-oOo-oOo-oOo-oOo-oOo-oOo-oOo-oOo-oOo-oOo-oOo-oOo
Stephen Kilbane                      |Email: skilbane at uk.co.bt.axion
British Telecom Research Laboratories|or smk-a at uk.ac.york.minster (or, if that
Martlesham Heath                     |doesn't work, root at uk.ac.york.softeng - 
Ipswich IP5 7RE (0473 646638)        |not me, but it may be passed on....
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Disclaimer: Who? Me? Nah - must have been someone else when my back was turned!
Quotes: "If silence is golden, music is platinum"
        "'You haven't lived till you've died in MUD' - I live a lot!"
        "(If platinum is to gold, what is to golden?)"[This space to rent]



More information about the Comp.unix.questions mailing list