Obvious password detector / eliminator

John B. Nagle jbn at wdl1.UUCP
Fri Apr 20 06:40:36 AEST 1984


     I have posted a small subroutine to net.sources which is intended for use
in passwd(I) for to prevent users from picking easily guessable passwords.
This subroutine will prevent the use of any word in the Unix dictionary as
a password yet requires no files to make this test.  It also prevents the
use of numeric strings, repeated letters, and various other common sequences.
Yet any random string of eight characters has a 95% chance of being an
acceptable password.
     There is no Bell code in this routine and it has been tested on machines
with 16, 32, and 36 bit words, and works without change on all of them.

					John Nagle



More information about the Comp.unix.wizards mailing list