Finding Passwords

Boyd Roberts boyd at necisa.ho.necisa.oz
Tue Oct 9 14:31:59 AEST 1990


In article <1990Oct7.155203.13283 at hq.demos.su> avg at hq.demos.su (Vadim G. Antonov) writes:
>
>	Seems to me an appropriate hack is about 20 lines in a kernel
>	and getty.
>

`Hack' is the right word.  Sure, you could `hack' all sorts of mess into
the kernel/getty/login but it wouldn't be UNIX.  The machine is supposed
to allow you to get things done.  The kernel should not be cluttered with
junk to cope with paranoid end cases.  The problem with these `hacks' is
that they're more easily implemented than fixing the `problem' the right way.

The semantics are always wrong and your 20 line `hack' may well turn out
to be a serious problem.  Think about the problem.  Solve the problem.
Code the algorithm.  Because it's simple and `cheap' doesn't mean it's right.


Boyd Roberts			boyd at necisa.ho.necisa.oz.au

``When the going gets wierd, the weird turn pro...''



More information about the Comp.unix.internals mailing list