Next | Classic Unix Security Problems | 34 |
Solutions are annoyingly evasive
One solution: system-supplied passwords
Problem: then people write them down
Ritchie tells a nice story about system-supplied passwords:
System-supplies randomly-generated password
But random number generator has only 15-bit seed
Result: only 215 = 32768 possible different passwords
Trivial to pregenerate a list and try them all
Ooops
Next | Copyright © 2005 M. J. Dominus |